PVE完全删除Ceph
systemctl disable --now ceph-mon.target ceph-mgr.target ceph-mds.target ceph-osd.target
killall -9 ceph-mon ceph-mgr ceph-mds
pveceph purge
apt purge ceph-mon ceph-osd ceph-mgr ceph-mds ceph-base c...
阅读全文
systemctl disable --now ceph-mon.target ceph-mgr.target ceph-mds.target ceph-osd.target
killall -9 ceph-mon ceph-mgr ceph-mds
pveceph purge
apt purge ceph-mon ceph-osd ceph-mgr ceph-mds ceph-base c...
阅读全文
主备模式创建bond从属:参与主备的网卡,空格进行分隔模式:active-backup是主备模式bond-primary:主网卡VLAN1. 为桥接网卡设置桥接的物理网卡或者bond2. 为桥接网卡配置VLAN,如vmbr0配置VLAN2就是创建Linux VLAN,名称为vmbr0.23. 新建Linux Bridge,与上一步创建的Linux VLAN进行桥接,如新建的Linux Bri...
阅读全文
查看LUN和路径ls -l /dev/disk/by-path示例:root@pve41-22:~# ls -l /dev/disk/by-path
total 0
lrwxrwxrwx 1 root root 9 Sep 18 12:57 pci-0000:00:1f.2-ata-6 -> ../../sr0
lrwxrwxrwx 1 root root 9 Sep 18 12:...
阅读全文