]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #29421 into master
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 5 Dec 2019 21:18:49 +0000 (13:18 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 5 Dec 2019 21:25:03 +0000 (13:25 -0800)
commite8368d61bee26bbbc4fb5ee5b823885ad37dd494
treebb7f4ffda2b3c44a5645d2c4da841409470e9883
parentf6bda33bc928295fda759d46b0ce4dbdb325b6d7
parenta9db23fd18f64851e9cee7ffc7d220b08af69359
Merge PR #29421 into master

* refs/pull/29421/head:
qa/cephfs: add tests for ACLs
qa/cephfs: allow running tests from xfstests-dev
qa/tasks: add methods to get monitor's sockets
qa/cephfs: don't crash if mountpoint dir is already deleted
vstart_runner.py: set omit_sudo's default value to False
qa/vstart_runner.py: fix get_keyring_path()
qa/cephfs: don't abort if mountpoint is already present
qa/cephfs: allow specifying mountpoint for kernel mounts
qa/cephfs: allow specifying mountpoints for FUSE mounts
qa/vstart_runner.py: allow specifying mountpoint for local FUSE mounts
qa/mount.py: allow setting mountpoint
qa/vstart_runner.py: add a method to create a temporary directory

Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/ceph_manager.py
qa/tasks/cephfs/fuse_mount.py