Skip to content

Commit

Permalink
lxd-metadata: update metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Mougard <[email protected]>
  • Loading branch information
gabrielmougard committed Jun 20, 2024
1 parent 7904e68 commit d9e031c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/config_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ For example: `i915-GVTg_V5_4`
<!-- config group device-gpu-mdev-device-conf end -->
<!-- config group device-gpu-mig-device-conf start -->
```{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"

```
Expand Down Expand Up @@ -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"

```
Expand Down
4 changes: 2 additions & 2 deletions lxd/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down Expand Up @@ -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"
}
},
Expand Down

0 comments on commit d9e031c

Please sign in to comment.