Tal Nisan has posted comments on this change. Change subject: webadmin: Disable changing of DC when adding a new external disk (#833120) ......................................................................
Patch Set 1: (3 inline comments) .................................................... File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/DiskModel.java Line 735: Boolean isInVm = (Boolean) getIsInVm().getEntity(); Indeed, unlike when a user create a disk from the Disks menu which will not be attached to a VM upon saving Line 736: Boolean isInternal = (Boolean) getIsInternal().getEntity(); Indeed Line 738: getDataCenter().setIsAvailable(!isInVm && !isInternal); Yes, it indeed posing a problem for an internal disk which is created not inside a VM, uploaded a new patch -- To view, visit http://gerrit.ovirt.org/5710 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7da92ffbfaa265c40b9df1d55bde871d409f32a8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
