From b7d82479af1ec846ac114477ae5f214b8b4a3562 Mon Sep 17 00:00:00 2001 From: Kadin Sayani Date: Fri, 15 Nov 2024 12:21:38 -0700 Subject: [PATCH] metadata: Run `make update-metadata` Signed-off-by: Kadin Sayani --- doc/metadata.txt | 34 ++++++++++++++++----------------- lxd/metadata/configuration.json | 34 ++++++++++++++++----------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/doc/metadata.txt b/doc/metadata.txt index 1606cc3d5ed2..8acedae509c2 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,21 +1438,21 @@ 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. ``` @@ -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,7 +1588,7 @@ 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" ``` @@ -1596,7 +1596,7 @@ The default is `false`, which means that all devices can be hotplugged. ```{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,7 +1623,7 @@ 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" ``` diff --git a/lxd/metadata/configuration.json b/lxd/metadata/configuration.json index 70bf348ba562..2c5a5dd1d900 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,7 +1663,7 @@ "path": { "longdesc": "", "required": "either `source` or `path` must be set", - "shortdesc": "Path inside the instance", + "shortdesc": "Path inside the container", "type": "string" } }, @@ -1671,7 +1671,7 @@ "required": { "defaultdesc": "`true`", "longdesc": "See {ref}`devices-unix-block-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" } }, @@ -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" } }, @@ -1838,7 +1838,7 @@ "condition": "container", "defaultdesc": "`0`", "longdesc": "", - "shortdesc": "GID of the device owner in the container", + "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" } }, @@ -1878,7 +1878,7 @@ "condition": "container", "defaultdesc": "`0`", "longdesc": "", - "shortdesc": "UID of the device owner in the container", + "shortdesc": "UID of the device owner in the instance", "type": "integer" } },