mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
doc: Update metadata
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
This commit is contained in:
committed by
Stéphane Graber
parent
f955c8c93c
commit
41a4db0893
@@ -5685,6 +5685,13 @@ This value is required by some providers.
|
||||
|
||||
<!-- config group storage_linstor-common end -->
|
||||
<!-- config group storage_lvm-common start -->
|
||||
```{config:option} block.type storage_lvm-common
|
||||
:condition: "block-based volume"
|
||||
:default: "same as `volume.block.type`"
|
||||
:shortdesc: "Type of the block volume"
|
||||
|
||||
```
|
||||
|
||||
```{config:option} lvm.metadata_size storage_lvm-common
|
||||
:default: "`0` (auto)"
|
||||
:scope: "global"
|
||||
|
||||
@@ -6452,6 +6452,14 @@
|
||||
"storage_lvm": {
|
||||
"common": {
|
||||
"keys": [
|
||||
{
|
||||
"block.type": {
|
||||
"condition": "block-based volume",
|
||||
"default": "same as `volume.block.type`",
|
||||
"longdesc": "",
|
||||
"shortdesc": "Type of the block volume"
|
||||
}
|
||||
},
|
||||
{
|
||||
"lvm.metadata_size": {
|
||||
"default": "`0` (auto)",
|
||||
|
||||
Reference in New Issue
Block a user