[Bugs] [Bug 1295838] command not understood by program
bugzilla at redhat.com
bugzilla at redhat.com
Sat Jan 9 12:27:36 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1295838
Niels de Vos <ndevos at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ndevos at redhat.com,
| |ruben.degraaf at direct-energi
| |e.com
Flags| |needinfo?(ruben.degraaf at dir
| |ect-energie.com)
--- Comment #1 from Niels de Vos <ndevos at redhat.com> ---
# gluster volume set gluster_volume_0 auth.reject *
If you execute this command, the shell will try to expend the * character to
all files in the current directory. You can verify this by putting "echo" in
front of the command, like this:
# echo gluster volume set gluster_volume_0 auth.reject *
In order to pass the * character to the gluster command, you will need to
prevent the shell from expanding it. This would do:
# gluster volume set gluster_volume_0 auth.reject '*'
volume set: success
Alternatively you can start the Gluster shell and execute the command there:
# gluster
gluster> volume set gluster_volume_0 auth.reject *
volume set: success
Could you let me know if that helps?
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list