]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: fix/improve fuse force umount (again)
authorJohn Spray <jspray@redhat.com>
Thu, 12 Feb 2015 19:15:40 +0000 (19:15 +0000)
committerJohn Spray <jspray@redhat.com>
Thu, 26 Feb 2015 23:08:33 +0000 (23:08 +0000)
commitfc4e90930b2c6ba0d395ae7d6edb8f8daba3fd64
tree7ff208e53abf010a84aa2a97d59e05759783d536
parente9d713b75182292c7b14c862bdeb92279ebd6b32
tasks/cephfs: fix/improve fuse force umount (again)

teuthology helpfully escapes things for us so
the \; didn't need the backslash.  The logic
was still falling over in some cases too.

Additionally, make the FUSE /sys/ abort operation
more surgical by working out the connection name
of our own mount during mount().

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/fuse_mount.py