Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / post-file.sh
1 #!/bin/bash -ex
2
3 what="$1"
4 [ -z "$what" ] && what=/etc/udev/rules.d
5 sudo ceph-post-file -d ceph-test-workunit $what
6
7 echo OK