Hi,
I found out why this happens.
1. I have 2 Proxmox Servers, both have an NFS mount (daily_backups).
2. The NFS Server Machine shuts down the NFS share for 5 seconds every day at 3:00 PM (NFS Server issue with deleted files)
3. Machine 1 keeps the NFS mount alive and active
4. Machine 2 drops the NFS link. It's still in /etc/mtab, but no longer in df.
Both servers are running the same Proxmox version. The only differences are the network cards and CPU type (AMD vs Intel).
root@proxmox-3:~# pveversion --verbose
proxmox-ve-2.6.32: 3.1-114 (running kernel: 2.6.32-26-pve)
pve-manager: 3.1-21 (running version: 3.1-21/93bf03d4)
pve-kernel-2.6.32-26-pve: 2.6.32-114
pve-kernel-2.6.32-23-pve: 2.6.32-109
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-2
pve-cluster: 3.0-8
qemu-server: 3.1-8
pve-firmware: 1.0-23
libpve-common-perl: 3.0-8
libpve-access-control: 3.0-7
libpve-storage-perl: 3.0-17
pve-libspice-server1: 0.12.4-2
vncterm: 1.1-4
vzctl: 4.0-1pve4
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-17
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.1-1
I'm eventually hoping to put my Image storage on DRBD backed NFS. Which means on a DRBD failover, the NFS link will be gone for 5-10 seconds. Am I looking at trouble with this scenario? Why is one machine losing the NFS mount, and not the other?
Gerald