V5 is open now, but no merge this week - review needed - please step up
by Frank Filz
Now that I have tagged V4.3, I'm prepared to fork V4-stable branch and start
V5-dev patches however, only one patch looks like it's actually ready to go.
A number of patches don't have much in the way of review, others have
unresolved comments.
Please review look over all the patches in the following query and please
check out those that don't have a +1 and those that have unresolved
comments.
I know I actually have to finish some work on HA Proxy, and my other big
patch set (async and LRU) may have some unresolved comments (plus the cephfs
non-blocking I/O in support of ceph async has some work to do - though I
don't plan on delaying the Ganesha patches to wait for the cepfs pull
request to merge).
Thanks
Frank
7 months, 3 weeks
Announce Push of V4.3
by Frank Filz
Branch next
Tag:V4.3
NOTE: This release includes an ntirpc pullup. Please update your submodule.
Merge Highlights
* Add to set server owner in conf file
* Pullup ntirpc to v4.3
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
5e14815e5 Frank S. Filz V4.3
8fdf6e543 Daniel Gryniewicz Pullup ntirpc to v4.3
88ddb5276 Shahar Hochma Add to set server owner in conf file
8 months, 1 week
[S] Change in ...nfs-ganesha[next]: Add to set server owner in conf file
by Name of user not set (GerritHub)
shaharhoch(a)gmail.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548561 )
Change subject: Add to set server owner in conf file
......................................................................
Add to set server owner in conf file
Change-Id: Ie605b41ad13c54525d8dbe8509aea9985ffb9692
Signed-off-by: Shahar Hochma <shaharhoch(a)gmail.com>
---
M src/Protocols/NFS/nfs4_op_exchange_id.c
M src/doc/man/ganesha-core-config.rst
M src/include/gsh_config.h
M src/support/nfs_read_conf.c
4 files changed, 42 insertions(+), 6 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/61/548561/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548561
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: Ie605b41ad13c54525d8dbe8509aea9985ffb9692
Gerrit-Change-Number: 548561
Gerrit-PatchSet: 1
Gerrit-Owner: shaharhoch(a)gmail.com
Gerrit-MessageType: newchange
8 months, 1 week
[S] Change in ...nfs-ganesha[next]: Add to set server owner in conf file
by Name of user not set (GerritHub)
shaharhoch(a)gmail.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548551 )
Change subject: Add to set server owner in conf file
......................................................................
Add to set server owner in conf file
Change-Id: I2c6e4f8474dc5858f5c438d226b8c8c93f8a4fab
Signed-off-by: Shahar Hochma <shaharhoch(a)gmail.com>
---
M src/Protocols/NFS/nfs4_op_exchange_id.c
M src/doc/man/ganesha-core-config.rst
M src/include/gsh_config.h
M src/support/nfs_read_conf.c
4 files changed, 37 insertions(+), 6 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/51/548551/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548551
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: I2c6e4f8474dc5858f5c438d226b8c8c93f8a4fab
Gerrit-Change-Number: 548551
Gerrit-PatchSet: 1
Gerrit-Owner: shaharhoch(a)gmail.com
Gerrit-MessageType: newchange
8 months, 1 week
[S] Change in ...nfs-ganesha[next]: If lru_chunks_used > lru_chunks_hiwat*4 skip MDCache on readdir.
by Sagar Singh (GerritHub)
Sagar Singh has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548423 )
Change subject: If lru_chunks_used > lru_chunks_hiwat*4 skip MDCache on readdir.
......................................................................
If lru_chunks_used > lru_chunks_hiwat*4 skip MDCache on readdir.
Seen the chunks used go very high in number, during heavy load.
Which increases the mdcache size.
Change-Id: I2485bb64675116b5e10e60d0ecf9211658104939
Signed-off-by: Sagar Singh <sagar.it.iiests(a)gmail.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_handle.c
1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/23/548423/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548423
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: I2485bb64675116b5e10e60d0ecf9211658104939
Gerrit-Change-Number: 548423
Gerrit-PatchSet: 1
Gerrit-Owner: Sagar Singh <sagar.it.iiests(a)gmail.com>
Gerrit-MessageType: newchange
8 months, 1 week
Announce Push of V4.2.3
by Frank Filz
Branch next
Tag:V4.2.3
Merge Highlights
* FSAL filesystem - Fix problems with multiple claims and private_data
* Fix crash for used after free when replay request
* Fix race between nfs_rpc_call and nfs_rpc_call_process(callback).
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
cb2c8e3a2 Frank S. Filz V4.2.3
e564a2404 Sagar Singh Fix race between nfs_rpc_call and
nfs_rpc_call_process(callback).
0000b9865 liyinshu Fix crash for used after free when replay request
d5667c880 Frank S. Filz FSAL filesystem - Fix problems with multiple claims
and private_data
8 months, 2 weeks
[M] Change in ...nfs-ganesha[next]: WIP - Add support for HA Proxy - NOTE - NEEDS NTIRPC PULLUP
by Frank Filz (GerritHub)
Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548334 )
Change subject: WIP - Add support for HA Proxy - NOTE - NEEDS NTIRPC PULLUP
......................................................................
WIP - Add support for HA Proxy - NOTE - NEEDS NTIRPC PULLUP
Change-Id: Ie6dfea600f578f6643ca7c87b8591d53cf30d73e
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/MainNFSD/nfs_init.c
M src/MainNFSD/nfs_worker_thread.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/client_mgr.h
M src/include/gsh_config.h
M src/support/client_mgr.c
M src/support/nfs_read_conf.c
8 files changed, 116 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/34/548334/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548334
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: Ie6dfea600f578f6643ca7c87b8591d53cf30d73e
Gerrit-Change-Number: 548334
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange
8 months, 2 weeks
[XL] Change in ...nfs-ganesha[next]: Split CLIENT list out to separate handling
by Frank Filz (GerritHub)
Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548332 )
Change subject: Split CLIENT list out to separate handling
......................................................................
Split CLIENT list out to separate handling
The Clients list matching for EXPORT CLIENT blocks is extracted for
general client matching.
Change-Id: I52c0f331228ea14c914e2a824ccbb762e6065629
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/Protocols/NFS/mnt_Export.c
M src/include/client_mgr.h
M src/include/nfs_exports.h
M src/support/client_mgr.c
M src/support/export_mgr.c
M src/support/exports.c
6 files changed, 738 insertions(+), 535 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/32/548332/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/548332
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: I52c0f331228ea14c914e2a824ccbb762e6065629
Gerrit-Change-Number: 548332
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange
8 months, 2 weeks