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 e205194 commit 97fc8b7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
40 changes: 20 additions & 20 deletions doc/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ For example: `/dev/tpmrm0`
<!-- config group device-unix-block-device-conf start -->
```{config:option} gid device-unix-block-device-conf
:defaultdesc: "`0`"
:shortdesc: "GID of the device owner in the instance"
:shortdesc: "GID of the device owner in the container"
:type: "integer"

```
Expand All @@ -1438,23 +1438,23 @@ For example: `/dev/tpmrm0`

```{config:option} mode device-unix-block-device-conf
:defaultdesc: "`0660`"
:shortdesc: "Mode of the device in the instance"
:shortdesc: "Mode of the device in the container"
:type: "integer"

```

```{config:option} path device-unix-block-device-conf
:required: "either `source` or `path` must be set"
:shortdesc: "Path inside the instance"
:shortdesc: "Path inside the container"
:type: "string"

```

```{config:option} required device-unix-block-device-conf
:defaultdesc: "`true`"
:shortdesc: "Whether this device is required to start the instance"
:shortdesc: "Whether this device is required to start the container"
:type: "bool"
See {ref}`devices-unix-block-hotplugging` for more information.
See {ref}`devices-unix-char-hotplugging` for more information.
```

```{config:option} source device-unix-block-device-conf
Expand All @@ -1466,7 +1466,7 @@ See {ref}`devices-unix-block-hotplugging` for more information.

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

```
Expand All @@ -1475,7 +1475,7 @@ See {ref}`devices-unix-block-hotplugging` for more information.
<!-- config group device-unix-char-device-conf start -->
```{config:option} gid device-unix-char-device-conf
:defaultdesc: "`0`"
:shortdesc: "GID of the device owner in the instance"
:shortdesc: "GID of the device owner in the container"
:type: "integer"

```
Expand All @@ -1496,21 +1496,21 @@ See {ref}`devices-unix-block-hotplugging` for more information.

```{config:option} mode device-unix-char-device-conf
:defaultdesc: "`0660`"
:shortdesc: "Mode of the device in the instance"
:shortdesc: "Mode of the device in the container"
:type: "integer"

```

```{config:option} path device-unix-char-device-conf
:required: "either `source` or `path` must be set"
:shortdesc: "Path inside the instance"
:shortdesc: "Path inside the container"
:type: "string"

```

```{config:option} required device-unix-char-device-conf
:defaultdesc: "`true`"
:shortdesc: "Whether this device is required to start the instance"
:shortdesc: "Whether this device is required to start the container"
:type: "bool"
See {ref}`devices-unix-char-hotplugging` for more information.
```
Expand All @@ -1524,7 +1524,7 @@ See {ref}`devices-unix-char-hotplugging` for more information.

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

```
Expand All @@ -1533,14 +1533,14 @@ See {ref}`devices-unix-char-hotplugging` for more information.
<!-- config group device-unix-hotplug-device-conf start -->
```{config:option} gid device-unix-hotplug-device-conf
:defaultdesc: "`0`"
:shortdesc: "GID of the device owner in the instance"
:shortdesc: "GID of the device owner in the container"
:type: "integer"

```

```{config:option} mode device-unix-hotplug-device-conf
:defaultdesc: "`0660`"
:shortdesc: "Mode of the device in the instance"
:shortdesc: "Mode of the device in the container"
:type: "integer"

```
Expand All @@ -1553,14 +1553,14 @@ See {ref}`devices-unix-char-hotplugging` for more information.

```{config:option} required device-unix-hotplug-device-conf
:defaultdesc: "`false`"
:shortdesc: "Whether this device is required to start the instance"
:shortdesc: "Whether this device is required to start the container"
:type: "bool"
The default is `false`, which means that all devices can be hotplugged.
```

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

```
Expand Down Expand Up @@ -1588,15 +1588,15 @@ The default is `false`, which means that all devices can be hotplugged.
```{config:option} gid device-unix-usb-device-conf
:condition: "container"
:defaultdesc: "`0`"
:shortdesc: "GID of the device owner in the container"
:shortdesc: "GID of the device owner in the instance"
:type: "integer"

//
```

```{config:option} mode device-unix-usb-device-conf
:condition: "container"
:defaultdesc: "`0660`"
:shortdesc: "Mode of the device in the container"
:shortdesc: "Mode of the device in the instance"
:type: "integer"

```
Expand All @@ -1623,9 +1623,9 @@ The default is `false`, which means that all devices can be hotplugged.
```{config:option} uid device-unix-usb-device-conf
:condition: "container"
:defaultdesc: "`0`"
:shortdesc: "UID of the device owner in the container"
:shortdesc: "UID of the device owner in the instance"
:type: "integer"

//
```

```{config:option} vendorid device-unix-usb-device-conf
Expand Down
40 changes: 20 additions & 20 deletions lxd/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@
"gid": {
"defaultdesc": "`0`",
"longdesc": "",
"shortdesc": "GID of the device owner in the instance",
"shortdesc": "GID of the device owner in the container",
"type": "integer"
}
},
Expand All @@ -1655,23 +1655,23 @@
"mode": {
"defaultdesc": "`0660`",
"longdesc": "",
"shortdesc": "Mode of the device in the instance",
"shortdesc": "Mode of the device in the container",
"type": "integer"
}
},
{
"path": {
"longdesc": "",
"required": "either `source` or `path` must be set",
"shortdesc": "Path inside the instance",
"shortdesc": "Path inside the container",
"type": "string"
}
},
{
"required": {
"defaultdesc": "`true`",
"longdesc": "See {ref}`devices-unix-block-hotplugging` for more information.",
"shortdesc": "Whether this device is required to start the instance",
"longdesc": "See {ref}`devices-unix-char-hotplugging` for more information.",
"shortdesc": "Whether this device is required to start the container",
"type": "bool"
}
},
Expand All @@ -1687,7 +1687,7 @@
"uid": {
"defaultdesc": "`0`",
"longdesc": "",
"shortdesc": "UID of the device owner in the instance",
"shortdesc": "UID of the device owner in the container",
"type": "integer"
}
}
Expand All @@ -1701,7 +1701,7 @@
"gid": {
"defaultdesc": "`0`",
"longdesc": "",
"shortdesc": "GID of the device owner in the instance",
"shortdesc": "GID of the device owner in the container",
"type": "integer"
}
},
Expand All @@ -1725,23 +1725,23 @@
"mode": {
"defaultdesc": "`0660`",
"longdesc": "",
"shortdesc": "Mode of the device in the instance",
"shortdesc": "Mode of the device in the container",
"type": "integer"
}
},
{
"path": {
"longdesc": "",
"required": "either `source` or `path` must be set",
"shortdesc": "Path inside the instance",
"shortdesc": "Path inside the container",
"type": "string"
}
},
{
"required": {
"defaultdesc": "`true`",
"longdesc": "See {ref}`devices-unix-char-hotplugging` for more information.",
"shortdesc": "Whether this device is required to start the instance",
"shortdesc": "Whether this device is required to start the container",
"type": "bool"
}
},
Expand All @@ -1757,7 +1757,7 @@
"uid": {
"defaultdesc": "`0`",
"longdesc": "",
"shortdesc": "UID of the device owner in the instance",
"shortdesc": "UID of the device owner in the container",
"type": "integer"
}
}
Expand All @@ -1771,15 +1771,15 @@
"gid": {
"defaultdesc": "`0`",
"longdesc": "",
"shortdesc": "GID of the device owner in the instance",
"shortdesc": "GID of the device owner in the container",
"type": "integer"
}
},
{
"mode": {
"defaultdesc": "`0660`",
"longdesc": "",
"shortdesc": "Mode of the device in the instance",
"shortdesc": "Mode of the device in the container",
"type": "integer"
}
},
Expand All @@ -1794,15 +1794,15 @@
"required": {
"defaultdesc": "`false`",
"longdesc": "The default is `false`, which means that all devices can be hotplugged.",
"shortdesc": "Whether this device is required to start the instance",
"shortdesc": "Whether this device is required to start the container",
"type": "bool"
}
},
{
"uid": {
"defaultdesc": "`0`",
"longdesc": "",
"shortdesc": "UID of the device owner in the instance",
"shortdesc": "UID of the device owner in the container",
"type": "integer"
}
},
Expand Down Expand Up @@ -1837,8 +1837,8 @@
"gid": {
"condition": "container",
"defaultdesc": "`0`",
"longdesc": "",
"shortdesc": "GID of the device owner in the container",
"longdesc": "//",
"shortdesc": "GID of the device owner in the instance",
"type": "integer"
}
},
Expand All @@ -1847,7 +1847,7 @@
"condition": "container",
"defaultdesc": "`0660`",
"longdesc": "",
"shortdesc": "Mode of the device in the container",
"shortdesc": "Mode of the device in the instance",
"type": "integer"
}
},
Expand Down Expand Up @@ -1877,8 +1877,8 @@
"uid": {
"condition": "container",
"defaultdesc": "`0`",
"longdesc": "",
"shortdesc": "UID of the device owner in the container",
"longdesc": "//",
"shortdesc": "UID of the device owner in the instance",
"type": "integer"
}
},
Expand Down

0 comments on commit 97fc8b7

Please sign in to comment.