Anand Subramanian
2015-Mar-23 07:19 UTC
[Gluster-users] Fwd: Change in ffilz/nfs-ganesha[next]: pNFS code drop enablement and checkpatch warnings fixed
FYI. GlusterFS vols can now be accessed via NFSv4.1 pNFS protocol (mount -t nfs -o minorversion=1 ...) from nfs-ganesha 2.2-rc5 onwards. Note: one fix is to go into libgfapi to fix up using anonymous fd's in ds_write/make_ds_handle() (Avati's sugeestion that really helps here). Once Jiffin or myself get that fix in, a good large file performance can be seen with pNFS vs V4. All thanks and credit to Jiffin for his terrific effort in coding things up quickly and for fixing bugs. Anand -------- Forwarded Message -------- Subject: Change in ffilz/nfs-ganesha[next]: pNFS code drop enablement and checkpatch warnings fixed Date: Sat, 21 Mar 2015 01:04:30 +0100 From: GerritHub <support at gerritforge.com> Reply-To: ffilzlnx at mindspring.com To: Anand Subramanian <anands at redhat.com> CC: onnfrhvruutnzhnaq.-gftf at noclue.notk.org From Frank Filz <ffilzlnx at mindspring.com>: Frank Filz has submitted this change and it was merged. Change subject: pNFS code drop enablement and checkpatch warnings fixed ...................................................................... pNFS code drop enablement and checkpatch warnings fixed Change-Id: Ia8c58dd6d6326f692681f76b96f29c630db21a92 Signed-off-by: Anand Subramanian <anands at redhat.com> --- A src/FSAL/FSAL_GLUSTER/ds.c M src/FSAL/FSAL_GLUSTER/export.c M src/FSAL/FSAL_GLUSTER/gluster_internal.h M src/FSAL/FSAL_GLUSTER/handle.c M src/FSAL/FSAL_GLUSTER/main.c A src/FSAL/FSAL_GLUSTER/mds.c 6 files changed, 993 insertions(+), 0 deletions(-) -- To view, visit https://review.gerrithub.io/221683 To unsubscribe, visit https://review.gerrithub.io/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia8c58dd6d6326f692681f76b96f29c630db21a92 Gerrit-PatchSet: 1 Gerrit-Project: ffilz/nfs-ganesha Gerrit-Branch: next Gerrit-Owner: Anand Subramanian <anands at redhat.com> Gerrit-Reviewer: Frank Filz <ffilzlnx at mindspring.com> Gerrit-Reviewer: onnfrhvruutnzhnaq.-gftf at noclue.notk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20150323/776e6604/attachment.html>
Niels de Vos
2015-Mar-23 09:41 UTC
[Gluster-users] Fwd: Change in ffilz/nfs-ganesha[next]: pNFS code drop enablement and checkpatch warnings fixed
On Mon, Mar 23, 2015 at 12:49:56PM +0530, Anand Subramanian wrote:> FYI. > > GlusterFS vols can now be accessed via NFSv4.1 pNFS protocol (mount -t nfs > -o minorversion=1 ...) from nfs-ganesha 2.2-rc5 onwards. > > Note: one fix is to go into libgfapi to fix up using anonymous fd's in > ds_write/make_ds_handle() (Avati's sugeestion that really helps here). > Once Jiffin or myself get that fix in, a good large file performance can be > seen with pNFS vs V4.I could not find the needed change for libgfapi. Could you post the link to the review? Thanks, Niels> > All thanks and credit to Jiffin for his terrific effort in coding things up > quickly and for fixing bugs. > > Anand > > > -------- Forwarded Message -------- > Subject: Change in ffilz/nfs-ganesha[next]: pNFS code drop enablement and > checkpatch warnings fixed > Date: Sat, 21 Mar 2015 01:04:30 +0100 > From: GerritHub <support at gerritforge.com> > Reply-To: ffilzlnx at mindspring.com > To: Anand Subramanian <anands at redhat.com> > CC: onnfrhvruutnzhnaq.-gftf at noclue.notk.org > > > > From Frank Filz <ffilzlnx at mindspring.com>: > > Frank Filz has submitted this change and it was merged. > > Change subject: pNFS code drop enablement and checkpatch warnings fixed > ...................................................................... > > > pNFS code drop enablement and checkpatch warnings fixed > > Change-Id: Ia8c58dd6d6326f692681f76b96f29c630db21a92 > Signed-off-by: Anand Subramanian <anands at redhat.com> > --- > A src/FSAL/FSAL_GLUSTER/ds.c > M src/FSAL/FSAL_GLUSTER/export.c > M src/FSAL/FSAL_GLUSTER/gluster_internal.h > M src/FSAL/FSAL_GLUSTER/handle.c > M src/FSAL/FSAL_GLUSTER/main.c > A src/FSAL/FSAL_GLUSTER/mds.c > 6 files changed, 993 insertions(+), 0 deletions(-) > > > > -- > To view, visit https://review.gerrithub.io/221683 > To unsubscribe, visit https://review.gerrithub.io/settings > > Gerrit-MessageType: merged > Gerrit-Change-Id: Ia8c58dd6d6326f692681f76b96f29c630db21a92 > Gerrit-PatchSet: 1 > Gerrit-Project: ffilz/nfs-ganesha > Gerrit-Branch: next > Gerrit-Owner: Anand Subramanian <anands at redhat.com> > Gerrit-Reviewer: Frank Filz <ffilzlnx at mindspring.com> > Gerrit-Reviewer: onnfrhvruutnzhnaq.-gftf at noclue.notk.org > > >> _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users
Lalatendu Mohanty
2015-Mar-24 07:07 UTC
[Gluster-users] [Gluster-devel] Fwd: Change in ffilz/nfs-ganesha[next]: pNFS code drop enablement and checkpatch warnings fixed
On 03/23/2015 12:49 PM, Anand Subramanian wrote:> FYI. > > GlusterFS vols can now be accessed via NFSv4.1 pNFS protocol (mount -t > nfs -o minorversion=1 ...) from nfs-ganesha 2.2-rc5 onwards. > > Note: one fix is to go into libgfapi to fix up using anonymous fd's in > ds_write/make_ds_handle() (Avati's sugeestion that really helps here). > Once Jiffin or myself get that fix in, a good large file performance > can be seen with pNFS vs V4. > > All thanks and credit to Jiffin for his terrific effort in coding > things up quickly and for fixing bugs. > > AnandGreat news! I did a quick check in the docs directory i.e. https://github.com/gluster/glusterfs/tree/master/doc to see if we have any documentation about nfs-ganesha or pNFS and glusterfs integration, but did not find any. I think without howtos around this will hamper the adoption of this feature among users. So if we can get some documentation for this, it will be awesome. Thanks, Lala> > > -------- Forwarded Message -------- > Subject: Change in ffilz/nfs-ganesha[next]: pNFS code drop enablement > and checkpatch warnings fixed > Date: Sat, 21 Mar 2015 01:04:30 +0100 > From: GerritHub <support at gerritforge.com> > Reply-To: ffilzlnx at mindspring.com > To: Anand Subramanian <anands at redhat.com> > CC: onnfrhvruutnzhnaq.-gftf at noclue.notk.org > > > > From Frank Filz<ffilzlnx at mindspring.com>: > > Frank Filz has submitted this change and it was merged. > > Change subject: pNFS code drop enablement and checkpatch warnings fixed > ...................................................................... > > > pNFS code drop enablement and checkpatch warnings fixed > > Change-Id: Ia8c58dd6d6326f692681f76b96f29c630db21a92 > Signed-off-by: Anand Subramanian<anands at redhat.com> > --- > A src/FSAL/FSAL_GLUSTER/ds.c > M src/FSAL/FSAL_GLUSTER/export.c > M src/FSAL/FSAL_GLUSTER/gluster_internal.h > M src/FSAL/FSAL_GLUSTER/handle.c > M src/FSAL/FSAL_GLUSTER/main.c > A src/FSAL/FSAL_GLUSTER/mds.c > 6 files changed, 993 insertions(+), 0 deletions(-) > > > > -- > To view, visithttps://review.gerrithub.io/221683 > To unsubscribe, visithttps://review.gerrithub.io/settings > > Gerrit-MessageType: merged > Gerrit-Change-Id: Ia8c58dd6d6326f692681f76b96f29c630db21a92 > Gerrit-PatchSet: 1 > Gerrit-Project: ffilz/nfs-ganesha > Gerrit-Branch: next > Gerrit-Owner: Anand Subramanian<anands at redhat.com> > Gerrit-Reviewer: Frank Filz<ffilzlnx at mindspring.com> > Gerrit-Reviewer:onnfrhvruutnzhnaq.-gftf at noclue.notk.org > > > > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-devel-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20150324/5e2d012f/attachment.html>