From d9e031c5958f8ee8cd3dd09cd0210bbb06d581e1 Mon Sep 17 00:00:00 2001 From: Gabriel Mougard Date: Thu, 6 Jun 2024 18:46:54 +0200 Subject: [PATCH] lxd-metadata: update metadata Signed-off-by: Gabriel Mougard --- doc/config_options.txt | 4 ++-- lxd/metadata/configuration.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/config_options.txt b/doc/config_options.txt index 344fe818864c..30b8f2e01dca 100644 --- a/doc/config_options.txt +++ b/doc/config_options.txt @@ -223,7 +223,7 @@ For example: `i915-GVTg_V5_4` ```{config:option} id device-gpu-mig-device-conf -:shortdesc: "DRM card ID of the GPU device" +:shortdesc: "DRM card ID of the GPU device or Container Device Interface (CDI) identifier of the card." :type: "string" ``` @@ -275,7 +275,7 @@ You can omit the `MIG-` prefix when specifying this option. ``` ```{config:option} id device-gpu-physical-device-conf -:shortdesc: "DRM card ID of the GPU device" +:shortdesc: "DRM card ID of the GPU device or Container Device Interface (CDI) identifier of the card." :type: "string" ``` diff --git a/lxd/metadata/configuration.json b/lxd/metadata/configuration.json index 8b70883177b3..c0469b4ce2c9 100644 --- a/lxd/metadata/configuration.json +++ b/lxd/metadata/configuration.json @@ -252,7 +252,7 @@ { "id": { "longdesc": "", - "shortdesc": "DRM card ID of the GPU device", + "shortdesc": "DRM card ID of the GPU device or Container Device Interface (CDI) identifier of the card.", "type": "string" } }, @@ -316,7 +316,7 @@ { "id": { "longdesc": "", - "shortdesc": "DRM card ID of the GPU device", + "shortdesc": "DRM card ID of the GPU device or Container Device Interface (CDI) identifier of the card.", "type": "string" } },