Ravi Nori has uploaded a new change for review.

Change subject: core: LocalAdminPassword exception after engine restart
......................................................................

core: LocalAdminPassword exception after engine restart

After oVirt host comes up from reboot, we see
javax.crypto.BadPaddingException: Data must start with zero
exception in engine.log:

Change-Id: I3eb388c1cc806bdf190ceea7da222e1aa1843c52
Bug-Url: https://bugzilla.redhat.com/994454
Signed-off-by: Ravi Nori <rn...@redhat.com>
---
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/17934/1

diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 
b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
index a2a4e06..22235cb 100644
--- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
+++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
@@ -583,7 +583,7 @@
 select 
fn_db_add_config_value('PollUri','AttestationService/resources/PollHosts','general');
 select 
fn_db_add_config_value('AttestationTruststore','TrustStore.jks','general');
 select fn_db_add_config_value('AttestationPort','8443','general');
-select 
fn_db_add_config_value('AttestationTruststorePass','password','general');
+select fn_db_add_config_value('AttestationTruststorePass','','general');
 select fn_db_add_config_value('AttestationServer','','general');
 select fn_db_add_config_value('AttestationFirstStageSize','10','general');
 


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

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

Reply via email to