Cannot remove node folders - permission denied

aiden.mitchell

New Member
Jul 29, 2020
5
0
1
52
Hi,
I'm trying to remove node "pve03" from the web UI like so (on my master node):

1627347877021.png

I've already run pve delnode pve03. How can I gain permission or otherwise remove pve03 from the web UI?
Thanks!
 
Hi,
is your cluster quorate? Use pvecm status to check. What is the output of systemctl status pve-cluster.service?
 
pvecm status returns:
Code:
Cluster information
-------------------
Name:             mainCluster
Config Version:   5
Transport:        knet
Secure auth:      on

Quorum information
------------------
Date:             Tue Jul 27 08:56:39 2021
Quorum provider:  corosync_votequorum
Nodes:            3
Node ID:          0x00000001
Ring ID:          1.54
Quorate:          Yes

Votequorum information
----------------------
Expected votes:   3
Highest expected: 3
Total votes:      3
Quorum:           2 
Flags:            Quorate

Membership information
----------------------
    Nodeid      Votes Name
0x00000001          1 192.168.1.3 (local)
0x00000002          1 192.168.1.4
0x00000003          1 192.168.1.11

Code:
● pve-cluster.service - The Proxmox VE cluster filesystem
     Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2021-07-26 17:47:31 PDT; 15h ago
    Process: 817 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS)
   Main PID: 821 (pmxcfs)
      Tasks: 7 (limit: 19034)
     Memory: 60.0M
        CPU: 1min 4.526s
     CGroup: /system.slice/pve-cluster.service
             └─821 /usr/bin/pmxcfs

Jul 27 08:55:46 pve01 pmxcfs[821]: [status] notice: received sync request (epoch 1/821/00000009)
Jul 27 08:55:46 pve01 pmxcfs[821]: [dcdb] notice: received all states
Jul 27 08:55:46 pve01 pmxcfs[821]: [dcdb] notice: leader is 1/821
Jul 27 08:55:46 pve01 pmxcfs[821]: [dcdb] notice: synced members: 1/821, 2/930
Jul 27 08:55:46 pve01 pmxcfs[821]: [dcdb] notice: start sending inode updates
Jul 27 08:55:46 pve01 pmxcfs[821]: [dcdb] notice: sent all (61) updates
Jul 27 08:55:46 pve01 pmxcfs[821]: [dcdb] notice: all data is up to date
Jul 27 08:55:46 pve01 pmxcfs[821]: [status] notice: received all states
Jul 27 08:55:46 pve01 pmxcfs[821]: [status] notice: all data is up to date
Jul 27 08:55:50 pve01 pmxcfs[821]: [status] notice: received log
root@pve01:~#
 
Just to make sure: pve03 is not among those still shown by pvecm status?

Please also share the output of pveversion -v and stat /etc/pve/nodes/pve03/qemu-server /etc/pve/nodes/pve03/lxc/106.conf.

Do any new messages show up in the output of systemctl status pve-cluster.service or in /var/log/syslog when you try to remove the folder?