Bug 1215033
| Summary: | Bitrot command line usage is not correct | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | RajeshReddy <rmekala> |
| Component: | bitrot | Assignee: | Gaurav Kumar Garg <ggarg> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | bugs <bugs> |
| Priority: | unspecified | ||
| Version: | mainline | CC: | bugs, mzywusko, nsathyan, smohan |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-05-06 09:20:37 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: | |||
Gaurav, There's a patch for this, correct? Mind updating the patch with this bug id? *** This bug has been marked as a duplicate of bug 1207532 *** |
Description of problem: ======================= Bitrot command line usage is not correct Version-Release number of selected component (if applicable): ============================================================== glusterfs-server-3.7dev-0.1009.git8b987be.el6.x86_64 How reproducible: ==================== Always Steps to Reproduce: 1. Try to disable the bitrot feature for ginve volume with wrong syntax like gluster vol bitrot rajesh_test diable 2. As command with wrong syntax has been executed and bitrot usage is poping up but bitrot usage is not correct [root@rhs-client38 rajesh_test2]# gluster vol bitrot rajesh_test diable Invalid bit rot option : diable Usage: volume bitrot <VOLNAME> {scrub pause|resume} Expected results: ======================= Usage should be like this :volume bitrot <VOLNAME> {enable|diable} insted of volume bitrot <VOLNAME> {scrub pause|resume} Additional info: