Displaying 4 results from an estimated 4 matches for "gluster_cmd".
2018 Jan 15
5
glusterfs development library
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?
But,now ,I execute the glusterfs command using python's subprocess.popen function?such as subprocess.Popen(GLUSTER_CMD, shell=True,stdout=subprocess.PIPE, stderr=subprocess.PIPE)......
But this does not feel like a good program, Because it has a serious dependence on the shell
Is there a python or c library/function to execute the glusterfs command?So I can develop a better performance, more lightweight script. to...
2018 Jan 15
0
glusterfs development library
...gt; wrote:
> 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?
> But,now ,I execute the glusterfs command using python's
> subprocess.popen function?such as subprocess.Popen(GLUSTER_CMD,
> shell=True,stdout=subprocess.PIPE, stderr=subprocess.PIPE)......
> But this does not feel like a good program, Because it has a serious
> dependence on the shell
> Is there a python or c library/function to execute the glusterfs
> command?So I can develop a better performance, mor...
2018 Jan 15
0
glusterfs development library
...gt; wrote:
> 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?
> But,now ,I execute the glusterfs command using python's
> subprocess.popen function?such as subprocess.Popen(GLUSTER_CMD,
> shell=True,stdout=subprocess.PIPE, stderr=subprocess.PIPE)......
> But this does not feel like a good program, Because it has a serious
> dependence on the shell
> Is there a python or c library/function to execute the glusterfs
> command?So I can develop a better performance, mor...
2018 Jan 15
1
glusterfs development library
...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?
>> But,now ,I execute the glusterfs command using python's subprocess.popen
>> function?such as subprocess.Popen(GLUSTER_CMD,
>> shell=True,stdout=subprocess.PIPE, stderr=subprocess.PIPE)......
>> But this does not feel like a good program, Because it has a serious
>> dependence on the shell
>> Is there a python or c library/function to execute the glusterfs
>> command?So I can develop a bet...