Greg Padgett has uploaded a new change for review. Change subject: core: cluster dao test ......................................................................
core: cluster dao test Fix regression in cluster dao test from I5847d234e396fe8a83017fb25a5139f552e7c61b Change-Id: I4fbe12608ddf6e305d05cb869890e9e2ba018e24 Bug-Url: https://bugzilla.redhat.com/784521 Signed-off-by: Greg Padgett <gpadg...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/36/11236/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java index e6eecbe..5022ced 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java @@ -81,6 +81,7 @@ @Type(type = "guid") private NGuid storagePoolId; + @Size(max = BusinessEntitiesDefinitions.CLUSTER_NAME_SIZE) @Column(name = "storage_pool_name") private String storagePoolName; -- To view, visit http://gerrit.ovirt.org/11236 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4fbe12608ddf6e305d05cb869890e9e2ba018e24 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Padgett <gpadg...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches