Alon Bar-Lev has posted comments on this change.

Change subject: packaging: Updated all utilities to use backup.sh instead of 
pg_dump
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File packaging/fedora/setup/common_utils.py
Line 813:     logging.debug("%s DB Backup started", db)
Line 814: 
Line 815:     # Run backup
Line 816:     db_backup = os.path.join(basedefs.DIR_DB_SCRIPTS,
Line 817:                              basedefs.FILE_DB_BACKUP_SCRIPT)
I disagree.

There is no need to specify the directory twice.

Fix the log messages if you don't think it is clear, other code will benefit 
from this fix.
Line 818:     cmd = [
Line 819:         db_backup,
Line 820:         "-u", user,
Line 821:         "-s", host,


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I011bc64d989cfba602977fd3f9522ea2c329aedc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knese...@redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgold...@redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to