Eli Mesika has posted comments on this change.

Change subject: core:encrypt vds_static pm_password field on upgrade to 3.1
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File backend/manager/dbscripts/upgrade/03_00_0420_encrypt_pm_passwd.sh
Line 17: 
Line 18: # get all hosts that have PM configured (vds_id and pm_password)
Line 19: filename=$(mktemp)
Line 20: CMD="select vds_id,pm_password from vds_static where pm_enabled = 
true;"
Line 21: execute_command "${CMD}" ${DATABASE} ${SERVERNAME} ${PORT} > 
${filename}
Done
Line 22: while read line
Line 23: do
Line 24:   # extracting the relevant fields values from each record.
Line 25:   if [ $(echo $line | grep "|" |wc -l) -eq 0 ]; then


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4196ef1070ffabdbc7b8b2846fc4f0340ef07ac8
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to