From: Patrick Donnelly Date: Mon, 24 Sep 2018 21:41:59 +0000 (-0700) Subject: Merge PR #23530 into master X-Git-Tag: v14.0.1~194 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=51b27b7e3dcfbf8aca92f1db41067fe3df1339d3;p=ceph.git Merge PR #23530 into master * refs/pull/23530/head: qa/vstart_runner: fix daemons list PendingReleaseNotes: note multifs support in libcephfs test/cephfs: add pybind test for mount_root pybind/cephfs: enable passing filesystem name to mount libcephfs: add ceph_select_filesystem common: add doc strings to client_mds_namespace client: allow passing fs name to mount() Reviewed-by: Patrick Donnelly Conflicts: PendingReleaseNotes --- 51b27b7e3dcfbf8aca92f1db41067fe3df1339d3 diff --cc PendingReleaseNotes index 350c0483492ef,ce7603f3a8ad2..533e6a75943ae --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -21,9 -21,12 +21,15 @@@ The secrets can be set using the 'rbd mirror pool peer add' and 'rbd mirror pool peer set' actions. +* The `ceph mds deactivate` is fully obsolete and references to it in the docs + have been removed or clarified. + + * The libcephfs bindings added the ceph_select_filesystem function + for use with multiple filesystems. + + * The cephfs python bindings now include mount_root and filesystem_name + options in the mount() function. + >=13.1.0 --------