]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: wait for file creation before changing mode 59095/head
authorVenky Shankar <vshankar@redhat.com>
Wed, 7 Aug 2024 13:25:43 +0000 (13:25 +0000)
committerVenky Shankar <vshankar@redhat.com>
Wed, 7 Aug 2024 13:26:30 +0000 (13:26 +0000)
Fixes: http://tracker.ceph.com/issues/67408
Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/workunits/fs/snaps/snaptest-double-null.sh

index cdf32e4f0ef6af40cff1e4eda9f4ac80b73aa49f..833c0fd696b93954f75cff26c49fdf0ae78f5f35 100755 (executable)
@@ -11,6 +11,7 @@ mkdir a
 cat > a/foo &
 mkdir a/.snap/one
 mkdir a/.snap/two
+wait
 chmod 777 a/foo
 sync   # this might crash the mds
 ps