Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Added 2nd node to cluster
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jonathan Bayer  
View profile  
 More options Sep 27 2012, 5:18 pm
From: Jonathan Bayer <linuxguruga...@gmail.com>
Date: Thu, 27 Sep 2012 17:17:59 -0400
Local: Thurs, Sep 27 2012 5:17 pm
Subject: Added 2nd node to cluster
I've finally gotten my first node up and running.  This is on a RHEL6.3
system, I have a script which, once I'm done, I'll post on my blog.

In the meantime, I want to add a 2nd node.  Once I've created it and
added it, how do I change the existing VMs to be a DRDB setup so that I
can migrate them from one system to another?

Thanks in advance.

JBB


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Iustin Pop  
View profile  
 More options Sep 28 2012, 2:57 am
From: Iustin Pop <iu...@k1024.org>
Date: Fri, 28 Sep 2012 08:57:20 +0200
Local: Fri, Sep 28 2012 2:57 am
Subject: Re: Added 2nd node to cluster

On Thu, Sep 27, 2012 at 05:17:59PM -0400, Jonathan Bayer wrote:
> I've finally gotten my first node up and running.  This is on a
> RHEL6.3 system, I have a script which, once I'm done, I'll post on
> my blog.

> In the meantime, I want to add a 2nd node.  Once I've created it and
> added it, how do I change the existing VMs to be a DRDB setup so
> that I can migrate them from one system to another?

Please read the docs at
http://docs.ganeti.org/ganeti/current/html/admin.html?highlight=conve...

regards,
iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kirill Shevchuk  
View profile  
 More options Sep 27 2012, 6:06 pm
From: Kirill Shevchuk <cyri...@google.com>
Date: Thu, 27 Sep 2012 18:06:50 -0400
Local: Thurs, Sep 27 2012 6:06 pm
Subject: Re: Added 2nd node to cluster
On Thu, Sep 27, 2012 at 5:17 PM, Jonathan Bayer

<linuxguruga...@gmail.com> wrote:
> I've finally gotten my first node up and running.  This is on a RHEL6.3
> system, I have a script which, once I'm done, I'll post on my blog.

> In the meantime, I want to add a 2nd node.  Once I've created it and added
> it, how do I change the existing VMs to be a DRDB setup so that I can
> migrate them from one system to another?

You will need to run:

# gnt-instance shutdown $instance
# gnt-instance modify -t drbd -n $second_node $instance
# gnt-instance start $instance

for every instance you that you want to convert. There will be
downtime for each instance while data is copied to the second node.

Somewhat riskier way is to run 'gnt-instance modify -t drbd -n
$second_node --no-wait-for-sync $instance' instead. Then you can start
instance earlier before data is fully copied, but you may have worse
performance due to heavy I/O and potentially higher chance of losing
instance data if something goes wrong.

> Thanks in advance.

> JBB

--
Kirill Shevchuk
cyri...@google.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Iustin Pop  
View profile  
 More options Sep 28 2012, 4:56 am
From: Iustin Pop <ius...@google.com>
Date: Fri, 28 Sep 2012 10:56:32 +0200
Local: Fri, Sep 28 2012 4:56 am
Subject: Re: Added 2nd node to cluster

Kirill, that's a very nice explanation. Would you take the time to send
a patch against the docs I quoted in the other reply or against the man
pages to make more clear what are the trade-offs?

thanks,
iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »