Beispiel #1
0
 def rebuild_multipath(self, parent_connections):
     """
     :type parent_connections: list
     """
     self.multipath_path = \
         Paths.rebuild_multipath(self.paths, parent_connections,
                                 self.multipath_name,
                                 self.multipath_path)
Beispiel #2
0
 def delete_multipath(self):
     if self.multipath_path:
         LOG.debug("Virtman: delete multipath path '%s'" %
                   self.multipath_path)
         Paths.delete_multipath(self.multipath_name)
         self.multipath_path = None