コード例 #1
0
ファイル: path.py プロジェクト: vmthunder/virtman
 def reload_multipath(multipath_name, disks):
     """
     :type multipath_name: str
     :type disks: list
     """
     LOG.debug("Virtman: reload multipath according connection %s:" %
               disks)
     dmsetup.reload_multipath(multipath_name, disks)
コード例 #2
0
ファイル: baseimage.py プロジェクト: vmthunder/virtman
 def _reload_multipath(self, disks):
     dmsetup.reload_multipath(self.multipath_name, disks)