Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello, i have to grow one VM that is mirrored with drbd. We use LVM partitions for drbd. Will the following steps be enough? shutdown vm shutdown drbd devices lvresize on both servers connect drbd devices now im stuck because I resize the root FS. Can i boot into the VM and that fdisk the root to the new size and than do an resize2f? Or can I do that resize when its offline? Like with kpartx? When i do that I see this partition table: kpartx -av /dev/drbd10 add map drbd10p1 : 0 20964762 linear /dev/drbd10 63 [root at dev1.fr.internal:~]# fdisk -l /dev/mapper/drbd10p1 Disk /dev/mapper/drbd10p1: 10.7 GB, 10733958144 bytes 255 heads, 63 sectors/track, 1304 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk /dev/mapper/drbd10p1 doesn't contain a valid partition table I created these VM with virt-install. looks like it doesnt create a valid partition. Will it still be possible to resize this? here the resource definiton: resource PL { protocol C; startup { degr-wfc-timeout 120; # 2 minutes. degr-wfc-timeout 120; ## 2 minutes. } disk { on-io-error detach; } net { after-sb-0pri disconnect; after-sb-1pri disconnect; after-sb-2pri disconnect; # ## allow-two-primaries; after-sb-0pri discard-zero-changes; after-sb-1pri discard-secondary; timeout 60; ## connect-int 10; ## ping-int 10; ## max-buffers 2048; ## max-epoch-size 2048; } syncer { ## group 100; al-extents 257; rate 20M; } on dev1.fr.internal { device /dev/drbd10; disk /dev/vg02/lv_pl; address 192.168.60.101:7798; meta-disk internal; } on dev2.fr.internal { device /dev/drbd10; disk /dev/vg02/lv_pl; address 192.168.60.102:7798; meta-disk internal; } } thnx .r -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20090615/072feb04/attachment.htm>