bug#43062: --expose in vm does not reflect file modifications in guest

2020-08-31 Thread Ludovic Courtès
Hello! Christopher Baines skribis: > Ludovic Courtès writes: > >> Hi, >> >> elaexuotee--- via Bug reports for GNU Guix skribis: >> >>> When using --expose to mirror a path between host and guest, the guest >>> mirror >>> fails to reflect file modifications from the host. However, file creatio

bug#43062: --expose in vm does not reflect file modifications in guest

2020-08-30 Thread Christopher Baines
Ludovic Courtès writes: > Hi, > > elaexuotee--- via Bug reports for GNU Guix skribis: > >> When using --expose to mirror a path between host and guest, the guest mirror >> fails to reflect file modifications from the host. However, file creation and >> deletion are correctly propogated. >> >> T

bug#43062: --expose in vm does not reflect file modifications in guest

2020-08-28 Thread elaexuotee--- via Bug reports for GNU Guix
> I believe this comes from the “cache=loose” 9p mount option added in > commit e0d96774dd48c29ccc4c90fea1f8f71850ab0879. > > Does the patch below help? Yes, when no caching behaviour is specified in the guest, the problem disappears. I also tried cache=fscache and see the exact same problem as w

bug#43062: --expose in vm does not reflect file modifications in guest

2020-08-28 Thread Ludovic Courtès
Hi, elaexuotee--- via Bug reports for GNU Guix skribis: > When using --expose to mirror a path between host and guest, the guest mirror > fails to reflect file modifications from the host. However, file creation and > deletion are correctly propogated. > > To pick up file modifications in the gu

bug#43062: --expose in vm does not reflect file modifications in guest

2020-08-26 Thread elaexuotee--- via Bug reports for GNU Guix
## Overview When using --expose to mirror a path between host and guest, the guest mirror fails to reflect file modifications from the host. However, file creation and deletion are correctly propogated. To pick up file modifications in the guest, it is sufficient to remount mirroring 9p filesyste