Idan Shaby has uploaded a new change for review.

Change subject: packaging: Fixed a Call to Insertstorage_domain_static
......................................................................

packaging: Fixed a Call to Insertstorage_domain_static

The call to Insertstorage_domain_static lacked the last parameter,
v_wipe_after_delete.

Change-Id: Ief1674fd48c3574d60f9ffecc525c4b36c75b938
Related-To: https://bugzilla.redhat.com/1073448
Signed-off-by: Idan Shaby <ish...@redhat.com>
---
M packaging/dbscripts/inst_sp.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/57/36357/1

diff --git a/packaging/dbscripts/inst_sp.sql b/packaging/dbscripts/inst_sp.sql
index 338f584..f398d72 100644
--- a/packaging/dbscripts/inst_sp.sql
+++ b/packaging/dbscripts/inst_sp.sql
@@ -26,7 +26,7 @@
         -- Insert storage server connection info
         perform 
Insertstorage_server_connections(v_connection,cast(v_connection_id as 
varchar(250)),NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL);
         -- Insert storage domain static info
-        perform 
Insertstorage_domain_static(v_storage_domain_id,cast(v_connection_id as 
varchar(250)),v_name,v_name,'',1,2,'0',0);
+        perform 
Insertstorage_domain_static(v_storage_domain_id,cast(v_connection_id as 
varchar(250)),v_name,v_name,'',1,2,'0',0, FALSE);
         -- Insert storage domain dynamic  info
         perform 
Insertstorage_domain_dynamic(v_available,v_storage_domain_id,v_used);
     end if;


-- 
To view, visit http://gerrit.ovirt.org/36357
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief1674fd48c3574d60f9ffecc525c4b36c75b938
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ish...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to