Cant remove/create container via web interface, neither delete conf files manually.

Zerlotus

New Member
Dec 16, 2013
4
0
1
Granada, Spain
Hello Guys,

I'm having a hard time trying to figure out what is going on with my server.

I was trying to create a CT when it just did not want to show on the container list but i seemed to be create, i thought it was just the web ui, but i logged into the server and tried to delete the config file which lies under /etc/pve/nodes/server/openvz in order to refresh it and do it again instead, i just got :

/etc/pve/nodes/server/openvz# rm -drf 400.conf
rm: cannot remove `400.conf': Input/output error

I can't remove any file under this folder.





What shall i do ?

Hope you can help me, thank you.
 
Re: Cant remove/create container via web interface, neither delete conf files manuall

Hi,
is the host an single pve-host or part of an cluster?
What is the output of following commands:
Code:
mount | grep /etc/pve
df -h
/etc/init.d/pve-cluster restart
Does it work's after pve-cluster restart?

Udo
 
Re: Cant remove/create container via web interface, neither delete conf files manuall

Sadly it did not work.

This is the output :

root@server:~# mount | grep /etc/pve
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,default_permissions,allow_other)
root@server:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/pve-root 58G 20G 35G 37% /
tmpfs 3.9G 0 3.9G 0% /lib/init/rw
udev 3.9G 228K 3.9G 1% /dev
tmpfs 3.9G 19M 3.9G 1% /dev/shm
/dev/mapper/pve-data 149G 36G 114G 24% /var/lib/vz
/dev/sda1 495M 56M 414M 12% /boot
/dev/fuse 30M 28K 30M 1% /etc/pve
root@server:~# /etc/init.d/pve-cluster restart
Restarting pve cluster filesystem: pve-cluster
.



Still the same

Thank you very much, I really appreciate your support
 
Re: Cant remove/create container via web interface, neither delete conf files manuall

what is the output of

# pvecm status
 
Re: Cant remove/create container via web interface, neither delete conf files manuall

what is the output of

# pvecm status


cman_tool: Cannot open connection to cman, is it running ?




The host is a single pve by the way.

Thank you all

Edit1:

Acording to services, cman and RGManager are stopped, i already tried to start them by doing : services X start but nothing happened.

Thank you.
 
Last edited:
Re: Cant remove/create container via web interface, neither delete conf files manuall

I've been struggling with this for a while and i've been looking how to fix it unsuccessfully.. so please... i would really appreciate some help :)

Thank you all.