标签:ceph
有时候,ceph宿主机需要重启,由于ceph自带数据恢复平衡功能,所以需要手动临时禁用
禁用命令如下:
ceph osd set noout
ceph osd set nobackfill
ceph osd set norecover
启用命令如下:
ceph osd unset noout
ceph osd unset nobackfill
ceph osd unset norecover
本文出自 “让我men共同成长” 博客,请务必保留此出处http://wujingfeng.blog.51cto.com/5725921/1965028
标签:ceph
原文地址:http://wujingfeng.blog.51cto.com/5725921/1965028