]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #39845 into master
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 11 Mar 2021 17:34:53 +0000 (09:34 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 11 Mar 2021 17:34:53 +0000 (09:34 -0800)
commit87d3e17987f815e34c4065f1859e64258eaa4d62
treec4e45bf31edd6ece51eb4adebb0853c09f9e66ad
parentb7f8c681d28260cbaf28808d5ec4a454a6732f3e
parent943ea38678ee6b3bc1c329c3cc56d0e61d87088e
Merge PR #39845 into master

* refs/pull/39845/head:
doc: clarify mirror daemon user capability requirements
doc: doc changes for additional mirroring interfaces
pybind/mirroring: add interface to list file system mirror peers
pybind/mirroring: set libcephfs handle root uid/gid as 0:0
test: add tests for mirroring bootstrap interfaces
pybind/mirroring: introduce peer_bootstrap {create|import} commands
cephfs-mirror: use peer cluster monitor address (and key) if available
mon: peer_add should accept Ceph file system UUID
mon: introduce "profile cephfs-mirror" cap constrained to "config-get cephfs/mirror/peer"
test: add test for failed filesystem mirror instances
cephfs-mirror: restart failed mirror filesystem instances

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>