Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to create file #103

Open
jfarcher opened this issue Mar 7, 2018 · 3 comments
Open

unable to create file #103

jfarcher opened this issue Mar 7, 2018 · 3 comments

Comments

@jfarcher
Copy link

jfarcher commented Mar 7, 2018

I've been having an issue with nfs-ganesha where I cannot create files from a client machine.
I have a gluster volume "vol1" with the following export:
EXPORT{
Export_Id = 1;
Path = /vol1;
Pseudo = "/vol1"; # NFSv4 pseudo path for this export. Eg: "/test_volume_pseudo"
CLIENT {
clients = 192.168.1.0/24;
access_type="RW";
}
Disable_ACL = TRUE;

    FSAL {
            Name = GLUSTER;
            Hostname = nfs01.local;
            volume = vol1;
    }

Access_type = RW; # Access permissions
Squash = No_root_squash; # To enable/disable root squashing
Protocols = "4"; # NFS protocols supported
Transports = "UDP","TCP" ; # Transport protocols supported
SecType = "sys"; # Security flavors supported
}

From the client I mount successfully (at /mnt), but
touch /mnt/test
gives the following error
touch: setting times of '/mnt/test': No such file or directory
if I try to copy a file in:
cp: cannot create regular file '/mnt/test': Invalid argument.

I've got logging set to DEBUG but cannot see anything relevant showing up as to why the files aren't being created.

Any ideas?

@jfarcher
Copy link
Author

jfarcher commented Mar 7, 2018

I forgot to mention I'm running CentOS 7.4 with nfs-ganesha RPMs from the Gluster 3.10 repo's (2.4.5-1)

@ffilz
Copy link
Collaborator

ffilz commented Mar 7, 2018

Could you open this issue on nfs-ganesha/nfs-ganesha project.

@jfarcher
Copy link
Author

jfarcher commented Mar 7, 2018

Crap I thought I had, obviously wrong browser tab. Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants