Bug 1569000

Summary: Logical size of the devices should be 10 times of the physical size
Product: [oVirt] cockpit-ovirt Reporter: bipin <bshetty>
Component: GdeployAssignee: Gobinda Das <godas>
Status: CLOSED WONTFIX QA Contact: SATHEESARAN <sasundar>
Severity: medium Docs Contact:
Priority: high    
Version: 0.11.7CC: bshetty, bugs, dkeefe, godas, guillaume.pavese, rhs-bugs, sabose, sasundar
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1568997 Environment:
Last Closed: 2019-11-20 08:50:03 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: 1568997    

Description bipin 2018-04-18 13:37:46 UTC
+++ This bug was initially created as a clone of Bug #1568997 +++

Description of problem:
Currently the Logical size for VDO is 10 times the sum of all bricks created. But the logical size should always be 10 times of the physical size of device.
ie:
If the device /dev/sdb has a size of the of 20T. Then the logical size should be 200T. This should be irrespective of the brick size selected for each volume.

Also considering a scenario where, if the device size is 20 TB and a volume created out of it is 1T then the logical size will be 10T. Which is less than the physical size. (physical size 20TB > logical size 10 T). This is not recommended according to VDO. 
This also eliminates the work of adding the logical size every time we create a new volume.

NOTE: Also had previously confirmed the same with Dennis Keefe. Please find the comment below:

    2. vdoLogicalSize = 10 x ( Disk physical size )
    In actual, the cockpit implementation does 4 x size of physical disk.
    I read from the RHEL 7.5 storage admin guide, about the recommendation of 10:1


 The cockpit implementation will allow much large size, though you have to manually change the settings.
10x is typical for VMs.  I agree with this setting.


Version-Release number of selected component (if applicable):
cockpit-ovirt-dashboard-0.11.21-1.el7ev.noarch

How reproducible:
100%

Steps to Reproduce:
1. Login to cockpit UI
2. Start gluster deployment 
3. Select the  enable compression and dedupe check

Actual results:


Expected results:


Additional info:

Comment 1 Sahina Bose 2018-04-23 07:27:36 UTC
Can the VDO volume be resized post creation?

Comment 2 Sahina Bose 2018-04-23 07:34:52 UTC
I do see that vdo supports increasing logical volume size and physical volume size as per https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/vdo-ig-administering-vdo 

Bipin, can you try this out?

Comment 3 bipin 2018-04-23 07:40:17 UTC
Sahina,

The logical size expansion is working. Lowering the severity.

Comment 4 Sandro Bonazzola 2019-01-28 09:41:22 UTC
This bug has not been marked as blocker for oVirt 4.3.0.
Since we are releasing it tomorrow, January 29th, this bug has been re-targeted to 4.3.1.

Comment 5 Sahina Bose 2019-01-30 11:51:19 UTC
Gobinda, do we plan to address this?

Comment 6 Gobinda Das 2019-02-18 07:40:45 UTC
Now the problem is to get device details from remote hosts in cockpit. Will need to try and find a way to get device details of other nodes.Then only will be able to fix this. I tried sometimes back using ansible playbook, but did not work. Will try again. I think we should move this to 4.4 as the logical size is editable and user can give exact value during deployment.

Comment 7 Gobinda Das 2019-11-20 08:50:03 UTC
As same device may use to create bricks we can't really determine what is the actual size of device. Cockpit will be accessing from one host and we need to get other hosts device info as well which is not possible from cockpit. So closing this bug.