Skip to content

Commit

Permalink
metadata: Run make update-metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Kadin Sayani <[email protected]>
  • Loading branch information
kadinsayani committed Nov 13, 2024
1 parent e5428be commit 13be986
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,13 @@ See {ref}`devices-unix-char-hotplugging` for more information.

```

```{config:option} ownership.inherit device-unix-hotplug-device-conf
:defaultdesc: "`false`"
:shortdesc: "Whether this device inherits ownership (gid and uid) from the host"
:type: "bool"

```

```{config:option} productid device-unix-hotplug-device-conf
:shortdesc: "Product ID of the Unix device"
:type: "string"
Expand Down
8 changes: 8 additions & 0 deletions lxd/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,14 @@
"type": "integer"
}
},
{
"ownership.inherit": {
"defaultdesc": "`false`",
"longdesc": "",
"shortdesc": "Whether this device inherits ownership (gid and uid) from the host",
"type": "bool"
}
},
{
"productid": {
"longdesc": "",
Expand Down

0 comments on commit 13be986

Please sign in to comment.