/etc/pve: Device or resource busy

decibel83

Renowned Member
Oct 15, 2008
210
1
83
Hi.
I'm in trouble using a 10 nodes PVE cluster.
All nodes seems to be correctly connected:

Code:
[B]root[/B][B]@[/B][B]ve10 [/B][B]~ [/B][B]# [/B]pvecm nodes
Node  Sts   Inc   Joined               Name
   1   M  135792   2014-01-21 21:58:03  ve2
   2   M  135792   2014-01-21 21:58:03  ve7
   3   M  135792   2014-01-21 21:58:03  ve9
   4   M  135792   2014-01-21 21:58:03  ve8
   5   M  135792   2014-01-21 21:58:03  ve1
   6   M  135792   2014-01-21 21:58:03  ve6
   7   M  135792   2014-01-21 21:58:03  ve10
   8   M  135792   2014-01-21 21:58:03  ve5
   9   M  135792   2014-01-21 21:58:03  ve4
  10   M  135792   2014-01-21 21:58:03  ve3

And the cluster status seems to be OK:

Code:
[B]root[/B][B]@[/B][B]ve10 [/B][B]~ [/B][B]# [/B]pvecm status
Version: 6.2.0
Config Version: 16
Cluster Name: mycluster
Cluster Id: 54391
Cluster Member: Yes
Cluster Generation: 135796
Membership state: Cluster-Member
Nodes: 10
Expected votes: 10
Total votes: 10
Node votes: 1
Quorum: 6  
Active subsystems: 5
Flags: 
Ports Bound: 0  
Node name: ve10
Node ID: 7
Multicast addresses: 239.192.212.76 
Node addresses: 192.168.20.10

But I see all nodes with the red icon in the web interface, and I get the "Device or resource busy" when I try to make some changes to the virtual machines.

I tried to restart pvedaemon and cman but without solving the problem:

Code:
[B]root[/B][B]@[/B][B]ve10 [/B][B]~ [/B][B]# [/B]/etc/init.d/cman restart
Stopping cluster: 
   Stopping dlm_controld... [  OK  ]
   Stopping fenced... [  OK  ]
   Stopping cman... [  OK  ]
   Waiting for corosync to shutdown:...[  OK  ]
   Unloading kernel modules... [  OK  ]
   Unmounting configfs... [  OK  ]
Starting cluster: 
   Checking if cluster has been disabled at boot... [  OK  ]
   Checking Network Manager... [  OK  ]
   Global setup... [  OK  ]
   Loading kernel modules... [  OK  ]
   Mounting configfs... [  OK  ]
   Starting cman... [  OK  ]
   Waiting for quorum... [  OK  ]
   Starting fenced... [  OK  ]
   Starting dlm_controld... [  OK  ]
   Tuning DLM kernel config... [  OK  ]
   Unfencing self... [  OK  ]

Could you help me please?
Thank you very much!
Bye.
 
You need to restart the following services after restarting cman:

# service pve-cluster restart
# service pvedaemon restart
# service pveproxy restart
# service pvestatd restart