# HG changeset patch # User Rok Strnisa # Date 1283866577 -3600 # Node ID 6112a786a23463eff2d7b79e580a667f5a2be5a9 # Parent 377518a091617ac40ec5f436160ccf896b5af123 imported patch CA-38158-Bogus-SR-not-shared-properly-warning diff --git a/ocaml/xapi/helpers.ml b/ocaml/xapi/helpers.ml --- a/ocaml/xapi/helpers.ml +++ b/ocaml/xapi/helpers.ml @@ -642,7 +642,6 @@ let subset a b = List.fold_left (fun acc let is_sr_properly_shared ~__context ~self = let shared = Db.SR.get_shared ~__context ~self in if not shared then begin - warn "SR %s not shared properly: field 'shared' is set to false'" (Ref.string_of self); false end else begin let pbds = Db.SR.get_PBDs ~__context ~self in