mirror of
https://github.com/ceph/ceph
synced 2025-02-06 02:14:01 +00:00
8 lines
125 B
Bash
Executable File
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
|