Bug 1415989

Summary: engine volume brick should be created with thick LV
Product: [oVirt] cockpit-ovirt Reporter: SATHEESARAN <sasundar>
Component: GdeployAssignee: Ramesh N <rnachimu>
Status: CLOSED CURRENTRELEASE QA Contact: SATHEESARAN <sasundar>
Severity: high Docs Contact:
Priority: high    
Version: ---CC: bugs, knarra, sabose
Target Milestone: ovirt-4.1.1Flags: rule-engine: ovirt-4.1+
rule-engine: blocker+
rule-engine: planning_ack+
rnachimu: devel_ack+
knarra: testing_ack+
Target Release: 0.10.7-0.0.10   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: cockpit-ovirt-0.10.7-0.0.13 Doc Type: Bug Fix
Doc Text:
Gluster volume used for hosted-engine deployment should have enough space guaranteed. So it is better to provision the bricks of hosted-engine volume as thick LVs instead of thin LV. So default brick configuration for engine volume is changed to thick LV.
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-21 09:44:36 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: 1277939    

Description SATHEESARAN 2017-01-24 10:24:24 UTC
Description of problem:
-----------------------
gdeploy config file generated with cockpit-ovirt-plugin generated engine volume brick as thinlv, against the requirement of having a thick LV

Version-Release number of selected component (if applicable):
-------------------------------------------------------------
cockpit-ovirt-dashboard-0.10.7-0.0.5

How reproducible:
-----------------
Always

Steps to Reproduce:
-------------------
1. Create a gluster deployment with cockpit-ovirt

Actual results:
---------------
Engine volume brick is generated as thinlv

Expected results:
-----------------
Engine volume brick should be generated as thick LV

Additional info:
----------------
[lv3]
action=create
poolname=gluster_thinpool_vdb
vgname=gluster_vg_vdb
mount=/gluster_bricks/engine
lvtype=thinlv
virtualsize=150GB

Comment 1 SATHEESARAN 2017-03-08 18:05:58 UTC
Tested with ovirt-cockpit-dashboard-0.10.7-0.0.13

Engine LV is created as a thick LV by default