Bug#1083098: Can't create NFSv4 referrals

2024-10-02 Thread Anton Lundin
Some investigating later, I've concluded that the following patch gets NFS4 referals working again. //Anton --- support/export/cache.c.orig 2024-10-02 20:44:46.774673108 +0200 +++ support/export/cache.c 2024-10-02 20:44:51.966724736 +0200 @@ -34,9 +34,9 @@ #include "pseudoflavors.h" #include "xc

Bug#1083098: Can't create NFSv4 referrals

2024-10-01 Thread Salvatore Bonaccorso
Hi, On Tue, Oct 01, 2024 at 04:50:59PM +0200, Anton Lundin wrote: > Package: nfs-kernel-server > Version: 2.6.2-4 > > I've used NFSv4 referalls to contralize my configuration of which > nfs-server servers which shares. > > I've just configured in /etc/exports like: > /srv/foo -async,no_subtree_c

Bug#1083098: Can't create NFSv4 referrals

2024-10-01 Thread Anton Lundin
Package: nfs-kernel-server Version: 2.6.2-4 I've used NFSv4 referalls to contralize my configuration of which nfs-server servers which shares. I've just configured in /etc/exports like: /srv/foo -async,no_subtree_check,refer=/srv/foo@bar @NFS_Client_M After upgrading to bookworm from bullseye, t