Ceph Rbd Mirror

  • By OpenStack Charmers
  • Cloud
Channel Revision Published Runs on
latest/edge 52 16 Nov 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
quincy/stable 49 16 Sep 2023
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
squid/candidate 52 22 Apr 2024
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
reef/stable 52 01 Dec 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
reef/candidate 52 16 Nov 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
pacific/stable 39 05 Aug 2022
Ubuntu 20.04
octopus/stable 41 10 Mar 2023
Ubuntu 20.04
nautilus/edge 34 25 Feb 2022
Ubuntu 18.04
mimic/edge 34 25 Feb 2022
Ubuntu 18.04
luminous/edge 31 24 Feb 2022
Ubuntu 18.04 Ubuntu 16.04
juju deploy ceph-rbd-mirror --channel quincy/stable
Show information

Platform:

Ubuntu
23.04 22.10 22.04 20.04

Learn about actions >

  • demote

    Demote all primary images within given pools to non-primary.

    Params
    • force boolean

    • pools string

      Comma-separated list of pools to demote. If this is not set, all the pools will be demoted.

  • pause

    Pause services. If the deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must first be paused as well. Not doing so may lead to an interruption of service.

  • promote

    Promote all non-primary images within given pools to primary.

    Params
    • force boolean

    • pools string

      Comma-separated list of pools to promote. If this is not set, all the pools will be promoted.

  • refresh-pools


    Refresh list of pools from local and remote Ceph endpoint. As a side effect, mirroring will be configured for any manually created pools that the charm currently does not know about.

  • restart-services

    Restart services. Restart the services the charm manages.

  • resume

    Resume services. If the deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must be resumed as well.

  • resync-pools


    USE WITH CAUTION - Force image resync for all images in the given pools on local Ceph endpoint.

    Params
    • i-really-mean-it boolean

      This must be set to true to perform the action

    • pools string

      Comma-separated list of pools to resync from the local Ceph endpoint. If this is not set, all the pools from the local Ceph endpoint will be resynced.

    Required

    i-really-mean-it

  • status

    Get mirror pool status

    Params
    • format string

    • pools string

      Comma-separated list of pools to include in the status. If this is not set, all the pools will be included.

    • verbose boolean