oVirt / vdsm

The Virtual Desktop Server Manager
GNU General Public License v2.0
160 stars 201 forks source link

vdsm: get gluster volume info from any gluster peer #408

Closed josgutie closed 5 months ago

josgutie commented 6 months ago

The function _get_gluster_volinfo query the glusterfs volume info the the storage server, this is translated to the gluster client adding the parameter --remote-host which limits the query to one server, so we are converting the storage server as a single point of failure, if it is not available, it can led to cluster outtage. The proposed changed let the cluster cli to use any available gluster peer.

aesteve-rh commented 5 months ago

Thanks! Could you please sign-off the first commit and remove the second (rebase instead of merging from master)?