Bug 1824305
| Summary: | ovirt 4.4 beta: dedupe and compression reporting an ansible error because of unrecognized arguments | ||
|---|---|---|---|
| Product: | [oVirt] cockpit-ovirt | Reporter: | Metz <info> |
| Component: | gluster-ansible | Assignee: | Gobinda Das <godas> |
| Status: | CLOSED DUPLICATE | QA Contact: | SATHEESARAN <sasundar> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.14.4 | CC: | bugs, cshao, lsvaty, mavital, nlevy, peyu, qiyuan, sbonazzo, shlei, weiwang, yaniwang, yturgema |
| Target Milestone: | --- | Flags: | sbonazzo:
ovirt-4.4?
sbonazzo: planning_ack? sbonazzo: devel_ack? sbonazzo: testing_ack? |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gluster-ansible-infra-1.0.4-8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-04 09:12:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Gluster | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Issue is already resolved in https://bugzilla.redhat.com/show_bug.cgi?id=1808152 Only I have give copr build. Will do it this week. Build is done. So closing this bug as https://bugzilla.redhat.com/show_bug.cgi?id=1808152 is already verified. *** This bug has been marked as a duplicate of bug 1808152 *** |
Description of problem: If you enable Dedupe and compression during hyperconverged wizard ansible installer is reporting an error because of unrecognized arguments. failed: [x.x.x.x] (item={'name': 'vdo_sda', 'device': '/dev/sda', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": false, "err": "usage: vdo create [-h] -n <volume> --device <devicepath>\n [--activate {disabled,enabled}]\n [--blockMapCacheSize <megabytes>]\n [--blockMapPeriod <period>]\n [--compression {disabled,enabled}]\n [--deduplication {disabled,enabled}]\n [--emulate512 {disabled,enabled}] [--force]\n [--indexMem <gigabytes>] [--maxDiscardSize <megabytes>]\n [--sparseIndex {disabled,enabled}]\n [--vdoAckThreads <threadCount>]\n [--vdoBioRotationInterval <ioCount>]\n [--vdoBioThreads <threadCount>]\n [--vdoCpuThreads <threadCount>]\n [--vdoHashZoneThreads <threadCount>]\n [--vdoLogicalSize <megabytes>]\n [--vdoLogicalThreads <threadCount>]\n [--vdoLogLevel {critical,error,warning,notice,info,debug}]\n [--vdoPhysicalThreads <threadCount>]\n [--vdoSlabSize <megabytes>]\n [--writePolicy {async,sync,auto}] [-f <file>]\n [--logfile <pathname>] [--verbose]\nvdo create: error: unrecognized arguments: --readCacheSize=0\n", "item": {"blockmapcachesize": "128M", "device": "/dev/sda", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sda", "slabsize": "32G", "writepolicy": "auto"}, "msg": "Creating VDO vdo_sda failed.", "rc": 2} Version-Release number of selected component (if applicable): 4.4 Beta How reproducible:Start installer and select Dedupe and compression on Gluster Deployment Bricks (page 4) Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: