教你如何将 Lvm 卷移动到另一台服务器中
域名 2025-10-10 04:37:47
0

复制[root@server1 ~]# fdisk -l|grep sd Disk /dev/sda: 20 GiB,教何将L卷移 21474836480 bytes, 41943040 sectors Disk /dev/sdb: 20 GiB, 21474836480 bytes, 41943040 sectors Disk /dev/sdc: 20 GiB, 21474836480 bytes, 41943040 sectors Disk /dev/sdd: 20 GiB, 21474836480 bytes, 41943040 sectors [root@server1 ~]# pvcreate /dev/sd[a-d] Physical volume "/dev/sda" successfully created. Physical volume "/dev/sdb" successfully created. Physical volume "/dev/sdc" successfully created. Physical volume "/dev/sdd" successfully created. 1.2.3.4.5.6.7.8.9.10.