Lines Matching defs:snapshot
257 def create(self, context, size, name, description, snapshot=None,
268 :param snapshot: Snapshot object
279 if snapshot is not None:
280 snapshot_id = snapshot['id']
746 """Return Kstat snapshot data via RAD as a dictionary."""
3122 def snapshot(self, context, instance, image_id, update_task_state):
3128 hold the snapshot.
3154 # Build updated snapshot image metadata
3155 snapshot = snapshot_service.show(context, snapshot_id)
3159 'name': snapshot['name'],
3161 'image_location': 'snapshot',
3165 'image_type': snapshot['properties']['image_type'],
3216 # Delete the snapshot image file source
3220 """Cleans up any resources left after an interrupted snapshot.
4717 doing a snapshot, it is the image file Cinder expects to be
4718 used as the active disk after the snapshot operation has
4720 needed for creating the snapshot.
4726 """Deletes a snapshot of a volume attached to a specified instance.
4735 Attached volume associated with the snapshot
4737 The snapshot to delete.
4740 complete the snapshot. For example, in the case of qcow2 backed