Change in ...nfs-ganesha[next]: Guard use of P_MNT symbol with #ifdef
by Matthew DeVore (GerritHub)
Matthew DeVore has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518640 )
Change subject: Guard use of P_MNT symbol with #ifdef
......................................................................
Guard use of P_MNT symbol with #ifdef
Uses of P_MNT are compiled out elsewhere in the file wherever NFS v3
support is not being compiled. Add a missing guard to this use in order
to unbreak non-NFS-v3 compiles.
Change-Id: I8ef143c6e355fbb31fdc7091316020dfe2f01398
Signed-off-by: Matthew DeVore <matvore(a)google.com>
---
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/40/518640/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518640
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: I8ef143c6e355fbb31fdc7091316020dfe2f01398
Gerrit-Change-Number: 518640
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew DeVore <matvore(a)comcast.net>
Gerrit-MessageType: newchange
3 years, 9 months
Change in ...nfs-ganesha[next]: Add an option to display UTC timestamp in logs.
by Name of user not set (GerritHub)
pradeepthomas(a)gmail.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518485 )
Change subject: Add an option to display UTC timestamp in logs.
......................................................................
Add an option to display UTC timestamp in logs.
Currently, date and time formats can be changed using Format
option in the LOG block. But this always display the local
time. This option enables displaying time in UTC timezone
even when local timezone is different.
Signed-off-by: Pradeep <pradeepthomas(a)gmail.com>
Change-Id: Id01d3d910ffd6096b3fce61145e3a8d370dfdb40
---
M src/config_samples/config.txt
M src/log/log_functions.c
2 files changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/85/518485/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518485
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: Id01d3d910ffd6096b3fce61145e3a8d370dfdb40
Gerrit-Change-Number: 518485
Gerrit-PatchSet: 1
Gerrit-Owner: pradeepthomas(a)gmail.com
Gerrit-MessageType: newchange
3 years, 9 months
Change in ...nfs-ganesha[next]: SAL: Suspicious dereference of NULL pointer
by Name of user not set (GerritHub)
Liam.Y.li(a)outlook.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518409 )
Change subject: SAL: Suspicious dereference of NULL pointer
......................................................................
SAL: Suspicious dereference of NULL pointer
The dereference of pointer 'clientid->cid_client_record' need to
be judged whether it is a null pointer before use.
Signed-off-by: Liam <Liam.Y.li(a)outlook.com>
Change-Id: I695c75b37565c472d582db940b29926af9ce49c7
---
M src/SAL/recovery/recovery_rados_kv.c
1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/09/518409/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518409
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: I695c75b37565c472d582db940b29926af9ce49c7
Gerrit-Change-Number: 518409
Gerrit-PatchSet: 1
Gerrit-Owner: Liam.Y.li(a)outlook.com
Gerrit-MessageType: newchange
3 years, 9 months
Change in ...nfs-ganesha[next]: TrimMemory: Add a trim thread to release free memory
by MuYao Luo (GerritHub)
MuYao Luo has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518384 )
Change subject: TrimMemory: Add a trim thread to release free memory
......................................................................
TrimMemory: Add a trim thread to release free memory
When allocator hold free memory for a long time, we need
to try trigger GC regularly, it is helpful for OS that reclaim memory.
The interval of trim default set 90s, set it to 0 means disable trim.
Change-Id: I805a57c1c19ff2d50241b049403ebfb62896969e
Signed-off-by: Luo.muyao <luo.muyao(a)zte.com.cn>
---
M src/MainNFSD/nfs_init.c
M src/MainNFSD/nfs_reaper_thread.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/gsh_config.h
M src/include/nfs_core.h
M src/support/nfs_read_conf.c
7 files changed, 67 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/84/518384/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518384
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: I805a57c1c19ff2d50241b049403ebfb62896969e
Gerrit-Change-Number: 518384
Gerrit-PatchSet: 1
Gerrit-Owner: MuYao Luo <luo.muyao(a)zte.com.cn>
Gerrit-MessageType: newchange
3 years, 9 months
Change in ...nfs-ganesha[next]: DBus: Interface to get memory stats
by MuYao Luo (GerritHub)
MuYao Luo has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518372 )
Change subject: DBus: Interface to get memory stats
......................................................................
DBus: Interface to get memory stats
Only tcmalloc stats is implemented
Change-Id: I78be7531d109d0ca9682463ddd50906f00f2de26
Signed-off-by: Luo.muyao <luo.muyao(a)zte.com.cn>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_main.c
M src/include/server_stats_private.h
M src/support/export_mgr.c
3 files changed, 72 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/72/518372/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518372
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: I78be7531d109d0ca9682463ddd50906f00f2de26
Gerrit-Change-Number: 518372
Gerrit-PatchSet: 1
Gerrit-Owner: MuYao Luo <luo.muyao(a)zte.com.cn>
Gerrit-MessageType: newchange
3 years, 10 months
Change in ...nfs-ganesha[next]: DBus: Interface to release free memory to OS
by MuYao Luo (GerritHub)
MuYao Luo has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518371 )
Change subject: DBus: Interface to release free memory to OS
......................................................................
DBus: Interface to release free memory to OS
Only tcmalloc release free memory is implemented
Change-Id: I5989054a5169da33d3d911da473bcd063069e73f
Signed-off-by: Luo.muyao <luo.muyao(a)zte.com.cn>
---
M src/MainNFSD/nfs_admin_thread.c
M src/MainNFSD/nfs_reaper_thread.c
M src/include/nfs_core.h
3 files changed, 54 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/71/518371/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/518371
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: I5989054a5169da33d3d911da473bcd063069e73f
Gerrit-Change-Number: 518371
Gerrit-PatchSet: 1
Gerrit-Owner: MuYao Luo <luo.muyao(a)zte.com.cn>
Gerrit-MessageType: newchange
3 years, 10 months
Announce Push of V4-dev.62
by Frank Filz
Branch next
Tag:V4-dev.62
Merge Highlights
* Various build and packaging changes
* vfs_getextattr_value: fix posix2fsal_error parameter
* grace: add debug log in grace period
* EXPORT: fixed issue where adding duplicate ExportID failed by DBus
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
e573dfef6 Frank S. Filz V4-dev.62
7c44cb498 Luo.muyao EXPORT: fixed issue where adding duplicate ExportID
failed by DBus
f761d3f78 Luo.muyao grace: add debug log in grace period
52e15c30d Dominique Martinet Make runtime dir more dynamic
811769c1d Dominique Martinet Remove init.d/nfs-ganesha.gpfs
3296acba9 Dominique Martinet vfs_getextattr_value: fix posix2fsal_error
parameter
2178e3a4b Dominique Martinet CMakefiles: cleanup mooshika-related conf
3 years, 10 months