Allon Mureinik has submitted this change and it was merged. Change subject: core: Leave free space value as null ......................................................................
core: Leave free space value as null In Some situations, such as a newly created disks or disks on a storage domain that's been re-connected, the disk's free space - StorageDomainDynamic.availableDiskSize is null. This was interpreted into 0 in some cases, causing a strict reaction from the system, though is doesn't necessarily means the storage has 0 space. These cases are now using the null value and do not assume low space. The value will be updated on the next poll from vdsm, making sure future behaviour is as is should. Change-Id: I3379f34c0022eb7066db400f9d9342f8d02fb85f Bug-Url: https://bugzilla.redhat.com/1177147 Bug-Url: https://bugzilla.redhat.com/1182012 Related-To: https://bugzilla.redhat.com/1176854 Signed-off-by: Vered Volansky <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/storage/StorageDomainValidator.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StorageDomainDynamic.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsProxyData.java 3 files changed, 17 insertions(+), 17 deletions(-) Approvals: Allon Mureinik: Looks good to me, approved Freddy Rolland: Looks good to me, but someone else must approve Ala Hino: Looks good to me, but someone else must approve Vered Volansky: Verified -- To view, visit http://gerrit.ovirt.org/37250 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3379f34c0022eb7066db400f9d9342f8d02fb85f Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> Gerrit-Reviewer: Ala Hino <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Amit Aviram <[email protected]> Gerrit-Reviewer: Candace Sheremeta <[email protected]> Gerrit-Reviewer: Freddy Rolland <[email protected]> Gerrit-Reviewer: Idan Shaby <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
