Link to home
Start Free TrialLog in
Avatar of apunkabollywood
apunkabollywoodFlag for United States of America

asked on

unable to resize the drbd disk size please help

Hi All ,

I am following below steps to increse size - all commands run successfully but size remain same.

even lvm disk size also increased when i am checking with lvdisplay but drbd disk size remain old one when checking with df -h please help

----------------------------------------------------------------------
1. Extend the chosen LVM on both server nodes
lvextend -L[final-size]G /dev/vg/lvm

2. Move to you primary node and check it’s status with
drbdadm state [resource] (must return “primary”)

3. Resize your primary DRBD resource and watch it’s progress via cat /proc/drbd
drbdadm resize [resource] (notes on online/offline resizing)

4. Resize your filesystem
resize2fs /dev/drbd
ASKER CERTIFIED SOLUTION
Avatar of apunkabollywood
apunkabollywood
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of apunkabollywood

ASKER

Thanks all - I have find the solution myself