[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gluster-devel] Remote volume listing
From: |
Jeff Darcy |
Subject: |
Re: [Gluster-devel] Remote volume listing |
Date: |
Mon, 19 Nov 2012 10:55:24 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 |
On 11/19/2012 10:47 AM, Niels de Vos wrote:
> You can get the list with the 'gluster' command from the glusterfs-server
> package:
>
> # gluster --remote-host=storage-01.example.com volume list
>
> or if you prefer parsing XML:
>
> # gluster --xml --remote-host=storage-01.example.com volume list
>
> There is no need for the client system to be in the peer-list of the storage
> servers, so it is pretty straight forward.
It doesn't need to be in the peer list, but it does need to have the
gluster-server package installed (one reason I think the CLI should be separate
BTW). Also, it's even less secure than the ssh solution.