]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: fix race in Mount.open_background
authorJohn Spray <john.spray@redhat.com>
Thu, 26 Jan 2017 16:48:58 +0000 (16:48 +0000)
committerJohn Spray <john.spray@redhat.com>
Thu, 26 Jan 2017 16:48:58 +0000 (16:48 +0000)
commitc6d91dd91252e703d08b8ac62ac6a47ee82c0bed
tree44512639866d83eee5de969999171ab55e4d72e2
parent4755086f8fc091e33b86afc48e852db00f119399
qa: fix race in Mount.open_background

Previously a later remote call could end up executing
before the remote python program in open_background
had actually got as far as opening the file.

Fixes: http://tracker.ceph.com/issues/18661
Signed-off-by: John Spray <john.spray@redhat.com>
qa/tasks/cephfs/mount.py