Bug 1295838
Summary: | command not understood by program | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | rdegraaf <ruben.degraaf> |
Component: | access-control | Assignee: | bugs <bugs> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.6 | CC: | bugs, ndevos, ruben.degraaf |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-11 08:52:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
rdegraaf
2016-01-05 15:25:53 UTC
# 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? Ah ok, yes with some explanation it makes a lot more sense. Thank you, no bug then ! |