]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
task/mds_journal_migration: fix cleanup
authorJohn Spray <jcspray@gmail.com>
Tue, 29 Jul 2014 12:11:12 +0000 (13:11 +0100)
committerJohn Spray <jcspray@gmail.com>
Tue, 29 Jul 2014 12:11:12 +0000 (13:11 +0100)
commit0147c74671402fac68d2910f61b1736e0fc56dba
tree1a7116b0a95d101bb32108f089a0989c64821ef8
parentcc7c9b2e8bb3b95d9d4bbd3243ed1380a6f128f7
task/mds_journal_migration: fix cleanup

Previously this was remounting in the background
which meant that if a workunit was executed immediately
afterwards it could put files in the mount dir before
the FS was mounted, causing the mount to fail.

Signed-off-by: John Spray <john.spray@redhat.com>
teuthology/task/mds_journal_migration.py