我记得创建这个文件,但它消失了。但不完全是:
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
是什么导致了这个,我怎样才能让我的文件回来/摆脱它,我该如何调试。像这样?谢谢!
该文件存在于集群中的另一个节点上,Proxmox 会对此进行检查。您需要执行以下操作:
将配置移动到不同的节点。