Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / fs / snaps / snaptest-authwb.sh
1 #!/bin/sh -x
2
3 set -e
4
5 ceph mds set allow_new_snaps true --yes-i-really-mean-it
6
7 touch foo
8 chmod +x foo
9 mkdir .snap/s
10 find .snap/s/foo -executable | grep foo
11 rmdir .snap/s
12 rm foo
13
14 echo OK