Skip to content

Commit e79c842

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

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
@@ -5648,6 +5648,13 @@ This value is required by some providers.
56485648

56495649
<!-- config group storage_linstor-common end -->
56505650
<!-- config group storage_lvm-common start -->
5651+
```{config:option} block.type storage_lvm-common
5652+
:condition: "block-based volume"
5653+
:default: "same as `volume.block.type`"
5654+
:shortdesc: "Type of the block volume"
5655+
5656+
```
5657+
56515658
```{config:option} lvm.metadata_size storage_lvm-common
56525659
:default: "`0` (auto)"
56535660
:scope: "global"

internal/server/metadata/configuration.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6410,6 +6410,14 @@
64106410
"storage_lvm": {
64116411
"common": {
64126412
"keys": [
6413+
{
6414+
"block.type": {
6415+
"condition": "block-based volume",
6416+
"default": "same as `volume.block.type`",
6417+
"longdesc": "",
6418+
"shortdesc": "Type of the block volume"
6419+
}
6420+
},
64136421
{
64146422
"lvm.metadata_size": {
64156423
"default": "`0` (auto)",

0 commit comments

Comments
 (0)