-
Maintainer : Peter Wagner
Environment : arm_cortex-a9_vfpv3-d16
OpenWrt version : OpenWrt SNAPSHOT r28085-6720c4ccba / LuCI Master 24.319.72217~9fe1e34
When trying to install nfs-kernel-server v…
-
In a clustered environment with multiple NFS-Ganesha nodes, load balancing is essential to ensure clients are efficiently distributed across available NFS resources.
While traditional transport-lay…
-
Atualização: 04/11
Chat: https://app.intercom.com/a/inbox/iirbswk2/inbox/team/5605748/conversation/15895942176082?custom_folder_id=24058&view=List
-
Caso de 06 meses.
https://app.intercom.com/a/inbox/iirbswk2/inbox/admin/4992887/conversation/15895937439000?view=List
-
The next branch exhibits this behavior. When a read completes the actual amount of data read is in the io_amount variable,
In the V4 read completion code we have this logic:
resok->data.data_len…
-
### Describe the bug
When trying to reset the in-built Kubernetes cluster (via Settings...-> Kubernetes -> Reset Cluster) I get the following error message:
```
unmount nfs: unmount /nfs/for-mach…
-
strace-ing the main ganesha server PID shows that ganesha is doing "fsync" way too many times. For every byte of write io from client we see 1 fsync being done.
As our backend filesystem is slow dur…
-
`nfs` would be a small shim storage driver on top of our `dir` driver that would handle mounting the NFS share as needed on all servers within the cluster.
This should be restricted to only custom …
-
**Platform I'm building on:**
Running a very simple NFS server container on `bottlerocket-aws-k8s-1.25-x86_64-v1.26.1-943d9a41`
Dockerfile:
```
# syntax=docker/dockerfile:1.9
FROM public.ecr…
-
I am mounting an NFS volume in my Kubernetes container. If I use the default runtimeClass, it works as expected - The file ownership is mapped to the users in the container, ie:
```
drwxr-xr-x 2 a…