Sziasztok!
A következő problémával nem boldogulok.
Van egy logikai kötet + DRBD. A logikai köteten egy virtuális Windóz. A node1-en, ahol dd-ztem az imaget, szépen működik.
Amikor megpróbálnám elindítani a node2-n, akkor az fdisk azt állítja, hogy nincsen partíció a köteten:
[root@node2 ~]# drbd-overview
0:r0/0 Connected Primary/Secondary UpToDate/UpToDate
[root@node2 ~]# fdisk -l /dev/vg1/m450
Disk /dev/vg1/m450: 182.5 GB, 182536110080 bytes, 356515840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 524288 bytes / 1048576 bytes
Ugyanez a node1-en:
[root@node1 ~]# fdisk -l /dev/vg1/m450
Disk /dev/vg1/m450: 182.5 GB, 182536110080 bytes, 356515840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 524288 bytes / 1048576 bytes
Disk label type: dos
Disk identifier: 0xfc3a642b
Device Boot Start End Blocks Id System
/dev/vg1/m450p1 * 63 240974 120456 7 HPFS/NTFS/exFAT
Partition 1 does not start on physical sector boundary.
/dev/vg1/m450p2 240975 356511739 178135382+ 7 HPFS/NTFS/exFAT
Partition 2 does not start on physical sector boundary.
Mit csinálok rosszul?
Adam