Merge "Enable multiattach capability for the zfssa driver"

This commit is contained in:
Zuul 2018-02-12 20:48:01 +00:00 committed by Gerrit Code Review
commit a75c640401
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ class ZFSSAISCSIDriver(driver.ISCSIDriver):
data['zfssa_sparse'] = six.text_type(lcfg.zfssa_lun_sparse)
data['zfssa_compression'] = lcfg.zfssa_lun_compression
data['zfssa_logbias'] = lcfg.zfssa_lun_logbias
data['multiattach'] = True
self._stats = data