Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Make sure sync is happening
cat /proc/drbd
 
# Speed up sync
drbdadm disk-options --c-plan-ahead=0 --resync-rate=110M jtelshared

When sync finished, resize the file system

This assumes, the DRBD was created with XFS, and is mounted at /dev/drbd1

Code Block
# Grow file system
xfs_growfs /dev/drbd1

Check the Results

Code Block
df -h

...