일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- grafana-loki
- libvirt
- Arch
- kolla
- Ansible
- yum
- OpenStack
- Kubernetes
- pacman
- k8s
- KVM
- awx
- cephadm
- HTML
- cloud-init
- Octavia
- terraform
- nfs-provisioner
- ceph
- ubuntu
- ceph-ansible
- repository
- golang
- Linux
- kolla-ansible
- Kubeflow
- i3
- archlinux
- port open
- Docker
- Today
- Total
목록ceph-ansible (2)
YJWANG
Prerequisite refer to : https://docs.ceph.com/en/latest/rados/operations/ Ceph Cluster 여분의 Device (osd로 추가할) Ceph-Ansible로 구축한 Ceph는 Ceph orch API를 지원하지 않기때문에 해당 명령어는 최대한 사용하지 않도록 하겠습니다. Add OSD refer to : https://docs.ceph.com/projects/ceph-ansible/en/latest/day-2/osds.html 현재 서버에는 파티셔닝 되지 않은 vdb disk가 여분으로 준비돼있습니다. vdb 252:16 0 9.3G 0 disk 그리고 현재 Ceph에는 vda만 OSD로 할당돼있습니다. root@yjwang0-ceph-01:..
refer to : https://docs.ceph.com/projects/ceph-ansible/en/latest/ Deploy Cluster 필요 패키지 설치 & SSH key copy # apt update;apt -y install python3-pip # git clone https://github.com/ceph/ceph-ansible.git;cd ceph-ansible/ # pip3 install -r requirements.txt # ssh-keygen -N "" -f /root/.ssh/id_rsa # ssh-copy-id 10.99.70.30 # ssh-copy-id 10.99.70.31 # ssh-copy-id 10.99.70.32 inventory 설정 root@yjwang0-cep..