Ceph Plugin - Dashboard - By Anoyi

1015 단어
▶ Dashboard 배포
1. 설치ceph-mgr-dashboard
yum install -y ceph-mgr-dashboard

2, SSL 사용 안 함
ceph config set mgr mgr/dashboard/ssl false

3. [옵션] Host 및 port 구성
ceph config set mgr mgr/dashboard/server_addr $IP

ceph config set mgr mgr/dashboard/server_port $PORT

IP 비설정, 기본 바인딩::, ssl 비활성화 후 PORT 기본80804. Dashboard 활성화
ceph mgr module enable dashboard

5. 사용자, 비밀번호, 권한
#     
ceph dashboard ac-user-create   administrator

#     ,    
ceph dashboard -h

6, Dashboard 상태 보기
ceph mgr services 

▶ 기타 설정
변경된 구성을 적용합니다.
ceph mgr module disable dashboard
ceph mgr module enable dashboard

액세스 접두어 구성
ceph config set mgr mgr/dashboard/url_prefix $PREFIX

구성 성공, 액세스 주소 변경http://$IP:$PORT/$PREFIX/

좋은 웹페이지 즐겨찾기