1,386 questions
0
votes
0
answers
21
views
How do I configure idmapd properly? [closed]
I have a nfs4 server where the uids of two users are flipped against the client.
(Both machines are running debian trixie)
server name=jupiter
karl 1000
alice 2001
bob 3001
client name=saturn
...
1
vote
1
answer
81
views
is non-blocking directory listing possible in linux?
If a directory contains broken or unresponsive mount points (for example, FUSE or NFS mounts), standard tools like file managers, or even a simple ls from the command line, can hang forever when ...
0
votes
0
answers
112
views
Scheduler completion regular task Moodle Stuck 3.6.2
moodle version 3.6.2, php 7.2 nts, Windows
I using task scheduler for running cron daily, when i check on moodle scheduledtasks
I notice the task completion_regular_task is stuck ( when i run on web ...
0
votes
0
answers
62
views
How can I manage image usage in MinIO storage when saving as Sha256?
I am building an image and storing it in a MinIO storage mounted on NFS.
Each image is stored in a folder created using a unique sha256 hash when it is created.
The problem is that the image is ...
0
votes
0
answers
46
views
Unexpected subPath Behavior in Kubernetes: Auto-Created Directories with Root Ownership and Permission Issues
I’m observing unexpected behavior when using subPath in a Kubernetes Pod’s volume mount.
Pod Definition:
apiVersion: v1
kind: Pod
metadata:
name: my-pod
spec:
containers:
- name: main-container
...
0
votes
0
answers
67
views
Access denied on pvc mount after Kubernetes cluster worker node reboot
Thanks so much in advance,
After a graceful restart of nodes, I'm experiencing an unusual access denied error on the pvc used for llm model cache stored on a local-nfs storage class.
Warning ...
0
votes
1
answer
759
views
How to prompt for credentials when mounting NFS server using 'fuse-nfs'
I have two Ubuntu machines, one serving as an NFS server (Machine A) and the other as an NFS client (Machine B). I have configured the NFS server on Machine A as follows:
On Machine A:
Installed the ...
0
votes
1
answer
299
views
Cloud Run: mounting volume timed out: The NFS server may not be reachable or may not exist
I've a Cloud Run service where I mount two volumes from a VM implementing an NFSv4 server. It's very simple and straightforward, no fancy config.
The VM and the CR service are on the same subnet, ...
0
votes
1
answer
317
views
Kubernetes persistent volume claim not binding to NFS persistent volume
I'm trying to set up an NFS based persistent volume for a Kubernetes cluster, I have the mount points created and the shares mounted to the clients which are configured to mount at boot:
example of ...
1
vote
1
answer
57
views
Are there workarounds for using install4j launchers on multiple machines with NFS mounted home directories?
I'm trying to run install4j-produced launcher scripts on various different Linux servers (CentOS 9), each of which has it's own custom JRE installed in the software's home directory, but all of which ...
0
votes
0
answers
101
views
How to mount nfs share with docker
I want to mount nfs share in my docker compose, but the documentation is lacking and I cant figure out how to do it corectly.
This is my compose.yaml file:
services:
duplicati:
image: lscr.io/...
1
vote
1
answer
196
views
How to optimize NFS concurrent access performance
Test program:
#include <fcntl.h>
#include <unistd.h>
#include <string>
#include <stdexcept>
#include <cstring>
#include <iostream>
int main(int argc, char* argv[]) ...
1
vote
0
answers
65
views
EACCESS error when trying to NFSv3 mount using RPC
I'm trying to use RPC calls to perform a NFS mount on a Rocky 8 distro, running in VirtualBox on a Windows host.
I have the following set in my /etc/exports:
/nfstest *(rw,sync,no_root_squash,...
0
votes
0
answers
449
views
Nfs with Kerberos - Can't connect with sec=krb5*
I can't mount volumes using any sec=krb5*. sec=sys works fine
Machine 1 (M1): nfs-kernel-server/Kerberos [openSUSE] [192.168.2.255] (Yes it's .255 it's a /23 network)
Machine 2 (M2): Client [Debian] [...
0
votes
0
answers
56
views
Is it impossible to overwrite a 0byte file on NFS?
I have set up NFS using AWS Storage Gateway and File Share on a Mac environment. When using a specific program to create 0byte files on this NFS, if a file with the same name already exists, the ...
0
votes
0
answers
139
views
Dask Can't synchronously read data shared on NFS
Running Dask Scheduler on system A and workers on system A and B. NFS volume from system A is shared on the network through NFS with system B, and contains the data files. This folder has a symbolic ...
0
votes
0
answers
95
views
NFS - mv command takes a long time
I have a program that at some point uses the mv command to move a pattern matching of files from one folder to another.
mkdir tmpdir
mv /path/to/files/pattern* tmpdir
The folders /path/to/files and ...
0
votes
1
answer
333
views
nfs4_setfacl returns Failed operation: Invalid argument on EMC Isilon
I have configured the EMC simulator for NFSv4 ACLs by connecting to the AD.
The nfs4_getfacl command seems to be working for me-:
sudo nfs4_getfacl *
# file: dir00
A::OWNER@:rwaDxtTnNcCy
A::GROUP@:...
1
vote
1
answer
906
views
How to share downloaded huggingface models among users?
I'd like several users to share downloaded models, such that when any of the users downloads a model, e.g. using
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM....
1
vote
0
answers
454
views
Podman rootless cannot mount NFS inside container
I'm trying to mount NFS inside Podman rootless container. I tried several method with/without CAPS and security profile parameters. Unfortunately, mount works only, if Podman is run as root.
I'm spent ...
1
vote
0
answers
124
views
Optimizing file locking for 1000+ concurrent NFS users: What is the best practice?
I'm developing a bash script for a project involving NFS (specifically NFS3 and NFS4), aimed at managing critical sections. The script must efficiently handle over a thousand concurrent processes ...
1
vote
0
answers
30
views
Query related to i18n characters handling in C language
I have an nfs share mounted on both Windows and Linux both, I created a folder named "PRàjààjààjà" from Windows file explorer. When I do "ls /SomeFolder/MountedDir" in linux I see ...
2
votes
1
answer
15k
views
When to use VolumeClaimTemplates versus predefined Persistent Volumes and Claims versus standard volumes
I am struggling to understand the advantages and disadvantages for VolumeClaimTemplates versus predefined PVs/PVCs and standard Volumes.
We have StatefulSet A that comprises a couple hundred pods, ...
0
votes
1
answer
77
views
It always mounts old share to Kubernetes pod
We wanted to seperate NFS Shares for 2 envs of web application. I mount NFS share to pod in deployment yaml.
volumes:
- name: data
nfs:
path: /path/to/share
server: x.x.x.x
it always mounts the old ...
0
votes
1
answer
403
views
Jetson Nano: Mounting NFS drives at Boot
I'm migrating a system from an Odyssey Blue to a Jetson Nano 4gb. On the Odyssey Blue I could mount an NFS device with the following entry into the /etc/fstab file:
<server>/mnt/path/to/target /...