def __init__(self, *args, **kwargs):
super(IOArbLVMISERDriver, self).__init__(*args, **kwargs)
LOG.warning(_LW('IOArbLVMISERDriver is deprecated, you should '
'now just use IOArbLVMVolumeDriver and specify '
'target_helper for the target driver you '
'wish to use. In order to enable iser, please '
'set iscsi_protocol with the value iser.'))
LOG.debug('Attempting to initialize LVM driver with the '
'following target_driver: '
'cinder.volume.targets.iser.ISERTgtAdm')
self.target_driver = importutils.import_object(
'cinder.volume.targets.iser.ISERTgtAdm',
configuration=self.configuration,
db=self.db,
executor=self._execute)
评论列表
文章目录