Bug 1290457
| Summary: | Node registration fails with Introspection timeout | ||
|---|---|---|---|
| Product: | Red Hat Quickstart Cloud Installer | Reporter: | Antonin Pagac <apagac> |
| Component: | Installation - RHELOSP | Assignee: | John Matthews <jmatthew> |
| Status: | CLOSED ERRATA | QA Contact: | Thom Carlin <tcarlin> |
| Severity: | urgent | Docs Contact: | Dan Macpherson <dmacpher> |
| Priority: | urgent | ||
| Version: | 1.0 | CC: | apagac, bthurber, dyocum, jmontleo, mburns, tcarlin, tpapaioa, tsanders |
| Target Milestone: | ga | Keywords: | Triaged |
| Target Release: | 1.0 | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-13 16:23:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1321046, 1342594 | ||
|
Description
Antonin Pagac
2015-12-10 15:08:54 UTC
Have you seen this with the latest composes (in particular the latest OOO iso compose)? We found that the swift services sometimes fail to start during installation because files haven't been created yet, which can cause node introspection to time out. We've filed a bug against OSP and have added a line to restart the swift services at the end of the fusor-underlcoud-installer run. Jason, for TP3 RC1, the nodes registered without problems. I need to try couple of times more just to be on the safe side. I just had a single node introspection fail, leaving the node in powered-on state, so I'm inclined to think the "booting-before-pxe-config has completed" has some merit. Introspection worked with this Dell R630 hardware with 7.1, now it only succeeds intermittently. Here's a new error: | last_error | Failed to change power state to 'power off'. Error: not all arguments | | | converted during string formatting | Bumping to urgent. (In reply to Dan Yocum from comment #9) > Introspection worked with this Dell R630 hardware with 7.1, now it only > succeeds intermittently. Here's a new error: > > > | last_error | Failed to change power state to 'power off'. > Error: not all arguments | > | | converted during string formatting > | > > Bumping to urgent. This specific error is likely due to the ipmitool sending commands too fast to the iDRAC, causing it to freeze up, requiring a power cycle of the entire system. A suggestion has been made to edit /etc/ironic/ironic.conf and add this parameter to the [ipmi] section: min_command_interval=10 Which will force 10s interval between ipmi commands. The operator should adjust this value as necessary. Please re-test with OSP-8 Verified RHOSP Register Node works with QCI 1.2 at least once. Please reopen if this reoccurs. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2016:1862 |