Skip to content

Commit

Permalink
lxd/metadata: Update config metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Max Asnaashari <max.asnaashari@canonical.com>
  • Loading branch information
masnax committed Sep 4, 2024
1 parent cba9549 commit b44133e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4858,6 +4858,13 @@ Specify either a cron expression (`<minute> <hour> <dom> <month> <dow>`), a comm

```

```{config:option} ceph.osd.pool_size storage-ceph-pool-conf
:defaultdesc: "`3`"
:shortdesc: "Number of RADOS object replicas. Set to 1 for no replication."
:type: "string"

```

```{config:option} ceph.rbd.clone_copy storage-ceph-pool-conf
:defaultdesc: "`true`"
:shortdesc: "Whether to use RBD lightweight clones"
Expand Down Expand Up @@ -5038,6 +5045,14 @@ This option specifies the number of OSD pool placement groups (`pg_num`) to use
when creating a missing OSD pool.
```

```{config:option} cephfs.osd_pool_size storage-cephfs-pool-conf
:defaultdesc: "`3`"
:shortdesc: "Number of RADOS object replicas. Set to 1 for no replication."
:type: "string"
This option specifies the number of OSD pool replicas to use
when creating an OSD pool.
```

```{config:option} cephfs.path storage-cephfs-pool-conf
:defaultdesc: "`/`"
:shortdesc: "The base path for the CephFS mount"
Expand Down
16 changes: 16 additions & 0 deletions lxd/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -5492,6 +5492,14 @@
"type": "string"
}
},
{
"ceph.osd.pool_size": {
"defaultdesc": "`3`",
"longdesc": "",
"shortdesc": "Number of RADOS object replicas. Set to 1 for no replication.",
"type": "string"
}
},
{
"ceph.rbd.clone_copy": {
"defaultdesc": "`true`",
Expand Down Expand Up @@ -5683,6 +5691,14 @@
"type": "string"
}
},
{
"cephfs.osd_pool_size": {
"defaultdesc": "`3`",
"longdesc": "This option specifies the number of OSD pool replicas to use\nwhen creating an OSD pool.",
"shortdesc": "Number of RADOS object replicas. Set to 1 for no replication.",
"type": "string"
}
},
{
"cephfs.path": {
"defaultdesc": "`/`",
Expand Down

0 comments on commit b44133e

Please sign in to comment.