Bug 1617977 - Report space saving values in vdo stats
Summary: Report space saving values in vdo stats
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: vdsm
Classification: oVirt
Component: Gluster
Version: 4.30.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ovirt-4.2.6
: ---
Assignee: Denis Chaplygin
QA Contact: SATHEESARAN
URL:
Whiteboard:
Depends On:
Blocks: 1590967
TreeView+ depends on / blocked
 
Reported: 2018-08-16 10:13 UTC by Sahina Bose
Modified: 2018-09-13 07:41 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-09-13 07:41:10 UTC
oVirt Team: Gluster
Embargoed:
rule-engine: ovirt-4.2+
rule-engine: exception+
ylavi: planning_ack+
sabose: devel_ack+
bshetty: testing_ack+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 92739 0 master MERGED gluster: Added savings data to the vdoVolumeList output 2018-08-21 14:35:02 UTC

Description Sahina Bose 2018-08-16 10:13:10 UTC
Description of problem:

To display space savings to user in oVirt engine, when vdo is turned on for a device, these values need to be reported from vdsm in the vdo verbs.

Version-Release number of selected component (if applicable):


How reproducible:
NA

Comment 1 SATHEESARAN 2018-09-04 12:05:24 UTC
vdsm reports the size values properly

#  vdsm-client --gluster-enabled GlusterHost vdoVolumeList
{
    "vdoVolumeList": [
        {
            "name": "/dev/mapper/vdo_sdb", 
            "free": 19954217996288, 
            "device": "/dev/sdb", 
            "physicalBytesUsed": 3286122496, 
            "logicalBytesUsed": 12486795264, 
            "size": 19998441472000
        }
    ]
}


Note You need to log in before you can comment on or make changes to this bug.