Project

General

Profile

Subtask #13292

Feature #12901: librbd: zone + zonegroup configuration

Mirroring API + rbd CLI updates for pool

Added by Jason Dillaman over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Jason Dillaman
Target version:
% Done:

0%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

* rbd mirror pool enable <pool-name>
        This will, by default, ensure that all images created in this
        pool have exclusive lock, journaling, and mirroring feature bits
        enabled.

* rbd mirror pool disable <pool-name>
        This will clear the default image features for new images in this
        pool.

* rbd mirror pool peer add <remote-pool-spec>
        This will register a remote cluster/pool as a peer to the current,
        local pool.  All existing mirrored images and all future mirrored
        images will have this peer registered as a journal client.

* rbd mirror pool peer remove <remote-pool-spec>
        This will deregister a remote cluster/pool as a peer to the current,
        local pool.  All existing mirrored images will have the remote
        deregistered from image journals.

* rbd mirror pool info <pool-spec>
        This will show the current pool mirroring configuration

History

#1 Updated by Jason Dillaman over 8 years ago

  • Status changed from In Progress to Fix Under Review

#2 Updated by Jason Dillaman over 8 years ago

  • Status changed from Fix Under Review to Resolved

Also available in: Atom PDF