Moti Asayag has posted comments on this change. Change subject: core: Fix the Network QoS unit translation ......................................................................
Patch Set 1: (1 comment) .................................................... File backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilder.java Line 43: private static final String DEVICES = "devices"; Line 44: private static final String USB_BUS = "usb"; Line 45: private final static String FIRST_MASTER_MODEL = "ich9-ehci1"; Line 46: private static final String CLOUD_INIT_VOL_ID = "config-2"; Line 47: private static final int MEGABITS_TO_KILOBYTES = 1024/8; why not the result of it? Line 48: private static final int MEGABYTES_TO_KILOBYTES = 1024; Line 49: Line 50: private final List<Map<String, Object>> devices = new ArrayList<Map<String, Object>>(); Line 51: private List<VmDevice> managedDevices = null; -- To view, visit http://gerrit.ovirt.org/18398 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib299bc401aa9863717a663666d19ba1ae4ef3aba Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-Reviewer: ofri masad <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
