1
0
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:
Piotr Resztak
2025-12-04 14:57:18 +01:00
committed by Stéphane Graber
parent f955c8c93c
commit 41a4db0893
2 changed files with 15 additions and 0 deletions

View File

@@ -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"

View File

@@ -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)",