MicroCeph

  • OpenStack Charmers
Channel Revision Published Runs on
latest/stable 59 19 Sep 2024
Ubuntu 22.04
latest/edge 86 21 Nov 2024
Ubuntu 24.04 Ubuntu 22.04
latest/edge 83 23 Oct 2024
Ubuntu 24.04 Ubuntu 22.04
reef/stable 59 25 Jul 2024
Ubuntu 22.04
reef/candidate 73 21 Aug 2024
Ubuntu 22.04
reef/beta 73 21 Aug 2024
Ubuntu 22.04
reef/edge 76 21 Aug 2024
Ubuntu 22.04
squid/beta 84 15 Nov 2024
Ubuntu 24.04
squid/edge 84 15 Nov 2024
Ubuntu 24.04
juju deploy microceph --channel reef/stable
Show information

Platform:

Ubuntu
24.04 22.04

Learn about actions >

  • 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