]> git.apps.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)
committerNathan Cutler <ncutler@suse.com>
Fri, 14 Apr 2017 21:49:21 +0000 (23:49 +0200)
commit284cd5065f871fc7aeb134d0f9dd48ba9d1f12bf
treea396ec60b3d86249ddca69623485229e804c28c2
parenteb84959bac369dbb86674f9e4225ba1c836c104c
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>
(cherry picked from commit c6d91dd91252e703d08b8ac62ac6a47ee82c0bed)
qa/tasks/cephfs/mount.py