We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97c5900 + e2bbc1e commit 53e7716Copy full SHA for 53e7716
ocaml/xapi/import.ml
@@ -392,6 +392,7 @@ module VM : HandlerTools = struct
392
it use the export ref. However, as the corresponding VM object may have not been created
393
yet, this fiels contains some useful information to update it later. *)
394
Db.VM.set_is_a_snapshot ~__context ~self:vm ~value:vm_record.API.vM_is_a_snapshot;
395
+ Db.VM.set_snapshot_info ~__context ~self:vm ~value:vm_record.API.vM_snapshot_info;
396
Db.VM.set_snapshot_of ~__context ~self:vm ~value:vm_record.API.vM_snapshot_of;
397
Db.VM.set_snapshot_time ~__context ~self:vm ~value:vm_record.API.vM_snapshot_time;
398
Db.VM.set_transportable_snapshot_id ~__context ~self:vm ~value:vm_record.API.vM_transportable_snapshot_id;
0 commit comments