Hi!
I have recently removed an old NFS server from the shared storage. Umounted it from /mnt/pve from all nodes with
I found out that on one node there are still connections to the old NFS Server (192.168.1.43) . I saw that with tcpdump:
What can I do to stop the PVE node from doing that? I really would like to avoid a reboot of the node.
Thanks!
Thomas
I have recently removed an old NFS server from the shared storage. Umounted it from /mnt/pve from all nodes with
Code:
umount -l /mnt/pve/nfs
I found out that on one node there are still connections to the old NFS Server (192.168.1.43) . I saw that with tcpdump:
Code:
root@pve2:/mnt/pve# tcpdump -netti vmbr0 host 192.168.1.43
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on vmbr0, link-type EN10MB (Ethernet), capture size 262144 bytes
1667482187.144316 e4:11:5b:b2:8a:84 > 34:17:eb:bb:89:18, ethertype IPv4 (0x0800), length 174: 192.168.1.81.758 > 192.168.1.43.2049: Flags [P.], seq 962730525:962730633, ack 2487151477, win 11027, options [nop,nop,TS val 4124555961 ecr 2611264902], length 108: NFS request xid 176762681 104 getattr fh Unknown/0100070101000C0A00000000865F2978FD3B43F59756C49D15638C9AA305300C
What can I do to stop the PVE node from doing that? I really would like to avoid a reboot of the node.
Thanks!
Thomas