ceph/qa/workunits/post-file.sh

8 lines
125 B
Bash
Executable File

#!/bin/bash -ex
what="$1"
[ -z "$what" ] && what=/etc/udev/rules.d
sudo ceph-post-file -d ceph-test-workunit $what
echo OK