Re: [ClusterLabs] Removing node from pacemaker.

2016-03-06 Thread Dejan Muhamedagic
Hi, On Fri, Mar 04, 2016 at 01:07:34PM +0300, Andrei Maruha wrote: > I have tried it on my cluster, "crm node delete" just removes node > from the cib without updating of corosync.conf. Ah, I didn't know that this is about udpu where nodes are listed in corosync.conf. > After restart of

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-04 Thread Andrei Maruha
I have tried it on my cluster, "crm node delete" just removes node from the cib without updating of corosync.conf. After restart of pacemaker service you will get something like this: Online: [ node1 ] OFFLINE: [ node2 ] BTW, you will get the same state after "pacemaker restart", if you

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-04 Thread Dejan Muhamedagic
Hi, On Thu, Mar 03, 2016 at 03:20:56PM +0300, Andrei Maruha wrote: > Hi, > Usually I use the following steps to delete node from the cluster: > 1. #crm corosync del-node > 2. #crm_node -R node --force > 3. #crm corosync reload I'd expect all this to be wrapped in "crm node delete". Isn't that

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Debabrata Pani
clusterlabs.org<mailto:users@clusterlabs.org>> Date: Thursday, 3 March 2016 17:50 To: Cluster Labs - All topics related to open-source clustering welcomed <users@clusterlabs.org<mailto:users@clusterlabs.org>> Subject: Re: [ClusterLabs] Removing node from pacemaker. Hi, Usually I us

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Debabrata Pani
gt; >> Reply-To: Cluster Labs - All topics related to open-source clustering >> welcomed <users@clusterlabs.org> >> Date: Thursday, 3 March 2016 17:14 >> To: "users@clusterlabs.org" <users@clusterlabs.org> >> Subject: [ClusterLabs] Removin

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Ken Gaillot
sterlabs.org" <users@clusterlabs.org> > Subject: [ClusterLabs] Removing node from pacemaker. > > > Hi, > > I am trying to remove a node from the pacemaker¹/corosync cluster, using > the command ³crm_node -R dl360x4061 ­force². The above command removes the node

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Andrei Maruha
Hi, Usually I use the following steps to delete node from the cluster: 1. #crm corosync del-node 2. #crm_node -R node --force 3. #crm corosync reload Instead of steps 1 and 2you can delete certain node from the corosync config manually and run: #corosync-cfgtool -R On 03/03/2016 02:44 PM,

[ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Somanath Jeeva
Hi, I am trying to remove a node from the pacemaker'/corosync cluster, using the command "crm_node -R dl360x4061 -force". Though this command removes the node from the cluster, it is appearing as offline after pacemaker/corosync restart in the nodes that are online. Is there any other command