OpenStack-Rocky 灾备
环境
部署灾备服务器
ceph 备份
# 修改配置文件,开启自动启动功能 crudini --set /etc/ceph/ceph.conf 'global' 'rbd default features' '125' systemctl restart ceph.targetceph osd pool create images 64 ceph osd pool create vms 64 ceph osd pool create volumes 64scp /etc/ceph/ceph.conf root@backup_ip:/etc/ceph/openstack.conf scp /etc/ceph/ceph.client.admin.keyring root@backup_ip:/etc/ceph/openstack.client.admin.keyringchown ceph:ceph /etc/ceph/rbd mirror pool enable images pool rbd mirror pool enable vms pool rbd mirror pool enable volumes poolrbd mirror pool peer add images client.admin@openstack rbd mirror pool peer add vms client.admin@openstack rbd mirror pool peer add volumes client.admin@openstackfirewall-cmd --permanent --zone=trusted --add-source=192.168.2.10 firewall-cmd --zone=trusted --add-source=192.168.2.10yum install -y rbd-mirror systemctl start [email protected] systemctl enable [email protected] systemctl status [email protected]rbd mirror pool status images rbd mirror pool status vms rbd mirror pool status volumes
MariaDB Galera Cluster 备份
MariaDB Galera Cluster 恢复
最后更新于