after "pvecm delnode " deleted node shows with "pvecm nodes "

bread-baker

Member
Mar 6, 2010
432
0
16
Hello,

We removed a node with " pvecm delnode s002 " .

then powered off s002 .

however " pvecm nodes " shows:
Code:
fbc241 s012 ~ # pvecm nodes
Node  Sts   Inc   Joined               Name
   1   M    264   2012-04-17 06:58:42  fbc240
   2   M    324   2012-04-18 19:50:40  fbc246
   3   X    204                        s002
   4   M    204   2012-04-16 08:39:14  fbc241

is it an issue for the above s002 line to be there?
 
Before reading your reply , I had added a fence device to a node, activated the changes, then the issue was solved. So I do not have good debugging info..

What is the output of

# cat /etc/pve/cluster.conf

Code:
<?xml version="1.0"?>
<cluster name="fbcluster" config_version="24">


  <cman keyfile="/var/lib/pve-cluster/corosync.authkey">
  </cman>
   
  <fencedevices>
        <fencedevice agent="fence_apc" ipaddr="10.100.100.11" login="fbcadmin" name="apc11" passwd="****"/>
        <fencedevice agent="fence_apc" ipaddr="10.100.100.78" login="fbcadmin" name="apc78" passwd="*****"/>
        <fencedevice agent="fence_apc" ipaddr="10.100.100.88" login="fbcadmin" name="apc88" passwd="****"/>
  </fencedevices>


  <clusternodes>


   <clusternode name="fbc246" votes="1" nodeid="2">
   <fence>
           <method name="power">
                   <device name="apc11" port="6" secure="on"/>
           </method>
   </fence>
   </clusternode>


   <clusternode name="fbc241" votes="1" nodeid="4">
   <fence>
           <method name="power">
                   <device name="apc11" port="4" secure="on"/>
                   <device name="apc78" port="4" secure="on"/>
                   <device name="apc88" port="4" secure="on"/>
           </method>
   </fence>
   </clusternode>
 
   <clusternode name="fbc240" votes="1" nodeid="1">
           <fence>
                   <method name="power">
                           <device name="apc78" port="2" secure="on"/>
                   </method>
           </fence>
   </clusternode>


 </clusternodes>


</cluster>



Code:
pvecm nodes
Node  Sts   Inc   Joined               Name
   1   M    324   2012-04-18 19:51:56  fbc240
   2   M    176   2012-04-16 06:08:26  fbc246
   4   M    324   2012-04-18 19:51:56  fbc241
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!