Liron Ar has posted comments on this change.
Change subject: core: [WIP] add memory volume to snapshot entity
......................................................................
Patch Set 9: (2 inline comments)
....................................................
File
backend/manager/dbscripts/upgrade/03_03_0142_add_memory_volume_column_snapshots.sql
Line 1: --Add memory volume into snapshots
Line 2: SELECT fn_db_add_column('snapshots', 'memory_volume', 'character
varying(255) NOT NULL DEFAULT ''''');
generally - i'm against it being a long string which we separate each time.
I understand that currently it's also the implementation for hibernation - i'm
for changing it in the future if you don't want to handle it in this patch.
....................................................
File
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java
Line 769: SnapshotType.REGULAR,
Line 770: disk.getDescription(),
Line 771: disk.getLastModifiedDate(),
Line 772: disk.getAppList(),
Line 773: StringUtils.EMPTY));
I prefer to use ""..it's shorter :), and also can remove imports/dependencies
in cases StringUtils isn't used to other purposes.
Line 774: }
Line 775: }
Line 776:
Line 777: /**
--
To view, visit http://gerrit.ovirt.org/14053
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iecda4c491fe6e207386edf2a9bf2488ec81a332a
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches