Bug 763674 (GLUSTER-1942)
Summary: | cli: loose parsing of confirmation answer | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Csaba Henk <csaba> |
Component: | glusterd | Assignee: | Junaid <junaid> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | mainline | CC: | anush, gluster-bugs, vagarwal, vbellur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
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: | |
Embargoed: |
Description
Csaba Henk
2010-10-13 08:09:05 UTC
# gluster volume stop pop Stopping volume will make its data inaccessible. Do you want to Continue? (y/n) yay, no Stopping volume pop has been successful PATCH: http://patches.gluster.com/patch/5499 in master (takes either 'y' or 'yes' and 'n' or 'no' for stop volume, delete volume and remove-brick) Suppose I delete a volume without stopping it, root@pitta:~# /gluster/git/sbin/gluster volume delete nfstest Deleting volume will erase all information about the volume.Do you want to continue? (y/n) yes Deleting volume nfstest has been unsuccessful Deleting Volume nfstest failed It should say that the a volume should be stopped first and then deleted again. |