예제 #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
파일: session.py 프로젝트: Eircfu/VMThunder
 def _delete_cache(self, multipath):
     fcg.rm_disk(multipath)
     self.has_cache = False
     LOG.debug("delete cache according to multipath %s " % multipath)