--- cli/src/cli-cmd-volume.c-orig	2012-04-18 04:15:15.000000000 +1000
+++ cli/src/cli-cmd-volume.c	2012-04-18 13:50:07.616907359 +1000
@@ -639,12 +639,14 @@
                 goto out;
         }
 
-        answer = cli_cmd_get_confirmation (state, question);
-
-        if (GF_ANSWER_NO == answer) {
-                ret = 0;
-                goto out;
-        }
+	if ((flags & GF_CLI_FLAG_OP_FORCE) == 0) {
+		answer = cli_cmd_get_confirmation (state, question);
+ 
+		if (GF_ANSWER_NO == answer) {
+			ret = 0;
+			goto out;
+		}
+	}
 
         proc = &cli_rpc_prog->proctable[GLUSTER_CLI_STOP_VOLUME];
 
