Linux:文件不在ls中显示,但不能用消息“文件存在”

我可以记得创build这个文件,但它失去了。 但不完全:

root@XXX:/etc/vz/conf# ls -al total 0 drwxr-x--- 2 root www-data 0 Okt 1 16:04 . drwxr-x--- 2 root www-data 0 Okt 1 16:04 .. root@XXX:/etc/vz/conf# touch 1030.conf touch: cannot touch `1030.conf': File exists root@warp1:/etc/vz/conf# echo blah > 1030.conf -bash: 1030.conf: File exists root@warp1:/etc/vz/conf# rm 1030.conf rm: cannot remove `1030.conf': No such file or directory 

系统是Debian7 / Proxmox:

Linux warp1 2.6.32-24-pve #1 SMP Fri Sep 13 07:29:30 CEST 2013 x86_64 GNU/Linux

这是什么原因造成的,我怎样才能得到我的文件/摆脱它,以及如何debugging。 喜欢这个? 谢谢!

该文件存在于群集中的另一个节点上,Proxmox会检查该文件。 您需要执行以下操作:

 mv /etc/pve/nodes/[node1]/openvz/whatever.conf /etc/pve/nodes/[node2]/openvz 

将configuration移动到不同的节点。