> > > * rbd mirror pool 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 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. > > I am not sure we need 'pool' here. I would prefer: > > rbd mirror peer add <remote-peer-spec> > rbd mirror peer remove <remote-peer-spec> > rbd mirror peer show > > Where, <remote-peer-spec> should not necessary contain pool, because > the default could be used or what is specified via '--pool' option. > I used "pool" to signify that these commands operate on a per-pool basis, which is how mirroring will function. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html