I moved the scripts to github where people can send me pull requests if they want something changed. Also, there is nothing about these scripts specific to Gluster. Finally, there is a new script, netperf-rpc-pairs.sh, which in my opinion may be the more important script of the two for predicting performance of distributed storage.
I think there is not enough information available to people on how to profile existing applications - not everyone can run synthetic workloads on their systems, particularly production systems where synthetic workloads could adversely impact the users.
ssl.cipher-list values should be enclosed in single quotes otherwise bash/shell interpretes the special characters (! for example) as for itself and volume set fails
There are a few different limits in how groups or users can get limited.
A description of these limitations and their workarounds is now
explained in this new document.
See-also: http://review.gluster.org/11732
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Document following new CLI introduced with the patch
http://review.gluster.org/#/c/11385/ to delete volumes
per mountbroker user in glusterd vol file.
gluster system:: execute mountbroker volumedel <USER> <VOLUMES>
<USER>: mountbroker user
<VOLUMES>: comman separated list of volume names.
Signed-off-by: Kotresh HR <khiremat@redhat.com>
Replace-brick operation with data migration support have been
deprecated from gluster.
With this fix replace brick command will support only one commad
gluster volume replace-brick <VOLNAME> <SOURCE-BRICK> <NEW-BRICK>
{commit force}
Signed-off-by: Gaurav Kumar Garg <garg.gaurav52@gmail.com>