Description of problem: gluster volume set <volume_name> auth.allow * Not Working. This is required if we have set auth.allow to a ip_address/Hostname and we need to re-change the auth.allow to all ip_addresses/Hostnames. Version-Release number of selected component (if applicable): mainline How reproducible: often Actual results: Usage: volume set <VOLNAME> <KEY> <VALUE> Expected results: Should all the * wild character. Additional info:
can you try 'gluster volume reset <VOLNAME> <KEY>' and see if it gets reset?
yes, it works.
reducing the priority as there exists a work around.
when we do gluster volume set <volname> auth.allow *, bash, or any other shell tries to expand the "*", which is a wildcard character. escaping it with "\" works fine.
Rajesh, good find. Make sure we document this properly.