On 08/05/2013 09:37 PM, Nux! wrote: > Hi, > > I'm trying to call "gluster stop volume" from a web page, but it keep > asking me if I really want to stop it and expects "y" or "n" which makes > things annoying. > Is there any "-y"-like parameter we can use to bypass these questions? gluster --mode=script should help. > > Also, is there any API for python so I don't have to run system commands? If you setup oVirt for managing GlusterFS, you get both python SDK and ReST API for volume/peer management. -Vijay