Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi, > i'm currently using DRBD on top of my LVM partitions. > Currently i've been trying to resize a LVM partition but i failed to > keep the data. > I've also been unable to find any documentation / guide regarding what > the bests steps are to do it. > > If some one could be of help i would realy appriciate it. I'm not sur if it's the same setup but here my configuration : <pv> => <vg> => <lv> => <drbd> => <xfs fs> I had to extend a xfs filesystems : first on the 2 nodes, extend the lv : # lvextend -L<newsize> /dev/<vg>/<lv> then on the primary only : # drbdadm resize <drbd device> in my case, it was xfs, so : # xfs_growfs <mount point> everything was done without stop any services hope that can help Yoann