Re:Re: Invalid device when renaming folder with windows nfs client
by QR
We have the following requirements: 1. windows nfs client mount with /gv0 2. linux nfsv3 mount with / 3. linux nfsv4 mount with /, other than /gv0
----- 原始邮件 -----
发件人:"Frank Filz" <ffilzlnx(a)mindspring.com>
收件人:<zhbingyin(a)sina.com>, "'ganesha-devel'" <devel(a)lists.nfs-ganesha.org>
主题:[NFS-Ganesha-Devel] Re: Invalid device when renaming folder with windows nfs client
日期:2019年07月02日 01点27分
The Windows client may not be expecting an export to actually be “/”. Why do you want the export at “/” for NFSv4? Frank From: QR [mailto:zhbingyin@sina.com]
Sent: Monday, July 1, 2019 3:31 AM
To: ganesha-devel <devel(a)lists.nfs-ganesha.org>
Subject: [NFS-Ganesha-Devel] Invalid device when renaming folder with windows nfs client In windows nfs client, rename fails with "Invalid device" when Mount_Path_Pseudo is true, but if set Mount_Path_Pseudo to false rename succeeds.Is anyone know about this?Thanks in advance. Ganesha server info ganesha version: V2.7.4 FSAL : glusternfs client info nfs version : nfs v3 client info : windows 7 Ganesha config infoNFS_CORE_PARAM { Mount_Path_Pseudo = false;}EXPORT{ Export_Id = 1; Path = /gv0; Pseudo = /; Protocols = 3,4; Access_Type = RW; Squash = No_root_squash; Sectype = sys,krb5,krb5i,krb5p; # Exporting FSAL FSAL { Name = GLUSTER; Hostname = x.y.z.x; volume = gv0; }}
_______________________________________________
Devel mailing list -- devel(a)lists.nfs-ganesha.org
To unsubscribe send an email to devel-leave(a)lists.nfs-ganesha.org
5 years, 5 months
Change in ...nfs-ganesha[next]: FSAL_RGW: support fast S3 attrs (v1.1.7)
by Matt Benjamin (GerritHub)
Matt Benjamin has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/460003
Change subject: FSAL_RGW: support fast S3 attrs (v1.1.7)
......................................................................
FSAL_RGW: support fast S3 attrs (v1.1.7)
The rgw_readdir2 interface now provides a mechanism to synthesize
file attributes from the bucket index, avoiding a costly leaf
stat on each returned entry.
Change-Id: Ib42eaa1a818e771b13a715addc794efbea57dc06
Signed-off-by: Matt Benjamin <mbenjamin(a)redhat.com>
---
M src/CMakeLists.txt
M src/FSAL/FSAL_RGW/export.c
M src/FSAL/FSAL_RGW/handle.c
M src/FSAL/FSAL_RGW/internal.h
4 files changed, 16 insertions(+), 13 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/03/460003/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/460003
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ib42eaa1a818e771b13a715addc794efbea57dc06
Gerrit-Change-Number: 460003
Gerrit-PatchSet: 1
Gerrit-Owner: Matt Benjamin <mbenjamin(a)redhat.com>
Gerrit-MessageType: newchange
5 years, 5 months
Invalid device when renaming folder with windows nfs client
by QR
In windows nfs client, rename fails with "Invalid device" when Mount_Path_Pseudo is true, but if set Mount_Path_Pseudo to false rename succeeds.Is anyone know about this?Thanks in advance.
Ganesha server info ganesha version: V2.7.4 FSAL : glusternfs client info nfs version : nfs v3 client info : windows 7
Ganesha config infoNFS_CORE_PARAM { Mount_Path_Pseudo = false;}EXPORT{ Export_Id = 1; Path = /gv0; Pseudo = /; Protocols = 3,4; Access_Type = RW; Squash = No_root_squash; Sectype = sys,krb5,krb5i,krb5p;
# Exporting FSAL FSAL { Name = GLUSTER; Hostname = x.y.z.x; volume = gv0; }}
5 years, 5 months
Change in ...nfs-ganesha[next]: python: python37 inconsistent indentation style bytecompile errors
by Kaleb KEITHLEY (GerritHub)
Kaleb KEITHLEY has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/459958
Change subject: python: python37 inconsistent indentation style bytecompile errors
......................................................................
python: python37 inconsistent indentation style bytecompile errors
python 3.7 bytecompile doesn't like inconsistent indention and throws
an error when building rpms with utils and gui_utils enabled
Signed-off-by: Kaleb S. KEITHLEY <kkeithle(a)redhat.com>
Change-Id: Ie37f21f36948a76d3359d04e9b6ec4bd34257d2e
---
M src/scripts/ganeshactl/Ganesha/glib_dbus_stats.py
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/58/459958/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/459958
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ie37f21f36948a76d3359d04e9b6ec4bd34257d2e
Gerrit-Change-Number: 459958
Gerrit-PatchSet: 1
Gerrit-Owner: Kaleb KEITHLEY <kaleb(a)redhat.com>
Gerrit-MessageType: newchange
5 years, 5 months