Bug 951057
Summary: | vdsm should report the storage domain version in the statistics | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Federico Simoncelli <fsimonce> |
Component: | vdsm | Assignee: | Federico Simoncelli <fsimonce> |
Status: | CLOSED ERRATA | QA Contact: | Dafna Ron <dron> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.2.0 | CC: | abaron, amureini, bazulay, hateya, iheim, lpeer, scohen, ykaul, zdover |
Target Milestone: | --- | ||
Target Release: | 3.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | storage | ||
Fixed In Version: | vdsm-4.10.2-18.0.el6ev | Doc Type: | Bug Fix |
Doc Text: |
Previously, VDSM did not report the storage domain in the domain statistics. This made it impossible for the backend to monitor the storage domains version during upgrades.
VDSM now reports the storage domain in the domain statistics.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-06-10 20:48:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 948448 |
Description
Federico Simoncelli
2013-04-11 11:44:29 UTC
root@gold-vdsc ~]# vdsClient -s 0 getVdsStats |grep --color version storageDomains = {'4ba9a5fe-a9e7-48e0-b187-08ff11800d6d': {'delay': '0.0075409412384', 'lastCheck': '7.4', 'code': 0, 'valid': True, 'version': 0}} [root@gold-vdsc ~]# vdsClient -s 0 getVdsStats |grep --color version storageDomains = {'4ba9a5fe-a9e7-48e0-b187-08ff11800d6d': {'delay': '0.00836682319641', 'lastCheck': '0.9', 'code': 0, 'valid': True, 'version': 2}} [root@gold-vdsc ~]# vdsClient -s 0 getVdsStats |grep --color version storageDomains = {'4ba9a5fe-a9e7-48e0-b187-08ff11800d6d': {'delay': '0.0090320110321', 'lastCheck': '1.6', 'code': 0, 'valid': True, 'version': 3}} [root@gold-vdsc ~]# vdsClient -s 0 getStoragePoolInfo 581763c4-8821-4112-968e-9dfac09d64ff name = 30 isoprefix = pool_status = connected lver = 0 domains = 4ba9a5fe-a9e7-48e0-b187-08ff11800d6d:Active master_uuid = 4ba9a5fe-a9e7-48e0-b187-08ff11800d6d version = 3 spm_id = 1 type = ISCSI master_ver = 1 4ba9a5fe-a9e7-48e0-b187-08ff11800d6d = {'status': 'Active', 'diskfree': '27648851968', 'alerts': [], 'version': 3, 'disktotal': '31809601536'} verified on vdsm-4.10.2-18.0.el6ev.x86_64 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0886.html |