Skip to content

Commit 863f78f

Browse files
committed
doc: Update metadata
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
1 parent a313ae5 commit 863f78f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

doc/config_options.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5685,6 +5685,13 @@ This value is required by some providers.
56855685

56865686
<!-- config group storage_linstor-common end -->
56875687
<!-- config group storage_lvm-common start -->
5688+
```{config:option} block.type storage_lvm-common
5689+
:condition: "block-based volume"
5690+
:default: "same as `volume.block.type`"
5691+
:shortdesc: "Type of the block volume"
5692+
5693+
```
5694+
56885695
```{config:option} lvm.metadata_size storage_lvm-common
56895696
:default: "`0` (auto)"
56905697
:scope: "global"

internal/server/metadata/configuration.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6452,6 +6452,14 @@
64526452
"storage_lvm": {
64536453
"common": {
64546454
"keys": [
6455+
{
6456+
"block.type": {
6457+
"condition": "block-based volume",
6458+
"default": "same as `volume.block.type`",
6459+
"longdesc": "",
6460+
"shortdesc": "Type of the block volume"
6461+
}
6462+
},
64556463
{
64566464
"lvm.metadata_size": {
64576465
"default": "`0` (auto)",

0 commit comments

Comments
 (0)