Bug 1601613
| Summary: | openstack overcloud image upload fails with "cp: cannot create regular file ‘/httpboot/agent.kernel’: No such file or directory" | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> |
| Component: | python-tripleoclient | Assignee: | Bogdan Dobrelya <bdobreli> |
| Status: | CLOSED ERRATA | QA Contact: | Gurenko Alex <agurenko> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 14.0 (Rocky) | CC: | aschultz, bdobreli, dbecker, emacchi, fhubik, hbrock, jcoufal, jslagle, mburns, mcornea, morazi, tvignaud |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-tripleoclient-10.3.1-0.20180716131225.300dfb3.el7ost | Doc Type: | Release Note |
| Doc Text: |
The default value of `--http-boot` changed from `/httpboot` to
`/var/lib/ironic/httpboot` as containerized Ironic services
expect.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-11 11:50: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: | |||
|
Description
Alexander Chuzhoy
2018-07-16 22:37:38 UTC
It works without errors after applying the patch from https://review.openstack.org/575003 We seem to be hitting this issue in downstream CI, puddle 2018-07-24.6: $ openstack overcloud image upload --update-existing Image "overcloud-full-vmlinuz" was uploaded. +--------------------------------------+------------------------+-------------+---------+--------+ | ID | Name | Disk Format | Size | Status | +--------------------------------------+------------------------+-------------+---------+--------+ | 72e8746a-5679-4ce3-a433-ddd6785fad56 | overcloud-full-vmlinuz | aki | 6385968 | active | +--------------------------------------+------------------------+-------------+---------+--------+ Image "overcloud-full-initrd" was uploaded. +--------------------------------------+-----------------------+-------------+----------+--------+ | ID | Name | Disk Format | Size | Status | +--------------------------------------+-----------------------+-------------+----------+--------+ | 8d58e1ae-7b6d-4bb2-8a7c-788bd15bfa4d | overcloud-full-initrd | ari | 63625290 | active | +--------------------------------------+-----------------------+-------------+----------+--------+ Image "overcloud-full" was uploaded. +--------------------------------------+----------------+-------------+------------+--------+ | ID | Name | Disk Format | Size | Status | +--------------------------------------+----------------+-------------+------------+--------+ | 49255b3f-deec-44e4-9a28-77e6e399f188 | overcloud-full | qcow2 | 1054932992 | active | +--------------------------------------+----------------+-------------+------------+--------+ Image "bm-deploy-kernel" was uploaded. +--------------------------------------+------------------+-------------+---------+--------+ | ID | Name | Disk Format | Size | Status | +--------------------------------------+------------------+-------------+---------+--------+ | 33cf375a-d837-4d21-8526-c2031abdf707 | bm-deploy-kernel | aki | 6385968 | active | +--------------------------------------+------------------+-------------+---------+--------+ Image "bm-deploy-ramdisk" was uploaded. +--------------------------------------+-------------------+-------------+-----------+--------+ | ID | Name | Disk Format | Size | Status | +--------------------------------------+-------------------+-------------+-----------+--------+ | 0018cb04-6b3e-497d-aceb-3a683897741e | bm-deploy-ramdisk | ari | 425404821 | active | +--------------------------------------+-------------------+-------------+-----------+--------+ cp: cannot create regular file ‘/httpboot/agent.kernel’: No such file or directory Command 'sudo cp -f "./ironic-python-agent.kernel" "/httpboot/agent.kernel"' returned non-zero exit status 1 python-tripleoclient-heat-installer-10.3.1-0.20180716131224.300dfb3.el7ost.noarch python-tripleoclient-10.3.1-0.20180716131224.300dfb3.el7ost.noarch instack-undercloud-9.1.1-0.20180716115151.bc82d48.el7ost.noarch The downstream change is in-place since July 2018, and according to https://bugzilla.redhat.com/show_bug.cgi?id=1601613#c3 , it is ready for testing in puddles 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-2019:0045 |