Bug 1366347
| Summary: | [RFE] preserve boot order when setting a boot device | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Kambiz Aghaiepour <kambiz> |
| Component: | instack-undercloud | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED DUPLICATE | QA Contact: | Arik Chernetsky <achernet> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 9.0 (Mitaka) | CC: | athomas, bfournie, dbecker, dsneddon, jeder, kambiz, mburns, mcornea, morazi, racedoro, rhel-osp-director-maint, sasha, smalleni, tvignaud, wfoster |
| Target Milestone: | Upstream M2 | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | aos-scalability-34 | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-20 11:00:43 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: | 1473267 | ||
|
Description
Kambiz Aghaiepour
2016-08-11 17:37:28 UTC
Seeing this RHOP 10 as well. One possible workaround was to unset the boot_option in the flavors. However this seems to break things before we can even introspect. Running the following on a newly installed undercloud and pinning flavors to host:
$ nova flavor-key control unset capabilities:boot_option
$ nova flavor-key compute unset capabilities:boot_option
$ nova flavor-key baremetal unset capabilities:boot_option
$ nova flavor-key block-storage unset capabilities:boot_option
$ nova flavor-key ceph-storage unset capabilities:boot_option
$ nova flavor-key swift-storage unset capabilities:boot_option
causes the introspection to barf entirely, eg.
377dbddf-7d96-4ca9-8e2e-cf284108809e: Unexpected exception ValueError during processing: dictionary update sequence element #0 has length 1; 2 is required
080e3c79-0993-4f9d-8b73-f8d73703c7ed: Unexpected exception ValueError during processing: dictionary update sequence element #0 has length 1; 2 is required
f33da2b7-539d-4631-a116-eedf696ad354: Unexpected exception ValueError during processing: dictionary update sequence element #0 has length 1; 2 is required
cf4d467e-6fde-44a4-ac07-89269f39a3ba: Unexpected exception ValueError during processing: dictionary update sequence element #0 has length 1; 2 is required
Also:
$ openstack overcloud profiles list
dictionary update sequence element #0 has length 1; 2 is required
Checking in here, any updates on this please? Hi! This is actually a whole RFE. What complicates it is that not all drivers even allow to change the boot order (vs changing the boot device). We have an existing request for Dell. *** This bug has been marked as a duplicate of bug 1394884 *** |