亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

docker中如何安裝ceph rbd客戶端

發布時間:2021-11-19 11:44:44 來源:億速云 閱讀:254 作者:小新 欄目:開發技術

這篇文章主要介紹docker中如何安裝ceph rbd客戶端,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

ceph rbd客戶端要求

客戶端系統內核 2.6.32以上

另外,我這個環境中把k9s-master1當做ceph客戶端,而服務端是k8s-node1。

安裝ceph rbd客戶端

[root@k8s-master1 ~]# yum search ceph
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.tuna.tsinghua.edu.cn
 * updates: mirrors.aliyun.com
========================================================= N/S matched: ceph =========================================================
centos-release-ceph-hammer.noarch : Ceph Hammer packages from the CentOS Storage SIG repository
centos-release-ceph-jewel.noarch : Ceph Jewel packages from the CentOS Storage SIG repository
centos-release-ceph-luminous.noarch : Ceph Luminous packages from the CentOS Storage SIG repository
ceph-common.x86_64 : Ceph Common
[root@k8s-master1 ~]# yum -y install centos-release-ceph-luminous.noarch
[root@k8s-master1 ~]# yum -y install ceph

將ceph服務端的秘鑰環拷貝到ceph的客戶端

    生產中不要拷貝秘鑰環,而是創建一個用戶,并賦予相應的權限。

    我這里拷貝秘鑰環是為了方便。

    登錄ceph服務器集群中的任何一點,將其秘鑰環拷貝到ceph的客戶端。

[root@k8s-node1 ~]# cd /etc/ceph/
[root@k8s-node1 ceph]# scp ceph.conf 172.16.22.197:/etc/ceph/
[root@k8s-node1 ceph]# scp ceph.client.admin.keyring 172.16.22.197:/etc/ceph/

在ceph客戶端查看rbd

[root@k8s-master1 ~]# rbd --image data info
rbd image 'data':
size 1024 MB in 256 objects
order 22 (4096 kB objects)
block_name_prefix: rbd_data.1149238e1f29
format: 2
features: layering, exclusive-lock, object-map, fast-diff, deep-flatten
flags:

    輸出如上信息,表明我們可以使用rbd。

映射rbd到客戶端并且掛載使用 

    映射rbd到客戶端并且掛載使用 rbd map  rbd/data 

[root@k8s-master1 ~]# rbd map rbd/data  ##rbd是pool的名字,data是塊存儲的名字
rbd: sysfs write failed
RBD image feature set mismatch. Try disabling features unsupported by the kernel with "rbd feature disable".
In some cases useful info is found in syslog - try "dmesg | tail".
rbd: map failed: (6) No such device or address

    看到上面報錯了,我們需要執行一下如下命令:

[root@k8s-master1 ~]# rbd  feature disable   rbd/data   exclusive-lock object-map fast-diff deep-flatten
[root@k8s-master1 ~]# rbd map rbd/data 
/dev/rbd0
[root@k8s-master1 ~]# fdisk -l
Disk /dev/rbd0: 1073 MB, 1073741824 bytes, 2097152 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 4194304 bytes / 4194304 bytes

    看到,我們把ceph的rdb塊設備掛載到了k9s-master1機器上了。

    這時候,/dev/rdb0還是一個裸設備,下面我們格式化一下它,給它創建一個文件系統。

[root@k8s-master1 ~]# mkfs.ext4 /dev/rbd0

    掛載到/mnt下面:

[root@k8s-master1 ~]# mount /dev/rbd0 /mnt/

    這樣,我們就可以使用rbd塊設備了。

以上是“docker中如何安裝ceph rbd客戶端”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

玉屏| 巫山县| 耿马| 报价| 米林县| 邻水| 开化县| 堆龙德庆县| 曲阜市| 聂拉木县| 宜州市| 勃利县| 安宁市| 黎城县| 沙坪坝区| 高尔夫| 龙泉市| 德钦县| 嘉义市| 朝阳县| 上栗县| 池州市| 日照市| 高要市| 桂东县| 隆子县| 年辖:市辖区| 龙江县| 厦门市| 如皋市| 康平县| 新绛县| 凉山| 田林县| 沁源县| 叶城县| 衡南县| 舒城县| 习水县| 九江县| 宁南县|