File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ let _ =
512512 error Api_errors. location_not_unique [" SR" ; " location" ]
513513 ~doc: " A VDI with the specified location already exists within the SR" () ;
514514 error Api_errors. memory_constraint_violation [" constraint" ]
515- ~doc: " The dynamic memory range does not satisfy the following constraint." () ;
515+ ~doc: " The dynamic memory range does not satisfy the following constraint." () ;
516516
517517 (* Session errors *)
518518 error Api_errors. session_authentication_failed []
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ let nested_virt ~__context vm metrics =
298298
299299let is_mobile ~__context vm strict =
300300 let metrics = Db.VM. get_metrics ~__context ~self: vm in
301- (not @@ nomigrate ~__context vm metrics
301+ (not @@ nomigrate ~__context vm metrics
302302 && not @@ nested_virt ~__context vm metrics)
303303 || not strict
304304
You can’t perform that action at this time.
0 commit comments