コード例 #1
0
ファイル: snapshot.py プロジェクト: yoobright/VMThunder
 def _delete_cache(self, snapshot):
     fcg.rm_disk(snapshot)
     return True
コード例 #2
0
ファイル: image.py プロジェクト: arnaudleg/VMThunder
 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)