Channel Revision Published Runs on
latest/stable 59 19 Sep 2024
Ubuntu 22.04
latest/edge 155 30 Jun 2025
Ubuntu 24.04 Ubuntu 22.04
latest/edge 83 23 Oct 2024
Ubuntu 24.04 Ubuntu 22.04
squid/stable 153 02 Jul 2025
Ubuntu 24.04
squid/candidate 155 15 Jul 2025
Ubuntu 24.04
squid/beta 153 25 Jun 2025
Ubuntu 24.04
squid/edge 155 02 Jul 2025
Ubuntu 24.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
juju deploy microceph --channel squid/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.

  • enter-maintenance

    Put the given unit into maintenance mode.

    Params
    • check-only boolean

      Only run the sanity checks for entering maintenance mode. Do not confuse with dry-run option, which only prints the action plan.

    • dry-run boolean

      Do not run the operations but print the action plan.

    • force boolean

      Force to run the operations to enter maintenance mode even if there are failed operations.

    • ignore-check boolean

      Ignore sanity checks and run the operations for entering maintenance mode. Do not confuse with force option, which will ignore any error in the operations and continue the remaining operations.

    • set-noout boolean

      Optional to run ceph osd set noout. Defaults to set noout when entering maintenance mode.

    • stop-osds boolean

      Optional to stop and disable OSD service on that node. Defaults to keep the OSD service running when entering maintenance mode.

  • exit-maintenance

    Bring the given unit out of maintenance mode.

    Params
    • check-only boolean

      Only run the sanity checks for exiting maintenance mode. Do not confuse with dry-run option, which only prints the action plan.

    • dry-run boolean

      Do not run the operations but print the action plan.

    • ignore-check boolean

      Ignore sanity checks and run the operations for exiting maintenance mode.

  • get-rgw-endpoints

    S3 and swift public endpoints for Rados Gateway.

  • list-disks

    List OSDs on the cluster and unpartitioned disks on the node.

    Params
    • host-only boolean

      List OSDs on the node instead of cluster.

  • 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