Vidya.Thumukunta(a)ibm.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1243552?usp=email )
Change subject: Grpc: Add remaining export statistics APIs
......................................................................
Grpc: Add remaining export statistics APIs
Implement gRPC equivalent APIs for the remaining export statistics D-Bus methods:
- GetFULLV3Stats
- GetFULLV4Stats
- GetFastOPS
- GetNFSv41Layouts
- GetNFSv42Layouts
- Get9pIO
- Get9pOpStats
- EnableStats
- DisableStats
- ResetStats
- StatusStats
- GetAuthStats
- GetExportDetails
- ShowFDUsage
- ShowMDCache
The implementation preserves D-Bus behavior while introducing common
helper functions to reduce duplicated logic across protocol-specific
statistics handlers.
Change-Id: I428fa1321a33983e11876cc5d5cb9d1522dc12f3
Signed-off-by: VidyaThumukunta <vidya.thumukunta(a)ibm.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_main.c
M src/FSAL/commonlib.c
M src/grpc_server/nfsService.h
M src/grpc_server/nfsServiceServer.cc
M src/grpc_server/proto/exportService.proto
M src/grpc_server/proto/nfsProtoUtil.proto
M src/idmapper/idmapper.c
M src/include/server_stats_grpc.h
M src/support/export_mgr.c
M src/support/server_stats.c
10 files changed, 1,910 insertions(+), 7 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/52/1243552/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1243552?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I428fa1321a33983e11876cc5d5cb9d1522dc12f3
Gerrit-Change-Number: 1243552
Gerrit-PatchSet: 1
Gerrit-Owner: Vidya.Thumukunta(a)ibm.com