MicroCeph
- OpenStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 59 | 19 Sep 2024 | |
latest/edge | 86 | 21 Nov 2024 | |
latest/edge | 83 | 23 Oct 2024 | |
reef/stable | 59 | 25 Jul 2024 | |
reef/candidate | 73 | 21 Aug 2024 | |
reef/beta | 73 | 21 Aug 2024 | |
reef/edge | 76 | 21 Aug 2024 | |
squid/beta | 84 | 15 Nov 2024 | |
squid/edge | 84 | 15 Nov 2024 |
juju deploy microceph --channel reef/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
add-osd
Add ceph disks (OSD) to cluster
- Params
-
device-id string
Device ID of the disk. Accepts comma separated device id's to specify multiple disks
-
loop-spec string
/ The specification of the files to be created and used as OSDs, e.g. 4G,3 would create 3 file based OSDs of size 4GB.
-
list-disks
List OSDs on the cluster and unpartitioned disks on the node.
-
set-pool-size
Sets the size for one or several pools.
- Params
-
pools string
A comma-separated list of pools, or an asterisk ('*') to set the size for every existing pool.
-
size integer
The new pool size
- Required
pools, size