Recent content by smitty4x4

  1. S

    NFS Problems

    Same result if I mount if manually....After looking at the storage, I believe this may be a bug on the NetApp side. Well a bug and the fact that ProxMox is using a newer kernel. Confirmed we are still on Ontap 9.1....Looking to schedule an upgrade and will report if this fixes things.
  2. S

    NFS Problems

    Another odd thing....I rebooted and then issued : pvesm status Name Type Status Total Used Available % ColoDS01 nfs active 22548578304 21256283072 1292295232 94.27% FREEnasDS2 nfs active 49301499392...
  3. S

    NFS Problems

    Nothing jumps out on the NetApp side....I see the following on the proxmox side : [520550.054265] nfs: server 10.10.0.55 not responding, still trying [520599.186645] nfs: server 10.10.0.55 OK [520979.470599] nfs: RPC call returned error 512 [520979.470606] nfs: RPC call returned error 512...
  4. S

    NFS Problems

    Firewall is not running....eno1 is the storage nic. I haven't set up redundant links as of yet until I can get this sorted. MTU is 9000 across the switch and everything connected. auto eno1 iface eno1 inet static address 10.10.0.52/24 mtu 9000 #Storage iface eno2 inet manual auto...
  5. S

    NFS Problems

    I have tried forcing NFS v3 from advanced and still no joy. It mounts fine, just when I go to `ls` inside the mounted directory, it hangs.
  6. S

    NFS Problems

    proxmox-ve: 7.1-1 (running kernel: 5.13.19-1-pve) pve-manager: 7.1-4 (running version: 7.1-4/ca457116) pve-kernel-5.13: 7.1-4 pve-kernel-helper: 7.1-4 pve-kernel-5.13.19-1-pve: 5.13.19-2 ceph-fuse: 15.2.15-pve1 corosync: 3.1.5-pve2 criu: 3.15-1+pve-1 glusterfs-client: 9.2-1 ifupdown2...
  7. S

    NFS Problems

    Hey all, I am trying to get ProxMox set up in order to migrate off of Vmware. But I'm running into issues with our NFS mounts. Currently we have 2 NFS mounts, FreeNAS and NetApp....The FreeNAS mounts just fine. The NetApp mounts, but gives constant hangs and timeouts when trying to access. We...