Bug 764383 (GLUSTER-2651) - Quota: removing the quota should send some response string
Summary: Quota: removing the quota should send some response string
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-2651
Product: GlusterFS
Classification: Community
Component: quota
Version: mainline
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Junaid
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-01 13:06 UTC by Saurabh
Modified: 2013-08-06 22:37 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description Saurabh 2011-04-01 13:06:18 UTC
gluster> volume quota dist-strip1 list 
	path		  limit_set	     size
----------------------------------------------------------------------------------
/                         2.5MB
/d1                       1.5MB
gluster> volume quota dist-strip1 remove /d1

gluster> volume quota dist-strip1 list 
	path		  limit_set	     size
----------------------------------------------------------------------------------
/                         2.5MB
gluster> 


the quota gets removed correctly but the there is no response string after completion of successful/unsuccessful execution of "remove" command

Comment 1 Junaid 2011-04-08 05:46:09 UTC
Fixed as part of http://patches.gluster.com/patch/6745/ patch.

Comment 2 Saurabh 2011-04-11 03:15:49 UTC
[root@centos-qa-client-2 sbin]# ./gluster volume quota dist-rep2 remove / 
Removed quota limit on /
[root@centos-qa-client-2 sbin]# ./gluster volume quota dist-rep2 list
quota limit not set 
[root@centos-qa-client-2 sbin]#


Note You need to log in before you can comment on or make changes to this bug.