From a7d41a64fb11451e622db19813738c3ee3942c92 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 26 Oct 2010 05:20:34 +0000 Subject: report the error if a volume not in the started state is tried to be stopped Signed-off-by: Raghavendra Bhat Signed-off-by: Anand V. Avati BUG: 2010 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2010 --- rpc/xdr/src/cli1.x | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc/xdr/src/cli1.x') diff --git a/rpc/xdr/src/cli1.x b/rpc/xdr/src/cli1.x index bce605ede5e..d729548ed39 100644 --- a/rpc/xdr/src/cli1.x +++ b/rpc/xdr/src/cli1.x @@ -123,6 +123,7 @@ struct gf1_cli_get_vol_rsp { int op_ret; int op_errno; string volname<>; + string op_errstr<>; } ; -- cgit