mirror of
https://github.com/ceph/ceph
synced 2024-12-12 06:28:31 +00:00
9eb0d91b86
Fixes: #4384 Signed-off-by: Sage Weil <sage@inktank.com>
5 lines
41 B
Bash
5 lines
41 B
Bash
#!/bin/sh
|
|
|
|
stop ceph-mds-all || :
|
|
|
|
exit 0 |