Bug 1333943
Summary: | engine-setup 3.5.8 > 3.6.5 fails with RSAError: data too large for modulus | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Javier Coscia <jcoscia> |
Component: | ovirt-engine | Assignee: | Yedidyah Bar David <didi> |
Status: | CLOSED NOTABUG | QA Contact: | meital avital <mavital> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.7 | CC: | gklein, jcoscia, lsurette, rbalakri, Rhev-m-bugs, sbonazzo, srevivo, stirabos, ykaul |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-18 14:16:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Javier Coscia
2016-05-06 18:06:21 UTC
Is this reproducible on your own system? Javier, could you please ask how long that password is? I think that the maximum allowed is 245 bytes (In reply to Yedidyah Bar David from comment #5) > Is this reproducible on your own system? Didi, I haven't tried this yet. Will see if I can reproduce this issue and share the results. (In reply to Simone Tiraboschi from comment #6) > Javier, > could you please ask how long that password is? > I think that the maximum allowed is 245 bytes Simone, customer shared the password for the admin@internal user, it's a short one, so I don't think we are having issues there. Customer tried to reproduce this in his environment to share the exact steps he followed and the procedure worked this time. I've asked a new LogCollector to upload the setup logs, will upload it as soon as I have it. Let me know if you need additional information from the environment. Will leave the need-info on my side to upload the setup log. This was reproduced by Javier (Thanks!) with the following flow: 1. Install and setup 3.5.8. 2. rm /etc/pki/ovirt-engine/ca.pem 3. engine-setup 4. Try to login as admin, get error as above in the log 5. reset admin password 6. Login, see the hosts are not responsive etc. The correct solution is to reinstall all hosts. We are still considering other options for this specific customer/flow. It was found that the ovirt-engine PKI certificates were re-created during the 'engine-setup' process and this caused the hosts to stop communicating with the engine due to a certificate mismatch. After creating a new CSR on host side, sign it with the new ca.pem on engine side, move signed cert to host and restarting libvirtd and vdsmd services, the Web Admin UI was restored and a re-deploy of each hypervisor would be performed later to ensure that all the steps of the 'host-deploy' gets executed with all the registration steps against the hosts with the new PKI keys. KB solution to create CSR and sign it back https://access.redhat.com/solutions/2301831 Closing this BZ Dropping needinfo on me, you already handled the BZ. |