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 12, 2024
1 parent 05169be commit a25f26f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions doc/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,8 @@ See {ref}`devices-unix-char-hotplugging` for more information.
<!-- config group device-unix-char-device-conf end -->
<!-- config group device-unix-hotplug-device-conf start -->
```{config:option} gid device-unix-hotplug-device-conf
:defaultdesc: "`0`"
:condition: "container"
:defaultdesc: "GID on host"
:shortdesc: "GID of the device owner in the instance"
:type: "integer"

Expand All @@ -1559,7 +1560,8 @@ The default is `false`, which means that all devices can be hotplugged.
```

```{config:option} uid device-unix-hotplug-device-conf
:defaultdesc: "`0`"
:condition: "container"
:defaultdesc: "UID on host"
:shortdesc: "UID of the device owner in the instance"
:type: "integer"

Expand Down
6 changes: 4 additions & 2 deletions lxd/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,8 @@
"keys": [
{
"gid": {
"defaultdesc": "`0`",
"condition": "container",
"defaultdesc": "GID on host",
"longdesc": "",
"shortdesc": "GID of the device owner in the instance",
"type": "integer"
Expand Down Expand Up @@ -1800,7 +1801,8 @@
},
{
"uid": {
"defaultdesc": "`0`",
"condition": "container",
"defaultdesc": "UID on host",
"longdesc": "",
"shortdesc": "UID of the device owner in the instance",
"type": "integer"
Expand Down

0 comments on commit a25f26f

Please sign in to comment.