mirror of
https://github.com/ceph/ceph
synced 2024-12-25 12:54:16 +00:00
5 lines
41 B
Plaintext
5 lines
41 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
stop ceph-mds-all || :
|
||
|
|
||
|
exit 0
|