溫馨提示×

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

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

ceph luminous新功能之內(nèi)置dashboard的示例分析

發(fā)布時(shí)間:2021-12-17 09:41:43 來(lái)源:億速云 閱讀:150 作者:小新 欄目:云計(jì)算

這篇文章主要為大家展示了“ceph luminous新功能之內(nèi)置dashboard的示例分析”,內(nèi)容簡(jiǎn)而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“ceph luminous新功能之內(nèi)置dashboard的示例分析”這篇文章吧。

搭建一個(gè)3節(jié)點(diǎn)環(huán)境,ceph -s 如下:

[root@clove16 ~]# ceph -s
  cluster:
    id:     a57fb0a6-9528-11e7-84c0-ecf4bbdc70f8
    health: HEALTH_OK
 
  services:
    mon: 3 daemons, quorum 10.118.203.14,10.118.203.15,10.118.203.16
    mgr: 10.118.203.16(active), standbys: 10.118.203.14, 10.118.203.15
    osd: 30 osds: 30 up, 30 in
 
  data:
    pools:   2 pools, 728 pgs
    objects: 25609 objects, 100255 MB
    usage:   13568 MB used, 27903 GB / 27916 GB avail
    pgs:     728 active+clean
 
  io:
    client:   4435 B/s rd, 0 B/s wr, 4 op/s rd, 0 op/s wr

開(kāi)啟監(jiān)控模塊

下列操作只需在mgr為“active”的節(jié)點(diǎn)執(zhí)行(如上所在:mgr為“active”的節(jié)點(diǎn)IP 為“10.118.203.16”)

在/etc/ceph/ceph.conf中添加

[mgr]
mgr_modules = dashboard

設(shè)置dashboard的ip和端口

[root@clove16 ~]# ceph config-key put mgr/dashboard/server_addr 10.118.203.16

[root@clove16 ~]# ceph config-key put mgr/dashboard/server_port 7000

查看配置

[root@clove117 ~]# ceph config-key dump 
{
    "mgr/dashboard/server_addr": "10.118.203.16",
    "mgr/dashboard/server_port": "7000"

重啟mgr服務(wù) 

[root@clove16 ~]# systemctl restart ceph-mgr@10.118.203.16

檢查端口

[root@clove16 ~]# netstat -anp|grep 7000
tcp        0      0 10.118.203.16:7000      0.0.0.0:*               LISTEN      24217/ceph-mgr      
tcp        0      0 10.118.203.16:7000      10.90.96.21:62756       TIME_WAIT   -                   
tcp        0      0 10.118.203.16:7000      10.90.96.21:62754       TIME_WAIT   -                   
tcp        0      0 10.118.203.16:7000      10.90.96.21:62755       TIME_WAIT   -                   
tcp        0      0 10.118.203.16:7000      10.90.96.21:62748       TIME_WAIT   -                   
tcp        0      0 10.118.203.16:7000      10.90.96.21:62749       TIME_WAIT   -                   
tcp        0      0 10.118.203.16:7000      10.90.96.21:62753       TIME_WAIT   -                   
tcp        0      0 10.118.203.16:7000      10.90.96.21:62775       ESTABLISHED 24217/ceph-mgr

登陸界面

以上是“ceph luminous新功能之內(nèi)置dashboard的示例分析”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注億速云行業(yè)資訊頻道!

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

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

AI