mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
04b00029e1
Signed-off-by: Sage Weil <sage@redhat.com>
8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
what="$1"
|
|
[ -z "$what" ] && what=/etc/udev/rules.d
|
|
ceph-post-file -d ceph-test-workunit $what
|
|
|
|
echo OK
|