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 13a2dc0 + 5c29d44 commit 195f1d7Copy full SHA for 195f1d7
ocaml/xapi/xapi_pool_update.ml
@@ -368,7 +368,6 @@ let introduce ~__context ~vdi =
368
(*If current disk free space is smaller than 1MB raise exception*)
369
assert_space_available ~multiplier:1L Xapi_globs.host_update_dir (Int64.mul 1024L 1024L);
370
let update_info = extract_update_info ~__context ~vdi ~verify in
371
- ignore(assert_space_available Xapi_globs.host_update_dir update_info.installation_size);
372
try
373
let update = Db.Pool_update.get_by_uuid ~__context ~uuid:update_info.uuid in
374
let vdi_of_update = Db.Pool_update.get_vdi ~__context ~self:update in
0 commit comments