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:
@@ -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"
|
||||
|
||||
@@ -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`",
|
||||
|
||||
Reference in New Issue
Block a user