溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

ceph如何實(shí)現(xiàn)指定OSD創(chuàng)建pool之class

發(fā)布時(shí)間:2021-12-17 10:42:46 來源:億速云 閱讀:209 作者:小新 欄目:大數(shù)據(jù)

這篇文章給大家分享的是有關(guān)ceph如何實(shí)現(xiàn)指定OSD創(chuàng)建pool之class的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。

    前面我們做指定osd創(chuàng)建pool本質(zhì)是選擇部分osd(假設(shè)為不同屬性的osd)重新構(gòu)建一個(gè)osd邏輯樹,再針對新的邏輯樹創(chuàng)建一個(gè)crush_rule,設(shè)置pool的crush_rule 就可以到達(dá)目的。但是后面發(fā)現(xiàn)還有一種更為方便的辦法不需要單獨(dú)創(chuàng)建邏輯樹,只需要添加一個(gè)新的crush_rule 并對于到新的磁盤class(磁盤有多個(gè)class屬性,子節(jié)點(diǎn)host就有多個(gè)class)。

[root@ceph-node1 opt]# cat decrushmap 
# begin crush map
tunable choose_local_tries 0
tunable choose_local_fallback_tries 0
tunable choose_total_tries 50
tunable chooseleaf_descend_once 1
tunable chooseleaf_vary_r 1
tunable chooseleaf_stable 1
tunable straw_calc_version 1
tunable allowed_bucket_algs 54

# devices
device 0 osd.0 class hdd
device 1 osd.1 class ssd
device 2 osd.2 class hdd
device 3 osd.3 class ssd
device 4 osd.4 class hdd
device 5 osd.5 class ssd
device 6 osd.6 class hdd
device 7 osd.7 class hdd
device 8 osd.8 class hdd
device 9 osd.9 class hdd
device 10 osd.10 class hdd
device 11 osd.11 class hdd

# types
type 0 osd
type 1 host
type 2 chassis
type 3 rack
type 4 row
type 5 pdu
type 6 pod
type 7 room
type 8 datacenter
type 9 region
type 10 root

# buckets
host ceph-node1 {
	id -3		# do not change unnecessarily
	id -4 class hdd		# do not change unnecessarily
	id -15 class ssd		# do not change unnecessarily
	# weight 0.058
	alg straw2
	hash 0	# rjenkins1
	item osd.0 weight 0.029
	item osd.1 weight 0.029
}
host ceph-node2 {
	id -5		# do not change unnecessarily
	id -6 class hdd		# do not change unnecessarily
	id -16 class ssd		# do not change unnecessarily
	# weight 0.058
	alg straw2
	hash 0	# rjenkins1
	item osd.2 weight 0.029
	item osd.3 weight 0.029
}
host ceph-node3 {
	id -7		# do not change unnecessarily
	id -8 class hdd		# do not change unnecessarily
	id -17 class ssd		# do not change unnecessarily
	# weight 0.058
	alg straw2
	hash 0	# rjenkins1
	item osd.4 weight 0.029
	item osd.5 weight 0.029
}
host ceph-node4 {
	id -9		# do not change unnecessarily
	id -10 class hdd		# do not change unnecessarily
	id -18 class ssd		# do not change unnecessarily
	# weight 0.058
	alg straw2
	hash 0	# rjenkins1
	item osd.6 weight 0.029
	item osd.7 weight 0.029
}
host ceph-node5 {
	id -11		# do not change unnecessarily
	id -12 class hdd		# do not change unnecessarily
	id -19 class ssd		# do not change unnecessarily
	# weight 0.058
	alg straw2
	hash 0	# rjenkins1
	item osd.8 weight 0.029
	item osd.9 weight 0.029
}
host ceph-node6 {
	id -13		# do not change unnecessarily
	id -14 class hdd		# do not change unnecessarily
	id -20 class ssd		# do not change unnecessarily
	# weight 0.058
	alg straw2
	hash 0	# rjenkins1
	item osd.10 weight 0.029
	item osd.11 weight 0.029
}
root default {
	id -1		# do not change unnecessarily
	id -2 class hdd		# do not change unnecessarily
	id -21 class ssd		# do not change unnecessarily
	# weight 0.354
	alg straw2
	hash 0	# rjenkins1
	item ceph-node1 weight 0.059
	item ceph-node2 weight 0.059
	item ceph-node3 weight 0.059
	item ceph-node4 weight 0.059
	item ceph-node5 weight 0.059
	item ceph-node6 weight 0.059
}

# rules
rule replicated_rule {
	id 0
	type replicated
	min_size 1
	max_size 10
	step take default class hdd
	step chooseleaf firstn 0 type host
	step emit
}
rule replicated_ssd {
	id 1
	type replicated
	min_size 1
	max_size 10
	step take default class ssd
	step chooseleaf firstn 0 type host
	step emit
}

ceph如何實(shí)現(xiàn)指定OSD創(chuàng)建pool之class

后面在創(chuàng)建pool的時(shí)候選擇新的crush_rule replicated_ssd 

ceph如何實(shí)現(xiàn)指定OSD創(chuàng)建pool之class

問題就解決了

感謝各位的閱讀!關(guān)于“ceph如何實(shí)現(xiàn)指定OSD創(chuàng)建pool之class”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識,如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI