]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #30592 into master
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 25 Jun 2020 01:24:17 +0000 (18:24 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 25 Jun 2020 01:24:31 +0000 (18:24 -0700)
commit410f06dd0c69cf1e68c871ccf69cbab844e3a0f9
tree0da84032f7034a7644e15cf06e5ba1e964e3438c
parent4471cfe411ed7052a4a678a0379ee0599c26714e
parent683153c56e4db9ac5d17dbdcc6b741a27fb37062
Merge PR #30592 into master

* refs/pull/30592/head:
qa: fix flake8 warnings
doc: add documentation for new ephemeral pinning feature
mds: enable ephemeral pinning by default
pybind/mgr/volumes: wire up pinning subvolumes/subvolumegroups
qa: adapt tests for empty pinned dir export
qa: break export pin tests into discrete tests
qa: add more ephemeral pin tests
qa: add tests for ephemeral pinning
mds: add maximum random ephemeral pin percentage
mds: replicate random pin state
mds: finish implementation of ephemeral pins
mds: do string equality comparison
mds: add ephemeral pinning for subtrees
mds: trim pinned and empty subtrees
mds: refactor remove_subtree
mds: allow export of pinned directory if empty
mds: reduce subtree processing verbosity
mds: skip export of empty directories
mds: remove frozen export pin from queue
mds: simplify for loop construction
mds: add debug messages for export queue processing
qa: refactor _wait_subtree and _get_subtree
qa: use status from wait_for_daemons
qa: quietly print json output from asok commands

Reviewed-by: Mark Nelson <mnelson@redhat.com>
Reviewed-by: Ramana Raja <rraja@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>