Bug#1035908: Bullseye regression: NFS4 referals appear not to work

2024-12-11 Thread Anton Lundin
On 11 December, 2024 - Salvatore Bonaccorso wrote: > Hi Anton, > > On Tue, Dec 10, 2024 at 12:27:34AM +0100, Anton Lundin wrote: > > On 09 December, 2024 - Salvatore Bonaccorso wrote: > > > > > Hi Sam, hi Anton > > > > > > I have prepared the c

Bug#1035908: Bullseye regression: NFS4 referals appear not to work

2024-12-09 Thread Anton Lundin
On 09 December, 2024 - Salvatore Bonaccorso wrote: > Hi Sam, hi Anton > > I have prepared the change for nfs-utils in bookworm to fix the NFSv4 > referrals regression in bookworm in > > https://salsa.debian.org/kernel-team/nfs-utils/-/merge_requests/34 > > I plan to submit the change for the u

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 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