Merge "Allow lightos driver to run as active-active"

This commit is contained in:
Zuul 2023-05-24 14:22:16 +00:00 committed by Gerrit Code Review
commit a9f148fa2f

View File

@ -365,6 +365,7 @@ class LightOSVolumeDriver(driver.VolumeDriver):
VERSION = '2.3.12'
# ThirdPartySystems wiki page
CI_WIKI_NAME = "LightbitsLabs_CI"
SUPPORTS_ACTIVE_ACTIVE = True
def __init__(self, *args, **kwargs):
super(LightOSVolumeDriver, self).__init__(*args, **kwargs)