Roy Golan has uploaded a new change for review. Change subject: core: db - fixing wrong nfs_version argument in storage_san.sp ......................................................................
core: db - fixing wrong nfs_version argument in storage_san.sp 67761e1f513bdd17915ba7a47a6597ab23c4326d refactored nfs_version type and the insert sp but missed the update. Change-Id: Id9a2f060164f17e01db30f84bdf87a91c9b25769 Signed-off-by: Roy Golan <[email protected]> --- M backend/manager/dbscripts/storages_san_sp.sql 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/9459/1 diff --git a/backend/manager/dbscripts/storages_san_sp.sql b/backend/manager/dbscripts/storages_san_sp.sql index dad6c9a..f7a985e 100644 --- a/backend/manager/dbscripts/storages_san_sp.sql +++ b/backend/manager/dbscripts/storages_san_sp.sql @@ -359,7 +359,7 @@ v_user_name VARCHAR(50), v_mount_options VARCHAR(500), v_vfs_type VARCHAR(128), - v_nfs_version smallint, + v_nfs_version VARCHAR(4), v_nfs_timeo smallint, v_nfs_retrans smallint) -- To view, visit http://gerrit.ovirt.org/9459 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id9a2f060164f17e01db30f84bdf87a91c9b25769 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
