summaryrefslogtreecommitdiffstats
path: root/xlators/features/snapview-server/src/snapview-server-messages.h
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendra@redhat.com>2019-06-25 10:51:33 -0400
committerRinku Kothiya <rkothiya@redhat.com>2019-07-18 13:11:04 +0000
commite5e9a9817cecbd8f2c823e79179d9523b1a04ee3 (patch)
tree2e08a357ac2eb42fddcc743f24e4e2c7e8a01bc9 /xlators/features/snapview-server/src/snapview-server-messages.h
parent4d84f0afee639c2a9e5e3c83d3ae9d5b8692997c (diff)
features/snapview-server: use the same volfile server for gfapi options
snapview server xlator makes use of "localhost" as the volfile server while initing the new glfs instance to talk to a snapshot. While localhost is fine, better use the same volfile server that was used to start the snapshot daemon containing the snapview-server xlator. Change-Id: I4485d39b0e3d066f481adc6958ace53ea33237f7 fixes: bz#1728391 Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com> (cherry picked from commit 36f6e6df0ff15d0464b869803710adca2b65e8ba)
Diffstat (limited to 'xlators/features/snapview-server/src/snapview-server-messages.h')
-rw-r--r--xlators/features/snapview-server/src/snapview-server-messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/snapview-server/src/snapview-server-messages.h b/xlators/features/snapview-server/src/snapview-server-messages.h
index 8548015648a..f634ab5d2b0 100644
--- a/xlators/features/snapview-server/src/snapview-server-messages.h
+++ b/xlators/features/snapview-server/src/snapview-server-messages.h
@@ -49,6 +49,6 @@ GLFS_MSGID(SNAPVIEW_SERVER, SVS_MSG_NO_MEMORY, SVS_MSG_MEM_ACNT_FAILED,
SVS_MSG_CLOSEDIR_FAILED, SVS_MSG_CLOSE_FAILED,
SVS_MSG_GFID_GEN_FAILED, SVS_MSG_GLFS_NEW_FAILED,
SVS_MSG_SET_VOLFILE_SERVR_FAILED, SVS_MSG_SET_LOGGING_FAILED,
- SVS_MSG_GLFS_INIT_FAILED);
+ SVS_MSG_VOLFILE_SERVER_GET_FAIL, SVS_MSG_GLFS_INIT_FAILED);
#endif /* !_SNAPVIEW_CLIENT_MESSAGES_H_ */