Bug 1476280
| Summary: | Differences between command -h and its manpage | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jakub Krysl <jkrysl> | 
| Component: | device-mapper-persistent-data | Assignee: | Joe Thornber <thornber> | 
| Status: | CLOSED ERRATA | QA Contact: | Jakub Krysl <jkrysl> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.4 | CC: | agk, heinzm, jkrysl, lvm-team, mcsontos, msnitzer, thornber | 
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | device-mapper-persistent-data-0.7.3-1.el7 | Doc Type: | If docs needed, set a value | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-04-10 13:17:29 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
        
        
          Jakub Krysl
        
        
        
        
        
          2017-07-28 13:38:37 UTC
        
       cache_metadata_size has option "--max-hint-width" which is not listed under -h [root@storageqe-21 cache]# cache_metadata_size --max-hint-width 0 --nr-blocks 0 8192 sectors This commit fixes a lot of these issues. https://github.com/jthornber/thin-provisioning-tools/commit/f7d79339e8da664d82f32e276a38744f050be9be pdata_tools is the executable that all the other tools sym link to. New release to follow this week. Went through all of those in device-mapper-persistent-data-0.7.2-1.el7 and everything is fixed except for 1 thing:
era_invalidate option '--written-since' requires an argument, but this is not said in manpage as with the rest options requiring arguments (e.g. '-o {output file}' ). When given this option without argument, an error message appears.
Can you please modify manpage to something like '--written-since {era nr}'?
Fix: https://github.com/jthornber/thin-provisioning-tools/commit/8a0ee614343f945eeed06b7cff80a6a02bbf6dac Fixed in device-mapper-persistent-data-0.7.3-1.el7. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:0776 |