~read_only:a.Db_actions.vDI_read_only
~other_config:a.Db_actions.vDI_other_config
~xenstore_data:a.Db_actions.vDI_xenstore_data
- ~sm_config:a.Db_actions.vDI_sm_config ~tags:[]
+ ~sm_config:[] ~tags:[]
in
(try
(* Remove the vdi_clone from the SR's current operations, this prevents the whole
~read_only:src.API.vDI_read_only
~other_config:src.API.vDI_other_config
~xenstore_data:src.API.vDI_xenstore_data
- ~sm_config:src.API.vDI_sm_config ~tags:[] in
+ ~sm_config:[] ~tags:[] in
if src.API.vDI_on_boot = `reset then begin
try Client.VDI.set_on_boot ~rpc ~session_id ~self:result ~value:(`reset) with _ -> ()
end;