---
title: Charmhub | Deploy Ceph Rbd Mirror using Charmhub - The Open Operator Collection
description: Deploy the latest version of Ceph Rbd Mirror on any cloud.
url: https://charmhub.io/ceph-rbd-mirror/actions
---

# Ceph Rbd Mirror

[OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")

* [OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
* [Cloud](https://charmhub.io/?filter=cloud)
* [Storage](https://charmhub.io/?filter=storage)

Platform:

26.04

24.04

23.10

23.04

22.10

22.04

21.10

21.04

20.10

+3

quincy/stable 0b30d26c

```
juju deploy ceph-rbd-mirror --channel quincy/stable
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [demote](https://charmhub.io/ceph-rbd-mirror/actions#demote)
* [pause](https://charmhub.io/ceph-rbd-mirror/actions#pause)
* [promote](https://charmhub.io/ceph-rbd-mirror/actions#promote)
* [refresh-pools](https://charmhub.io/ceph-rbd-mirror/actions#refresh-pools)
* [restart-services](https://charmhub.io/ceph-rbd-mirror/actions#restart-services)
* [resume](https://charmhub.io/ceph-rbd-mirror/actions#resume)
* [resync-pools](https://charmhub.io/ceph-rbd-mirror/actions#resync-pools)
* [status](https://charmhub.io/ceph-rbd-mirror/actions#status)

[Learn about actions >](https://juju.is/docs/juju/action)

* 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
