Bug 764866 (GLUSTER-3134)

Summary: Object-Storage: response when user added successfully/unsuccessfully
Product: [Community] GlusterFS Reporter: Saurabh <saurabh>
Component: object-storageAssignee: Junaid <junaid>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: pre-releaseCC: gluster-bugs, vagarwal
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: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Saurabh 2011-07-06 07:37:08 UTC
Please add some response string if the user is added successfully/unsuccessfully.

Like in successful addition there is not response, though the original swift also works similarly, but it will be good if can provide a response string.


root@gluster-Ubuntu1:~# swauth-add-user -a -K sj test tester5 testing5 -A https://127.0.0.1:443/auth/

Suggested String " user added successfully"

and if the user is not added, then we should avoid displaying the error using the  code structure and collect the same information from log and send a response string.

Suggested String " user not added"