tshete(a)ddn.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1172976?usp=email )
Change subject: Resolving error in ganesha-top utility
......................................................................
Resolving error in ganesha-top utility
Because of merge conflicts ganesha-top utility was failing.
It was giving error and below call-trace was observed:
File "/usr/lib64/python3.6/site-packages/dbus/proxies.py", line 145, in
__call__
**keywords)
File "/usr/lib64/python3.6/site-packages/dbus/connection.py", line
651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.ganesha.nfsd.exportstats:
ShowCacheInode
This issue occured because ShowCacheInode was replaced with
ShowMDCache with commit 98771cef895e17ccaf2799dd8c21dec6f45b0af1
but it was not merged in ganesha-top. Updated ganesha-top utility
to resolve above issue.
Change-Id: Ia60c6c236005ed1897c03c41ea56e9afa43ea5b5
Signed-off-by: Trupti Shete <tshete(a)ddn.com>
---
M src/scripts/ganesha-top/ganesha-top.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/76/1172976/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1172976?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: Ia60c6c236005ed1897c03c41ea56e9afa43ea5b5
Gerrit-Change-Number: 1172976
Gerrit-PatchSet: 1
Gerrit-Owner: tshete(a)ddn.com