Processed: Re: Bug#1049885: overlayfs: cannot rename symlink if lower filesystem is NFS

2023-08-24 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + moreinfo Bug #1049885 [src:linux] overlayfs: cannot rename symlink if lower filesystem is NFS Added tag(s) moreinfo. -- 1049885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049885 Debian Bug Tracking System Contact ow...@bugs.debian.org with probl

Bug#1049885: overlayfs: cannot rename symlink if lower filesystem is NFS

2023-08-24 Thread Salvatore Bonaccorso
Control: tags -1 + moreinfo Hi Guido, On Wed, Aug 16, 2023 at 03:34:45PM +0200, Guido Berhoerster wrote: > Package: linux-image-6.1.0-10-amd64 > Version: 6.1.38-2 > > rename(2) on a symlink on an overlayfs where the lower filesystem is NFS > fails with ENXIO. > > It can be reproduced as follows

Bug#1049885: overlayfs: cannot rename symlink if lower filesystem is NFS

2023-08-16 Thread Guido Berhoerster
Package: linux-image-6.1.0-10-amd64 Version: 6.1.38-2 rename(2) on a symlink on an overlayfs where the lower filesystem is NFS fails with ENXIO. It can be reproduced as follows: lower=/nfs/lower # /nfs should be an nfs mount mkdir -p "${lower}" /upper /work /merged touch "${lower}"/foo ln -s foo