Hi,
I've installed Proxmox VE 1.8 on Debian "Squeeze", using the repositories for Lenny. I'm currently running 2.6.35-pve on 2 nodes, and using a NFS share on another computer as shared storage.
I've found a problem with this share. When I try to activate it from within Proxmox's web panel, the following error appears:
As you can guess, 192.168.1.201 is the IP of my NFS server, "democrito". The directory exported is /mnt/vmshared, defined as "democrito_NFS" in Proxmox. The exit code 32 is "busy or already mounted".
From what I gather, the problem is that Proxmox has already mounted the NFS share. It happens too if I unmount it manually and then try to activate it again. It seems Proxmox doesn't detect correctly if the NFS share is mounted, and tries to mount it anyway.
A similar error appears if I try to live-migrate a VM between nodes: Proxmox complains that the NFS share "is busy or already mounted", and fails.
Is there something I'm doing wrong?
Thanks in advance.
I've installed Proxmox VE 1.8 on Debian "Squeeze", using the repositories for Lenny. I'm currently running 2.6.35-pve on 2 nodes, and using a NFS share on another computer as shared storage.
I've found a problem with this share. When I try to activate it from within Proxmox's web panel, the following error appears:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root and inform them of the time the error occurred, and anything you might have done that may have caused the error.
[1363]ERR: 24: Error in Perl code: command '/bin/mount -t nfs 192.168.1.201:/mnt/vmshared /mnt/pve/democrito_NFS' failed with exit code 32
Apache Embperl 2.3.0 [Tue Apr 26 17:41:10 2011]
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root and inform them of the time the error occurred, and anything you might have done that may have caused the error.
[1363]ERR: 24: Error in Perl code: command '/bin/mount -t nfs 192.168.1.201:/mnt/vmshared /mnt/pve/democrito_NFS' failed with exit code 32
Apache Embperl 2.3.0 [Tue Apr 26 17:41:10 2011]
As you can guess, 192.168.1.201 is the IP of my NFS server, "democrito". The directory exported is /mnt/vmshared, defined as "democrito_NFS" in Proxmox. The exit code 32 is "busy or already mounted".
From what I gather, the problem is that Proxmox has already mounted the NFS share. It happens too if I unmount it manually and then try to activate it again. It seems Proxmox doesn't detect correctly if the NFS share is mounted, and tries to mount it anyway.
A similar error appears if I try to live-migrate a VM between nodes: Proxmox complains that the NFS share "is busy or already mounted", and fails.
Is there something I'm doing wrong?
Thanks in advance.