Bug 1547622
| Summary: | [gdeploy ] The PV and VG name should be same as VDO volume in gdeploy conf file | ||
|---|---|---|---|
| Product: | [oVirt] cockpit-ovirt | Reporter: | bipin <bshetty> |
| Component: | Gdeploy | Assignee: | Gobinda Das <godas> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | bipin <bshetty> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 0.11.7 | CC: | bugs, lveyde, rhs-bugs, sabose, sasundar |
| Target Milestone: | ovirt-4.2.2 | Flags: | rule-engine:
ovirt-4.2?
sasundar: planning_ack? rule-engine: devel_ack+ sasundar: testing_ack+ |
| Target Release: | 0.11.17 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | cockpit-ovirt-0.11.17-1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1547619 | Environment: | |
| Last Closed: | 2018-04-18 12:26:14 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1547619 | ||
|
Description
bipin
2018-02-21 16:09:15 UTC
In this case, PV and VG components should make use of VDO volume's name and not the device name directly. Verified the bug in the below component version's successfully. Component versions's: gdeploy-2.0.2-23.el7rhgs.noarch cockpit-ovirt-dashboard-0.11.20-1.el7ev.noarch Steps: 1. Install VDO 2. Go to the cockpit UI and check the compression and deduplication tab. 3. Proceed to the review tab. 4. Check the PV,LV sections with appropriate parameters like below Result: [vdo1:10.70.45.29] action=create devices=sdb names=vdo_sdb logicalsize=200000G blockmapcachesize=128M readcache=enabled readcachesize=20M emulate512=enabled writepolicy=sync ignore_vdo_errors=no slabsize=32G [pv1:10.70.45.29] action=create devices=/dev/mapper/vdo_sdb ignore_pv_errors=no [vg1:10.70.45.29] action=create vgname=gluster_vg_sdb pvname=/dev/mapper/vdo_sdb ignore_vg_errors=no This bugzilla is included in oVirt 4.2.2 release, published on March 28th 2018. Since the problem described in this bug report should be resolved in oVirt 4.2.2 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |