From 97fc8b78185404985f4efd457830ae666c4c3f61 Mon Sep 17 00:00:00 2001 From: Kadin Sayani Date: Wed, 13 Nov 2024 10:32:53 -0700 Subject: [PATCH] metadata: Run `make update-metadata` Signed-off-by: Kadin Sayani --- doc/metadata.txt | 40 ++++++++++++++++----------------- lxd/metadata/configuration.json | 40 ++++++++++++++++----------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/doc/metadata.txt b/doc/metadata.txt index 1606cc3d5ed2..2c77a2b460a1 100644 --- a/doc/metadata.txt +++ b/doc/metadata.txt @@ -1417,7 +1417,7 @@ For example: `/dev/tpmrm0` ```{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" ``` @@ -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 @@ -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" ``` @@ -1475,7 +1475,7 @@ See {ref}`devices-unix-block-hotplugging` for more information. ```{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" ``` @@ -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. ``` @@ -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" ``` @@ -1533,14 +1533,14 @@ See {ref}`devices-unix-char-hotplugging` for more information. ```{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" ``` @@ -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" ``` @@ -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" ``` @@ -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 diff --git a/lxd/metadata/configuration.json b/lxd/metadata/configuration.json index 70bf348ba562..f7d367c18e43 100644 --- a/lxd/metadata/configuration.json +++ b/lxd/metadata/configuration.json @@ -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" } }, @@ -1655,7 +1655,7 @@ "mode": { "defaultdesc": "`0660`", "longdesc": "", - "shortdesc": "Mode of the device in the instance", + "shortdesc": "Mode of the device in the container", "type": "integer" } }, @@ -1663,15 +1663,15 @@ "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" } }, @@ -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" } } @@ -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" } }, @@ -1725,7 +1725,7 @@ "mode": { "defaultdesc": "`0660`", "longdesc": "", - "shortdesc": "Mode of the device in the instance", + "shortdesc": "Mode of the device in the container", "type": "integer" } }, @@ -1733,7 +1733,7 @@ "path": { "longdesc": "", "required": "either `source` or `path` must be set", - "shortdesc": "Path inside the instance", + "shortdesc": "Path inside the container", "type": "string" } }, @@ -1741,7 +1741,7 @@ "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" } }, @@ -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" } } @@ -1771,7 +1771,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" } }, @@ -1779,7 +1779,7 @@ "mode": { "defaultdesc": "`0660`", "longdesc": "", - "shortdesc": "Mode of the device in the instance", + "shortdesc": "Mode of the device in the container", "type": "integer" } }, @@ -1794,7 +1794,7 @@ "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" } }, @@ -1802,7 +1802,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" } }, @@ -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" } }, @@ -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" } }, @@ -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" } },