您好,登錄后才能下訂單哦!
1.查看當前集群full以及nearfull的設(shè)置值,在Mon節(jié)點查詢Mon配置
ceph --admin-daemon /run/ceph/ceph-mon.IP.asok config show | grep full_ratio
2.查看當前集群full以及nearfull的設(shè)置值,在其他節(jié)點查詢osd配置
ceph --admin-daemon /run/ceph/ceph-osd.0.asok config show | grep full
3.遇到集群full的告警,并且存儲不能寫入數(shù)據(jù)了,緊急配置步驟
1)設(shè)置OSD禁止讀寫
ceph osd pause
2)通知Mon修改nearfull及full的閾值
ceph tell mon.* injectargs "--mon-osd-nearfull-ratio 0.96"
ceph tell mon.* injectargs "--mon-osd-full-ratio 0.97"
ceph tell osd.* injectargs "--mon-osd-nearfull-ratio 0.96"
ceph tell osd.* injectargs "--mon-osd-full-ratio 0.97"
3)通知PG修改nearfull及full的閾值
ceph pg set_nearfull_ratio 0.96
ceph pg set_full_ratio 0.97
4)解除OSD的禁止讀寫
ceph osd unpause
5)整理集群,刪除一些無用的數(shù)據(jù),擴容集群
6)還原集群的默認配置
ceph tell mon.* injectargs "--mon-osd-nearfull-ratio 0.85"
ceph tell mon.* injectargs "--mon-osd-full-ratio 0.95"
ceph tell osd.* injectargs "--mon-osd-nearfull-ratio 0.85"
ceph tell osd.* injectargs "--mon-osd-full-ratio 0.95"
ceph pg set_nearfull_ratio 0.85
ceph pg set_full_ratio 0.95
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。