mirror of
https://github.com/ceph/ceph
synced 2025-02-02 16:34:31 +00:00
5 lines
41 B
Plaintext
5 lines
41 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
stop ceph-mds-all || :
|
||
|
|
||
|
exit 0
|