May 18
DRBD cutover procedure:
------------------------------
.) on primary node:
# umount /mnt/ha (or wherever /dev/drbd0 is mounted to)
# drbdadm secondary all
.) on secondary node:
# drbdadm primary all
dmesg now should show the following line:
"drbd0: Secondary/Secondary --> Primary/Secondary"
This means that the secondary node is now master
# mount /dev/drbd0 /mnt/ha
Recent Comments