1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

doc: Update configs

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2026-01-21 21:40:30 -05:00
parent af86ca6c70
commit 86a4c6cb02
2 changed files with 17 additions and 0 deletions

View File

@@ -5710,6 +5710,14 @@ This value is required by some providers.
```
```{config:option} source storage_linstor-common
:default: "`incus`"
:scope: "global"
:shortdesc: "LINSTOR storage pool name. Alias for `linstor.resource_group.name`. Use either either one or the other or make sure they have the same value."
:type: "string"
```
```{config:option} volatile.pool.pristine storage_linstor-common
:default: "`true`"
:scope: "global"

View File

@@ -6477,6 +6477,15 @@
"type": "string"
}
},
{
"source": {
"default": "`incus`",
"longdesc": "",
"scope": "global",
"shortdesc": "LINSTOR storage pool name. Alias for `linstor.resource_group.name`. Use either either one or the other or make sure they have the same value.",
"type": "string"
}
},
{
"volatile.pool.pristine": {
"default": "`true`",