Clean up ceph-mds in cleanup_ceph_embedded

Change-Id: Ib62022f8d50901378b853dfd20d8d8341b3db10d
This commit is contained in:
John Spray
2016年01月18日 13:47:42 +00:00
parent 592c7d5711
commit 190c515a34

View File

@@ -217,7 +217,7 @@ fi
}
function cleanup_ceph_embedded {
sudo killall -w -9 ceph-mon ceph-osd
sudo killall -w -9 ceph-mon ceph-osd ceph-mds
if [ "$ENABLE_CEPH_RGW" = "True" ]; then
sudo killall -w -9 radosgw
fi
Reference in New Issue
openstack/devstack-plugin-ceph
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.