Janbong
Janbong
Any progress on getting this merged? Would really help to get this feature..
Hi, I'm experiencing a similar issue on the same platform as OP (as far as I can tell from his shared outputs): Proxmox VE. PVE version: `pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.11-7-pve)`...
I'm also relying on NFS to let services running on VMs access the MergerFS mount. But that was also the case when MergerFS was running on one of the VMs,...
- Different kernel. Now using `pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.11-7-pve)`. Ubuntu 18.04 VM which worked for years was running kernel `4.15.0-213-generic` - Exact same NFS config, copied it from the VM...
> What were the versions? What are the settings? Looking for a way to check the version. I think both are enabled looking at output of `nfsstat -s`: ``` root@pve1:~#...
Client side reporting that it's using NFSv3: ``` 21:02:00 in ~ at k8s ➜ cat /proc/mounts | grep nfs fs1.bongers.lan:/mnt/storage /mnt/storage nfs rw,relatime,vers=3,rsize=1048576,wsize=1048576,na .4.90,mountvers=3,mountport=51761,mountproto=udp,local_lock=none,addr=redacted_ip fs1.bongers.lan:/mnt/seed /mnt/seed nfs rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=2 mountvers=3,mountport=51761,mountproto=udp,local_lock=none,addr=redacted_ip ```
I appreciate you looking into this this thoroughly. Thanks! In the mean time, the problem occurred two more times on my end. - Once the "local" mount itself was working,...
my /etc/fstab (MergerFS settings): ``` /mnt/disk* /mnt/storage fuse.mergerfs direct_io,defaults,allow_other,noforget,use_ino,minfreespace=50G,fsname=mergerfs 0 0 ```
Seems like it would be better indeed to make a Vue 3 version of this. I have made some changes locally already. The `auth.ts` store is missing in the `vite`...