MySQL Forums
Forum List  »  Replication

Re: MySQL with DRBD partation size related query
Posted by: vamsi krishna
Date: August 22, 2012 08:11AM

Execute below commands:

service drbd status ( To identity primary DRBD )

lvextend -L +300GB /dev/VolGroup/Logicalvolumename ( on both Primary And Secondary )

drbdadm resize r0 ( Primary )

resize2fs /dev/drbd1 ( Primary )

cat /proc/drbd ( to watch sync process)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL with DRBD partation size related query
854
August 22, 2012 08:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.