[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix a couple display_printf() calls to output hex if the for...

2017-01-03 Thread GerritHub
>From :

kec200...@comcast.net has uploaded a new change for review. ( 
https://review.gerrithub.io/308174


Change subject: Fix a couple display_printf() calls to output hex if the format 
string was indicating hex.
..

Fix a couple display_printf() calls to output hex if the format string was 
indicating hex.

Change-Id: Ide545c3baf7a2e124dc35e9bd0d553e459d88c48
Signed-off-by: Kevin C 
---
M src/FSAL/commonlib.c
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://review.gerrithub.io:29419/ffilz/nfs-ganesha 
refs/changes/74/308174/1
-- 
To view, visit https://review.gerrithub.io/308174
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide545c3baf7a2e124dc35e9bd0d553e459d88c48
Gerrit-Change-Number: 308174
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: kec200...@comcast.net
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FSAL_VFS - Use correct global FD in vfs_open2()

2017-01-03 Thread GerritHub
>From Daniel Gryniewicz :

Daniel Gryniewicz has uploaded a new change for review. ( 
https://review.gerrithub.io/308164


Change subject: FSAL_VFS - Use correct global FD in vfs_open2()
..

FSAL_VFS - Use correct global FD in vfs_open2()

Typo used the generated handle, rather than the global FD.  This can
cause a dereference of a NULL pointer.

Change-Id: I8a2bfb379ecdba6600afd85120efc22064384cbd
Signed-off-by: Daniel Gryniewicz 
---
M src/FSAL/FSAL_VFS/file.c
1 file changed, 1 insertion(+), 7 deletions(-)



  git pull ssh://review.gerrithub.io:29419/ffilz/nfs-ganesha 
refs/changes/64/308164/1
-- 
To view, visit https://review.gerrithub.io/308164
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a2bfb379ecdba6600afd85120efc22064384cbd
Gerrit-Change-Number: 308164
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz 
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix Coverity CID 155159 - Deadlock

2017-01-03 Thread GerritHub
>From Daniel Gryniewicz :

Daniel Gryniewicz has uploaded a new change for review. ( 
https://review.gerrithub.io/308163


Change subject: Fix Coverity CID 155159 - Deadlock
..

Fix Coverity CID 155159 - Deadlock

The fix for always locking around mdcache_dirent_invalidate_all() was
overzealous, and locked when the lock was already taken, triggering a
coverity error.  Fix this error by backing out those extra locks.

Change-Id: I92023e942e8f9ade894d57dac9c0d48dc351b5a8
Signed-off-by: Daniel Gryniewicz 
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_handle.c
1 file changed, 5 insertions(+), 9 deletions(-)



  git pull ssh://review.gerrithub.io:29419/ffilz/nfs-ganesha 
refs/changes/63/308163/1
-- 
To view, visit https://review.gerrithub.io/308163
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92023e942e8f9ade894d57dac9c0d48dc351b5a8
Gerrit-Change-Number: 308163
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz 
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: md-cache: Do lazy deletion of the new entry which got raced

2017-01-03 Thread GerritHub
>From Soumya :

Soumya has uploaded a new change for review. ( 
https://review.gerrithub.io/308089


Change subject: md-cache: Do lazy deletion of the new entry which got raced
..

md-cache: Do lazy deletion of the new entry which got raced

There could be cases where in we race/fail to construct
newly allocated entry. In such cases, do lazy deletion
of that entry to avoid use after free of that memory.

Change-Id: Ice2420f770456ba0799c59fe9c4d9ef8a12d4184
Signed-off-by: Soumya Koduri 
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c
M src/SAL/state_misc.c
2 files changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://review.gerrithub.io:29419/ffilz/nfs-ganesha 
refs/changes/89/308089/1
-- 
To view, visit https://review.gerrithub.io/308089
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice2420f770456ba0799c59fe9c4d9ef8a12d4184
Gerrit-Change-Number: 308089
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Soumya 
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Make sure that dupreq is not empty before using it!

2017-01-03 Thread GerritHub
>From Malahal :

Malahal has uploaded a new change for review. ( 
https://review.gerrithub.io/308081


Change subject: Make sure that dupreq is not empty before using it!
..

Make sure that dupreq is not empty before using it!

Also, we can't remove anything other than the first entry due to
dropping lock and requiring it. So removed dq_retry label.

Change-Id: I064fb502dac82e625b1e78a65e2a4630424a63a3
Signed-off-by: Malahal Naineni 
---
M src/RPCAL/nfs_dupreq.c
1 file changed, 2 insertions(+), 13 deletions(-)



  git pull ssh://review.gerrithub.io:29419/ffilz/nfs-ganesha 
refs/changes/81/308081/1
-- 
To view, visit https://review.gerrithub.io/308081
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I064fb502dac82e625b1e78a65e2a4630424a63a3
Gerrit-Change-Number: 308081
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal 
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] Canceled Event: Ganesha Community Call @ Weekly from 16:30 to 17:30 on Tuesday (CET) (nfs-ganesha-devel@lists.sourceforge.net)

2017-01-03 Thread Niels de Vos
Sorry about this email... I only removed the event from my calendar and
did not intend to send a cancellation note to the list. Unless Frank
cancels the call, it will be on as usual.

Niels


On Tue, Jan 03, 2017 at 01:25:56PM +, nde...@redhat.com wrote:
> This event has been canceled and removed from your calendar.
> 
> Title: Ganesha Community Call
> 
> 
> 
> To join the meeting on a computer or mobile phone: 
> https://bluejeans.com/373354489/6397?src=calendarLink&g=nzthgllhmfxgk43imewwizlwmvwea3djon2hglttn52xey3fmzxxez3ffzxgk5a=
> 
> Frank Filz has invited you to a video meeting.
> 
> To join from a Red Hat Deskphone or Softphone, dial: 84336.
> ---
> Connecting directly from a room system?
> 1) Dial: 199.48.152.152 or bjn.vc
> 2) Enter Meeting ID: 373354489
> 3) Enter Participant Passcode: 6397
> 
> Just want to dial in on your phone?
> 1) +1 800 451 8679
> +1 212 729 5016
> (https://www.intercallonline.com/listNumbersByCode.action?confCode=5695731261)
> 2) Enter Meeting ID: 5695731261
> 3) Press #
> ---
> Want to test your video connection?
> http://bluejeans.com/111
> 
> 
> When: Weekly from 16:30 to 17:30 on Tuesday Amsterdam
> Calendar: nfs-ganesha-devel@lists.sourceforge.net
> Who:
> * nde...@redhat.com - organizer
> * nfs-ganesha-devel@lists.sourceforge.net
> 
> 
> Invitation from Google Calendar: https://www.google.com/calendar/
> 
> You are receiving this courtesy email at the account
> nfs-ganesha-devel@lists.sourceforge.net because you are an attendee of this
> event.
> 
> To stop receiving future updates for this event, decline this event.
> Alternatively you can sign up for a Google account at
> https://www.google.com/calendar/ and control your notification settings for
> your entire calendar.
> 
> Forwarding this invitation could allow any recipient to modify your RSVP
> response. Learn more at
> https://support.google.com/calendar/answer/37135#forwarding


> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot

> ___
> Nfs-ganesha-devel mailing list
> Nfs-ganesha-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel



signature.asc
Description: PGP signature
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Cancelled: Ganesha Community Call

2017-01-03 Thread nde...@redhat.com
BEGIN:VCALENDAR
PRODID://Yahoo//Calendar//EN
VERSION:2.0
METHOD:CANCEL
BEGIN:VEVENT
SUMMARY:Ganesha Community Call
DESCRIPTION:\n\n\nTo join the meeting on a computer or mobile phone: https:
 //bluejeans.com/373354489/6397?src=calendarLink&g=nzthgllhmfxgk43imewwizlw
 mvwea3djon2hglttn52xey3fmzxxez3ffzxgk5a=\n\nFrank Filz has invited you to 
 a video meeting.\n\nTo join from a Red Hat Deskphone or Softphone\, dial: 
 84336.\n---\nConnecting directly from a ro
 om system?\n1) Dial: 199.48.152.152 or bjn.vc\n2) Enter Meeting ID: 373354
 489\n3) Enter Participant Passcode: 6397\n\nJust want to dial in on your p
 hone?\n1) +1 800 451 8679 \n+1 212 729 5016 \n (https://www.interc
 allonline.com/listNumbersByCode.action?confCode=5695731261)\n2) Enter Meet
 ing ID: 5695731261\n3) Press #\n---\nWant 
 to test your video connection?\nhttp://bluejeans.com/111\n\n\nView your ev
 ent at https://www.google.com/calendar/event?action=VIEW&eid=X2E1NDc2ZWJlY
 nQ5Nmd1YTI5MHFrOHEzMWU5MDdjcDlsY29wbmdnYWU4aDVuMmdxaTY4czAgbmZzLWdhbmVzaGE
 tZGV2ZWxAbGlzdHMuc291cmNlZm9yZ2UubmV0&tok=MTcjbmRldm9zQHJlZGhhdC5jb20zMDI4
 Y2E2YzZiOGI4YTE3YjhiZGFlODdhMjY5MGMzYzZiODk4MzNi&ctz=Europe/Amsterdam&hl=e
 n.
CLASS:PUBLIC
DTSTART;TZID=Europe/London:20160315T153000
DTEND;TZID=Europe/London:20160315T163000
PRIORITY:0
SEQUENCE:0
STATUS:CONFIRMED
UID:QHs9n_RhyBH5Dhar@ve5f3xANDKqCR28
DTSTAMP:20160308T205737Z
ATTENDEE;PARTSTAT=NEEDS-ACTION;CN=nfs-ganesha-devel@lists.sourceforge.net;R
 OLE=REQ_PARTICIPANT;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:nfs-ganesha-devel@l
 ists.sourceforge.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;CN=Varghese Devassy;ROLE=REQ_PARTICIPANT;RSV
 P=TRUE:mailto:v_deva...@yahoo.com
ORGANIZER;CN=nde...@redhat.com:mailto:nde...@redhat.com
RRULE:FREQ=WEEKLY;WKST=SU;INTERVAL=1;BYDAY=TU
X-YAHOO-YID:v_devassy
X-YAHOO-YID:v_devassy
TRANSP:OPAQUE
STATUS:TENTATIVE
X-YAHOO-USER-STATUS:TENTATIVE
X-YAHOO-EVENT-STATUS:BUSY
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/London
TZURL:http://tzurl.org/zoneinfo/Europe/London
X-LIC-LOCATION:Europe/London
BEGIN:DAYLIGHT
TZOFFSETFROM:+
TZOFFSETTO:+0100
TZNAME:BST
DTSTART:19810329T01
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0100
TZOFFSETTO:+
TZNAME:GMT
DTSTART:19961027T02
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:STANDARD
TZOFFSETFROM:-000115
TZOFFSETTO:+
TZNAME:GMT
DTSTART:18471201T00
RDATE:18471201T00
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+
TZOFFSETTO:+0100
TZNAME:BST
DTSTART:19160521T02
RDATE:19160521T02
RDATE:19170408T02
RDATE:19180324T02
RDATE:19190330T02
RDATE:19200328T02
RDATE:19210403T02
RDATE:19220326T02
RDATE:19230422T02
RDATE:19240413T02
RDATE:19250419T02
RDATE:19260418T02
RDATE:19270410T02
RDATE:19280422T02
RDATE:19290421T02
RDATE:19300413T02
RDATE:19310419T02
RDATE:19320417T02
RDATE:19330409T02
RDATE:19340422T02
RDATE:19350414T02
RDATE:19360419T02
RDATE:19370418T02
RDATE:19380410T02
RDATE:19390416T02
RDATE:19400225T02
RDATE:19460414T02
RDATE:19470316T02
RDATE:19480314T02
RDATE:19490403T02
RDATE:19500416T02
RDATE:19510415T02
RDATE:19520420T02
RDATE:19530419T02
RDATE:19540411T02
RDATE:19550417T02
RDATE:19560422T02
RDATE:19570414T02
RDATE:19580420T02
RDATE:19590419T02
RDATE:19600410T02
RDATE:19610326T02
RDATE:19620325T02
RDATE:19630331T02
RDATE:19640322T02
RDATE:19650321T02
RDATE:19660320T02
RDATE:19670319T02
RDATE:19680218T02
RDATE:19720319T02
RDATE:19730318T02
RDATE:19740317T02
RDATE:19750316T02
RDATE:19760321T02
RDATE:19770320T02
RDATE:19780319T02
RDATE:19790318T02
RDATE:19800316T02
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0100
TZOFFSETTO:+
TZNAME:GMT
DTSTART:19161001T03
RDATE:19161001T03
RDATE:19170917T03
RDATE:19180930T03
RDATE:19190929T03
RDATE:19201025T03
RDATE:19211003T03
RDATE:19221008T03
RDATE:19230916T03
RDATE:19240921T03
RDATE:19251004T03
RDATE:19261003T03
RDATE:19271002T03
RDATE:19281007T03
RDATE:19291006T03
RDATE:19301005T03
RDATE:19311004T03
RDATE:19321002T03
RDATE:19331008T03
RDATE:19341007T03
RDATE:19351006T03
RDATE:19361004T03
RDATE:19371003T03
RDATE:19381002T03
RDATE:19391119T03
RDATE:19451007T03
RDATE:19461006T03
RDATE:19471102T03
RDATE:19481031T03
RDATE:19491030T03
RDATE:19501022T03
RDATE:19511021T03
RDATE:19521026T03
RDATE:19531004T03
RDATE:19541003T03
RDATE:19551002T03
RDATE:19561007T03
RDATE:19571006T03
RDATE:19581005T03
RDATE:19591004T03
RDATE:19601002T03
RDATE:19611029T03
RDATE:19621028T03
RDATE:19631027T03
RDATE:19641025T03
RDATE:19651024T03
RDATE:19661023T03
RDATE:19671029T03
RDATE:19711031T03
RDATE:19

[Nfs-ganesha-devel] Canceled Event: Ganesha Community Call @ Weekly from 16:30 to 17:30 on Tuesday (CET) (nfs-ganesha-devel@lists.sourceforge.net)

2017-01-03 Thread ndevos
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:CANCEL
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19700308T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701101T02
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20160315T083000
DTEND;TZID=America/Los_Angeles:20160315T093000
EXDATE;TZID=America/Los_Angeles:20161101T083000
RRULE:FREQ=WEEKLY;WKST=SU;BYDAY=TU
DTSTAMP:20170103T132556Z
ORGANIZER;CN=nde...@redhat.com:mailto:nde...@redhat.com
UID:QHs9n_RhyBH5Dhar@ve5f3xANDKqCR28
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=nf
 s-ganesha-de...@lists.sourceforge.net;X-NUM-GUESTS=0:mailto:nfs-ganesha-dev
 e...@lists.sourceforge.net
CREATED:20160309T053903Z
DESCRIPTION:\n\n\nTo join the meeting on a computer or mobile phone: https:
 //bluejeans.com/373354489/6397?src=calendarLink&g=nzthgllhmfxgk43imewwizlwm
 vwea3djon2hglttn52xey3fmzxxez3ffzxgk5a=\n\nFrank Filz has invited you to a 
 video meeting.\n\nTo join from a Red Hat Deskphone or Softphone\, dial: 843
 36.\n---\nConnecting directly from a room s
 ystem?\n1) Dial: 199.48.152.152 or bjn.vc\n2) Enter Meeting ID: 373354489\n
 3) Enter Participant Passcode: 6397\n\nJust want to dial in on your phone?\
 n1) +1 800 451 8679 \n+1 212 729 5016 \n (https://www.intercallonli
 ne.com/listNumbersByCode.action?confCode=5695731261)\n2) Enter Meeting ID: 
 5695731261\n3) Press #\n---\nWant to test y
 our video connection?\nhttp://bluejeans.com/111\n\n
LAST-MODIFIED:20170103T132556Z
LOCATION:
SEQUENCE:1
STATUS:CANCELLED
SUMMARY:Ganesha Community Call
TRANSP:OPAQUE
X-LIC-ERROR:No value for LOCATION property. Removing entire property:
X-MOZ-GENERATION:40
X-MOZ-LASTACK:20161129T162004Z
X-MOZ-SNOOZE-TIME-14768046:20161018T152502Z
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] nfs over rgw - new bucket not been added to mdcache

2017-01-03 Thread Matt Benjamin
Hi Tao,

inline

- Original Message -
> From: "Tao CHEN" 
> To: nfs-ganesha-devel@lists.sourceforge.net
> Sent: Monday, January 2, 2017 11:08:11 PM
> Subject: [Nfs-ganesha-devel] nfs over rgw - new bucket not been added to  
> mdcache
> 
> 
> 
> Hi all,
> I'm using nfs-ganesha v2.4 to build a nfs over rgw with Ceph v11.0.2. I did
> some experiments and I faced something that I can't understand:
> 
> 1. I tried to create a new bucket in ceph cluster with s3cmd and the new
> bucket had been successfully created. However, I couldn't see the new bucket
> in the mount point, but I can still access to this bucket in the mount
> point.

There was a bug with this behavior in early Jewel, but it should be fixed, so
I wouldn't expect this, I'll try to verify on master.

> 
> 2. I mounted 2 points(nfs-client A and nfs-client B). When I created a new
> bucket in nfs-client A, the new bucket showed up in the nfs-client B with a
> short delay. And the new bucket had been successfully created in the
> backend(ceph cluster) too.

good...nb, we're not doing rgw-side invalidates of ganesha yet, which I think
is the root cause of the different issues you're seeing here.

The design goals for rgw + nfs do date are to have a more relaxed namespace
consistency than traditional nfs, but clearly we want to be "eventually
consistent." :)

You can potentially address this issue in the short run by shortening ganesha's
cache expiration time.

> 
> I check the log file and the source code, and I found that, when we created a
> new bucket in ceph cluster, nfs-ganesha sync FSAL but not MDCache. So in the
> mount point we cannot see the new bucket. However, if we create a new bucket
> in nfs-client, nfs-ganesha will sync both FSAL and MDCache.
> 
> It doesn't seem like a bug, can somebody tell me why nfs-ganesha work so?
> Would it cost too much if we sync both FSAL and MDCache if we update ceph
> cluster?
> 
> Thanks for your attention! --
> 
> 
> Tao CHEN
> 

Regards,

Matt

> 
> 
> 
> Élève ingénieur Système Réseaux et Télécommunications
> 
> 
> Université de Technologie de Troyes(UTT)
> 
> 
> Email: sebastien.che...@gmail.com
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Nfs-ganesha-devel mailing list
> Nfs-ganesha-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
> 

-- 
Matt Benjamin
Red Hat, Inc.
315 West Huron Street, Suite 140A
Ann Arbor, Michigan 48103

http://www.redhat.com/en/technologies/storage

tel.  734-821-5101
fax.  734-769-8938
cel.  734-216-5309

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel