This patch makes the CLI "volume stop n force"
command act with force. I.e. it won't ask the user for
confirmation via "cli_cmd_get_confirmation".
If the target is to achieve 'no' confirmation, then one can try any command which asks for confirmation with extra argument '--mode=script' for CLI
like,
bash# gluster --mode=script volume stop <VOLNAME>