Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: do not create db md5 files in production
......................................................................

packaging: do not create db md5 files in production

this is used only for debug and is stored at datadir which is invalid.

Change-Id: Ie1865d15e6c9ab7ffb3cf300f83820435c9df1b8
Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com>
---
M packaging/ovirt-engine-dwh-setup.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/44/22444/1

diff --git a/packaging/ovirt-engine-dwh-setup.py 
b/packaging/ovirt-engine-dwh-setup.py
index 4b7d52b..bd81ae3 100755
--- a/packaging/ovirt-engine-dwh-setup.py
+++ b/packaging/ovirt-engine-dwh-setup.py
@@ -156,6 +156,7 @@
         '-u', db_dict['username'],
         '-s', db_dict['host'],
         '-p', db_dict['port'],
+        '-g',
     ]
 
     # Create db using shell command
@@ -187,6 +188,7 @@
             "-u", db_dict["username"],
             "-d", db_dict['dbname'],
             "-l", "/var/log/ovirt-engine/%s" % dbLogFilename,
+            "-g",
         ]
         os.chdir(PATH_DB_SCRIPTS)
         output, rc = utils.execCmd(


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1865d15e6c9ab7ffb3cf300f83820435c9df1b8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to