コード例 #1
0
ファイル: snapshot.py プロジェクト: yoobright/VMThunder
 def _create_cache(self, snapshot):
     cached_path = fcg.add_disk(snapshot)
     return cached_path
コード例 #2
0
ファイル: image.py プロジェクト: arnaudleg/VMThunder
 def _create_cache(self):
     cached_path = fcg.add_disk(self.snapshot_dev)
     return cached_path
コード例 #3
0
 def _create_cache(self, snapshot):
     cached_path = fcg.add_disk(snapshot)
     return cached_path
コード例 #4
0
ファイル: session.py プロジェクト: Eircfu/VMThunder
 def _create_cache(self, multipath):
     cached_path = fcg.add_disk(multipath)
     self.has_cache = True
     LOG.debug("create cache according to multipath %s" % multipath)
     return cached_path