<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>I want to write a python script and visual interface to manage glusterfs, such as creating and deleting volumes.This can be easier to manage glusterfs¡£</div><div>But,now ,I execute the glusterfs command using python's subprocess.popen&nbsp;function£¬such as&nbsp;subprocess.Popen(GLUSTER_CMD, shell=True,stdout=subprocess.PIPE, stderr=subprocess.PIPE)......</div><div>But this does not feel like a good program, Because it has a serious dependence on the shell</div><div>Is there a python or c library/function to execute the glusterfs command£¿So I can develop a better performance, more lightweight script.&nbsp;to achieve this optimization script</div><div>thanks everyone.</div></div><br><br><span title="neteasefooter"><p>&nbsp;</p></span>