2017-09-26 61 views
0


$ gluster volume stop <VOLNAME> force
它仍然促使我喜欢
Stopping volume will make its data inaccessible. Do you want to continue? (y/n)

我们怎么能跳过这个确认过程?

+1

您可能想为此提交一个bug @ https://bugzilla.redhat.com/enter_bug.cgi?product=GlusterFS,因为'force'不应该提示进一步输入。如果你正在自动执行命令,'gluster --mode = script '是要走的路。 – itisravi

回答

0

检查是否有帮助:

echo'y'| gluster音量停止力

相关问题