<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
  This patch makes the CLI &quot;volume stop n force&quot;<br>
command act with force.  I.e. it won&#39;t ask the user for<br>
confirmation via &quot;cli_cmd_get_confirmation&quot;.<br>
<br>
<br></blockquote></div><br>If the target is to achieve &#39;no&#39; confirmation, then one can try any command which asks for confirmation with extra argument &#39;--mode=script&#39; for CLI<br><br>like,<br><br>bash# gluster --mode=script volume stop &lt;VOLNAME&gt;<br>