From 760742763686d561f03768345d672935d72e49b0 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Thu, 16 Feb 2017 23:01:48 +0530 Subject: cli: deprecate volserver option volserver can be considered as "localhost", as we anyway tieing-up glusterd, gluster-blockd and cli processes. Signed-off-by: Prasanna Kumar Kalever --- rpc/glfs-operations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc/glfs-operations.h') diff --git a/rpc/glfs-operations.h b/rpc/glfs-operations.h index 1f6614e..3e7f72a 100644 --- a/rpc/glfs-operations.h +++ b/rpc/glfs-operations.h @@ -41,7 +41,7 @@ typedef struct MetaInfo { struct glfs * -glusterBlockVolumeInit(char *volume, char *volfileserver); +glusterBlockVolumeInit(char *volume); int glusterBlockCreateEntry(struct glfs *glfs, blockCreateCli *blk, char *gbid); -- cgit