VNX driver: consistent_group_snapshot_enabled is missing from pool stats
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Medium
|
Xing Yang |
Bug Description
I have 'consistent_
cinder --os-volume-
+------
| Property | Value |
+------
| description | None |
| group_specs | {'volume_
| id | c9550beb-
| is_public | True |
| name | vnx_group_type |
+------
cinder type-show vnx_vol_type
+------
| Property | Value |
+------
| description | None |
| extra_specs | {'volume_
| id | 34835fa9-
| is_public | True |
| name | vnx_vol_type |
| os-volume-
| qos_specs_id | None |
+------
Create group and create volume failed because the scheduler could not find a host. This is because 'consistent_
After adding 'consistent_
Changed in cinder: | |
assignee: | nobody → Xing Yang (xing-yang) |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in cinder: | |
milestone: | none → pike-1 |
Reviewed: https:/ /review. openstack. org/455115 /git.openstack. org/cgit/ openstack/ cinder/ commit/ ?id=eb1d7b50ddf 3791a93f2495370 a111b3eee93ec2
Committed: https:/
Submitter: Jenkins
Branch: master
commit eb1d7b50ddf3791 a93f2495370a111 b3eee93ec2
Author: xing-yang <email address hidden>
Date: Sun Apr 9 14:55:21 2017 -0400
VNX: add missing group snapshot pool stats
Create group/volume failed when 'consistent_ group_snapshot_ enabled' group_snapshot_ enabled = True'
is set to '<is> True' in the group type specs and volume type extra
specs. This is because 'consistent_
is in the stats for the backend but it is not in the stats at the
pool level.
In this patch, 'consistent_ group_snapshot_ enabled = True' is added
to the pool stats reporting to fix this problem.
Note: This patch should be backported to Ocata. ygroup_ support= True' and consistencygroup driver group driver interface implementation from this driver.
'consistenc
interfaces are not removed in this patch because this patch should
be backported. There will be a followup patch to remove
consistency
Change-Id: I330fc93247a250 9d961acfda978c3 881391e01f2
Closes-Bug: #1681305