Maor Lipchuk has uploaded a new change for review. Change subject: core: Add connection to DB at the end of the validation. ......................................................................
core: Add connection to DB at the end of the validation. Adding a faulty storage connection will cause the command to fail but the connection will still be saved in the storage_server_connections table. The proposed fix is to add the connection to the DB, only after all the validation has been validated. Change-Id: I6e1387295f4c24f4222b57924ec2f4380411c5f4 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AddStorageServerConnectionCommand.java 1 file changed, 8 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/3784/1 -- To view, visit http://gerrit.ovirt.org/3784 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6e1387295f4c24f4222b57924ec2f4380411c5f4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
