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