mirror of
https://github.com/ceph/ceph
synced 2024-12-11 14:09:09 +00:00
5 lines
37 B
Plaintext
5 lines
37 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
stop ceph-all || :
|
||
|
|
||
|
exit 0
|