EMC VMAX - Change naming convention for MV and SG for FAST
Up until now we assumed a one to one relationship between FAST policy and Pool. This does not have to be the case. A FAST policy can span multiple pools. To ensure uniqueness we will change the SG nand MV name to contain the FAST policy and not the pool name. Change-Id: I4d7cc4f8922d08b886b8eb3eb9b1a2b3f4340cc1 Closes-Bug: #1515181
This commit is contained in:
@@ -42,9 +42,10 @@ class EMCVMAXFCDriver(driver.FibreChannelDriver):
|
||||
2.2.2 - Update Consistency Group
|
||||
2.2.3 - Pool aware scheduler(multi-pool) support
|
||||
2.2.4 - Create CG from CG snapshot
|
||||
2.3 - Name change for MV and SG for FAST (bug #1515181)
|
||||
"""
|
||||
|
||||
VERSION = "2.2.4"
|
||||
VERSION = "2.3"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user