migration commit Commit image migration.
migration execute Execute image migration.
migration prepare Prepare image migration.
- mirror group demote Demote an group to non-primary for RBD
+ mirror group demote Demote a group to non-primary for RBD
mirroring.
- mirror group disable Disable RBD mirroring for an group.
- mirror group enable Enable RBD mirroring for an group.
- mirror group promote Promote an group to primary for RBD
+ mirror group disable Disable RBD mirroring for a group.
+ mirror group enable Enable RBD mirroring for a group.
+ mirror group promote Promote a group to primary for RBD
mirroring.
mirror group resync Force resync to primary group for RBD
mirroring.
mirror group snapshot schedule status
Show mirror group snapshot schedule
status.
- mirror group status Show RBD mirroring status for an group.
+ mirror group status Show RBD mirroring status for a group.
mirror image demote Demote an image to non-primary for RBD
mirroring.
mirror image disable Disable RBD mirroring for an image.
[--group <group>]
<group-spec>
- Demote an group to non-primary for RBD mirroring.
+ Demote a group to non-primary for RBD mirroring.
Positional arguments
<group-spec> group specification
[--namespace <namespace>] [--group <group>]
<group-spec>
- Disable RBD mirroring for an group.
+ Disable RBD mirroring for a group.
Positional arguments
<group-spec> group specification
[--group <group>]
<group-spec> <mode>
- Enable RBD mirroring for an group.
+ Enable RBD mirroring for a group.
Positional arguments
<group-spec> group specification
[--namespace <namespace>] [--group <group>]
<group-spec>
- Promote an group to primary for RBD mirroring.
+ Promote a group to primary for RBD mirroring.
Positional arguments
<group-spec> group specification
[--pretty-format]
<group-spec>
- Show RBD mirroring status for an group.
+ Show RBD mirroring status for a group.
Positional arguments
<group-spec> group specification
Shell::Action action_enable(
{"mirror", "group", "enable"}, {},
- "Enable RBD mirroring for an group.", "",
+ "Enable RBD mirroring for a group.", "",
&get_arguments_enable, &execute_enable);
Shell::Action action_disable(
{"mirror", "group", "disable"}, {},
- "Disable RBD mirroring for an group.", "",
+ "Disable RBD mirroring for a group.", "",
&get_arguments_disable, &execute_disable);
Shell::Action action_promote(
{"mirror", "group", "promote"}, {},
- "Promote an group to primary for RBD mirroring.", "",
+ "Promote a group to primary for RBD mirroring.", "",
&get_arguments_promote, &execute_promote);
Shell::Action action_demote(
{"mirror", "group", "demote"}, {},
- "Demote an group to non-primary for RBD mirroring.", "",
+ "Demote a group to non-primary for RBD mirroring.", "",
&get_arguments, &execute_demote);
Shell::Action action_resync(
{"mirror", "group", "resync"}, {},
&get_arguments, &execute_resync);
Shell::Action action_status(
{"mirror", "group", "status"}, {},
- "Show RBD mirroring status for an group.", "",
+ "Show RBD mirroring status for a group.", "",
&get_status_arguments, &execute_status);
Shell::Action action_snapshot(
{"mirror", "group", "snapshot"}, {},