示例#1
0
 def _delete_cache(self, snapshot):
     fcg.rm_disk(snapshot)
     return True
示例#2
0
 def _delete_cache(self):
     fcg.rm_disk(self.snapshot_dev)
示例#3
0
 def _delete_cache(self, snapshot):
     fcg.rm_disk(snapshot)
     return True
示例#4
0
 def _delete_cache(self, multipath):
     fcg.rm_disk(multipath)
     self.has_cache = False
     LOG.debug("delete cache according to multipath %s " % multipath)