Change in ffilz/nfs-ganesha[next]: packaging: pkg install needs to mkdir /var/log/ganesha/
by GerritHub
From <kaleb(a)redhat.com>:
kaleb(a)redhat.com has uploaded this change for review. ( https://review.gerrithub.io/415255
Change subject: packaging: pkg install needs to mkdir /var/log/ganesha/
......................................................................
packaging: pkg install needs to mkdir /var/log/ganesha/
currently it only does it in the %if %{with_systemd} block, i.e.
for CentOS/RHEL 7 only. Unclear why this is the case.
Change-Id: Ibaf5329174879cf58dbd2febbe51e740fbc0c013
Signed-off-by: Kaleb S. KEITHLEY <kkeithle(a)redhat.com>
---
M src/nfs-ganesha.spec-in.cmake
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/55/415255/1
--
To view, visit https://review.gerrithub.io/415255
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibaf5329174879cf58dbd2febbe51e740fbc0c013
Gerrit-Change-Number: 415255
Gerrit-PatchSet: 1
Gerrit-Owner: kaleb(a)redhat.com
6 years, 5 months
FW: The Fall Bakeathon in Westford, Ma
by Frank Filz
-----Original Message-----
From: linux-nfs-owner(a)vger.kernel.org
[mailto:linux-nfs-owner@vger.kernel.org] On Behalf Of Steve Dickson
Sent: Wednesday, June 13, 2018 10:38 AM
To: NFSv4 <nfsv4(a)ietf.org>; Linux NFS Mailing list
<linux-nfs(a)vger.kernel.org>
Subject: The Fall Bakeathon in Westford, Ma
Red Hat is pleased to announce the Fall NFS Bake-a-ton will be hosted by Red
Hat in Westford, MA office The Date: *The third week in Sept (17th - 21th)*
Details and registration info:
http://nfsv4bat.org/Events/2018/September/BAT/index.html
I'm using the same hotels and the prices are the same or lower. The block
reservations for the Residence Inn and Hampton Inn end on *Fri Aug 18th*
* Residence Inn Marriott - closest; w/ shuttle; full kitchen; free
breakfast
* Westford Regency Inn - w/bar ; w/shuttle
* Hampton Inn - free breakfast
When registering (i.e. replying to this email) please give me
* Company Name
* How engineers are coming
* T-shirt sizes
* Hotel you will be staying in
I hope to see you in September!!!
steved.
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the
body of a message to majordomo(a)vger.kernel.org More majordomo info at
http://vger.kernel.org/majordomo-info.html
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: rados_cluster: start grace period after creating new recovery DB
by GerritHub
From Jeff Layton <jlayton(a)redhat.com>:
Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/415232
Change subject: rados_cluster: start grace period after creating new recovery DB
......................................................................
rados_cluster: start grace period after creating new recovery DB
We don't want to mark ourselves as enforcing until we have the new
recovery DB in place. Another node could end up lifting the grace period
before we've generated the new database. An inopportune crash at that
point could lead to client records being lost in the transition.
Start the new grace period after changing the OID strings and creating
the database for the new epoch.
Change-Id: I628537d75856b1549bc578de8428bec484bd2cbd
Reported-by: J. Bruce Fields <bfields(a)fieldses.org>
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/SAL/recovery/recovery_rados_cluster.c
1 file changed, 9 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/32/415232/1
--
To view, visit https://review.gerrithub.io/415232
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I628537d75856b1549bc578de8428bec484bd2cbd
Gerrit-Change-Number: 415232
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: doc: cleanups and clarifications in rados_cluster design manpage
by GerritHub
From Jeff Layton <jlayton(a)redhat.com>:
Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/415231
Change subject: doc: cleanups and clarifications in rados_cluster design manpage
......................................................................
doc: cleanups and clarifications in rados_cluster design manpage
Change-Id: I935dcfbf8dafc55c7a61cc5e91af67754ef54530
Reported-by: J. Bruce Fields <bfields(a)fieldses.org>
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/doc/man/ganesha-rados-cluster-design.rst
1 file changed, 7 insertions(+), 7 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/31/415231/1
--
To view, visit https://review.gerrithub.io/415231
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I935dcfbf8dafc55c7a61cc5e91af67754ef54530
Gerrit-Change-Number: 415231
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: MDCACHE: Replace chunk accounting with dirent accounting
by GerritHub
From Frank Filz <ffilzlnx(a)mindspring.com>:
Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/414889
Change subject: MDCACHE: Replace chunk accounting with dirent accounting
......................................................................
MDCACHE: Replace chunk accounting with dirent accounting
Things may not go well if there are lots of dirents cached without
corresponding cached handles and attributes.
One solution would have been to change the default for chunks_hwmark to
entries_hwmark / avl_chunk, but that would be 750, which seems awfully
small if there are lots of small directories.
So instead of having two config params, we just count dirents and limit
them to entries_hwmark.
If we are trying to get a new chunk, we try and reserve avl_chunk number
of entries from dirents_used. If that goes over entries_hwmark, then we
keep reaping chunks until we are in limit. That may overreap if we are
in fact filling a small chunk, but that shouldn't be too much of an
issue.
When we add detached dirents, we try and reap a detached dirent from the
same directory first, and only if there are none do we reap a chunk to
free up dirents.
When adding dirents to chunks for FSALs that support that, and we aren't
goint to split the chunk and we go over, we again reap a chunk.
Change-Id: I94f4666a903f8246705745160b8186b6cc10c2d2
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_ext.h
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.h
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_read_conf.c
5 files changed, 149 insertions(+), 38 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/89/414889/1
--
To view, visit https://review.gerrithub.io/414889
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I94f4666a903f8246705745160b8186b6cc10c2d2
Gerrit-Change-Number: 414889
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
6 years, 6 months
Change in ffilz/nfs-ganesha[next]: src/FSAL/default_methods.c: return of handle_get_ref and handle_put_ref
by GerritHub
From Girjesh Rajoria <grajoria(a)redhat.com>:
Girjesh Rajoria has uploaded this change for review. ( https://review.gerrithub.io/414827
Change subject: src/FSAL/default_methods.c: return of handle_get_ref and handle_put_ref
......................................................................
src/FSAL/default_methods.c: return of handle_get_ref and handle_put_ref
Change-Id: I84d7841377376d51e810d281496b09c348f75078
Signed-off-by: grajoria <grajoria(a)redhat.com>
---
M src/FSAL/default_methods.c
1 file changed, 2 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/27/414827/1
--
To view, visit https://review.gerrithub.io/414827
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I84d7841377376d51e810d281496b09c348f75078
Gerrit-Change-Number: 414827
Gerrit-PatchSet: 1
Gerrit-Owner: Girjesh Rajoria <grajoria(a)redhat.com>
6 years, 6 months
Change in ffilz/nfs-ganesha[next]: gtest/fsal_api/ : update in reopen2 and close2
by GerritHub
From Girjesh Rajoria <grajoria(a)redhat.com>:
Girjesh Rajoria has uploaded this change for review. ( https://review.gerrithub.io/414796
Change subject: gtest/fsal_api/ : update in reopen2 and close2
......................................................................
gtest/fsal_api/ : update in reopen2 and close2
Change-Id: I1a33963bf84fda50bc4353c0f4021a16261d5e1b
Signed-off-by: grajoria <grajoria(a)redhat.com>
---
M src/gtest/fsal_api/test_close2_latency.cc
M src/gtest/fsal_api/test_reopen2_latency.cc
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/96/414796/1
--
To view, visit https://review.gerrithub.io/414796
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a33963bf84fda50bc4353c0f4021a16261d5e1b
Gerrit-Change-Number: 414796
Gerrit-PatchSet: 1
Gerrit-Owner: Girjesh Rajoria <grajoria(a)redhat.com>
6 years, 6 months
Change in ffilz/nfs-ganesha[next]: gtest/fsal_api/test_open2_latency.cc: Removed put_ref for bypass case
by GerritHub
From Girjesh Rajoria <grajoria(a)redhat.com>:
Girjesh Rajoria has uploaded this change for review. ( https://review.gerrithub.io/414792
Change subject: gtest/fsal_api/test_open2_latency.cc: Removed put_ref for bypass case
......................................................................
gtest/fsal_api/test_open2_latency.cc: Removed put_ref for bypass case
Change-Id: I57602092607668f72bff67b8a81e2efd959eafd2
Signed-off-by: grajoria <grajoria(a)redhat.com>
---
M src/gtest/fsal_api/test_open2_latency.cc
1 file changed, 43 insertions(+), 44 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/92/414792/1
--
To view, visit https://review.gerrithub.io/414792
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I57602092607668f72bff67b8a81e2efd959eafd2
Gerrit-Change-Number: 414792
Gerrit-PatchSet: 1
Gerrit-Owner: Girjesh Rajoria <grajoria(a)redhat.com>
6 years, 6 months
Announce Push of V2.7-dev.16
by Frank Filz
Branch next
Tag:V2.7-dev.16
Release Highlights
* rados recovery improvements
* gtest improvements
* use euid instead of fsuid
* Minimize time fsal_set_credentials is effective.
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
4082b25 Frank S. Filz V2.7-dev.16
ad24891 Frank S. Filz Use euid/egid instead of fsuid/fsgid
a25913f Frank S. Filz Minimize time fsal_set_credentials is effective.
a0d9828 Daniel Gryniewicz MEM - Merge share reservations
a4a0abc Daniel Gryniewicz Organize GTests by API being tested
4fcc942 Daniel Gryniewicz GTest - Convert tests to GaneshaFSALBaseTest
1039802 Daniel Gryniewicz GTest - normalize file/directory names
93a6edb Daniel Gryniewicz FSAL_MEM - Handle links
5b01d2c Daniel Gryniewicz MDCACHE - Update some tracepoints to include
sub-handles
32bcbda Jeff Layton rados_cluster: add a config param for nodeid
a117236 Jeff Layton rados_cluster: add a grace_oid config param
c2a713a Jeff Layton rados_cluster: fail recovery backend init if host is not
a member
4203e17 Jeff Layton rados_grace: add membership check function
40e7b6e Jeff Layton SAL: make recovery_init operation an int return
1794adf Jeff Layton rados_grace: don't create grace db on startup
3b579d0 Jeff Layton FSAL_CEPH: rename onto non-empty directory should return
NFS4ERR_EXIST
db9db2a Jeff Layton FSAL_CEPH: fix doc header
6 years, 6 months