Vidya.Thumukunta(a)ibm.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1240195?usp=email )
Change subject: Grpc: Add Export, FileSystem and ShowIdMapper management APIs
......................................................................
Grpc: Add Export, FileSystem and ShowIdMapper management APIs
Implement gRPC equivalents for the existing DBus management APIs.
This change adds support for:
- ExportService
- AddExport
- DisplayExport
- RemoveExport
- ShowExports
- FileSystemService
- ShowPosixFileSystems
- ShowIdMapperService
- ShowIdMapper
Change-Id: I872d55d7111880912fe8000afe58736e460d1a22
Signed-off-by: VidyaThumukunta <vidya.thumukunta(a)ibm.com>
---
M src/FSAL/localfs.c
M src/grpc_server/GrpcServer.cc
M src/grpc_server/GrpcServer.h
M src/grpc_server/nfsService.h
M src/grpc_server/nfsServiceClient.cc
M src/grpc_server/nfsServiceServer.cc
M src/grpc_server/proto/nfsService.proto
M src/idmapper/idmapper_cache.c
M src/include/FSAL/fsal_localfs.h
M src/include/export_mgr.h
M src/include/idmapper.h
M src/include/nfs_exports.h
M src/support/export_mgr.c
13 files changed, 674 insertions(+), 30 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/95/1240195/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1240195?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: I872d55d7111880912fe8000afe58736e460d1a22
Gerrit-Change-Number: 1240195
Gerrit-PatchSet: 1
Gerrit-Owner: Vidya.Thumukunta(a)ibm.com