ironic-rootwrap: Executable not found: hexdump
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
Waldemar Znoinski | ||
Mitaka |
Won't Fix
|
Undecided
|
Waldemar Znoinski |
Bug Description
Stderr: u'/var/
Kolla mitaka
type: source
Host os: xenial
Container os: trusty
Pretty much standard build and deploy (all-in-one) commands, not much customisation:
grep -viE "^$|^#" /etc/kolla/
---
config_strategy: "COPY_ALWAYS"
kolla_base_distro: "ubuntu"
kolla_install_type: "source"
openstack_release: "mitaka"
enable_haproxy: "no"
enable_keepalived: "no"
kolla_internal_
docker_registry: "127.0.0.1:4000"
network_interface: "ens3"
neutron_
enable_cinder: "no"
enable_ironic: "yes"
That started to happen only after setting boot:local for ironic node
2016-09-26 15:24:28.147 1 DEBUG oslo_concurrenc
04 -o delete" returned: 0 in 0.115s execute /var/lib/
2016-09-26 15:24:28.148 1 DEBUG ironic.common.utils [req-a4a6a256-
ar/lib/
2016-09-26 15:24:28.148 1 DEBUG ironic.common.utils [req-a4a6a256-
2016-09-26 15:24:28.149 1 DEBUG ironic.common.utils [req-a4a6a256-
2016-09-26 15:24:28.149 1 ERROR ironic.
Command: sudo ironic-rootwrap /etc/ironic/
Exit code: 96
Stdout: u''
Stderr: u'/var/
2016-09-26 15:24:28.150 1 DEBUG ironic.
2016-09-26 15:24:28.150 1 DEBUG ironic.
Fix:
apt install bsdmainutils
Changed in kolla: | |
assignee: | nobody → Waldemar Znoinski (wznoinsk) |
Changed in kolla: | |
importance: | Undecided → High |
status: | New → Triaged |
milestone: | none → newton-rc1 |
Changed in kolla: | |
status: | Triaged → Confirmed |
Changed in kolla: | |
milestone: | newton-rc1 → newton-rc2 |
Reviewed: https:/ /review. openstack. org/381238 /git.openstack. org/cgit/ openstack/ kolla/commit/ ?id=fb915b5a919 b10993f150d9a1d c5da8edbaf29a0
Committed: https:/
Submitter: Jenkins
Branch: master
commit fb915b5a919b109 93f150d9a1dc5da 8edbaf29a0
Author: Jeffrey Zhang <email address hidden>
Date: Tue Oct 4 00:46:18 2016 +0800
Add hexdump package for ironic-conductor container
On RedHat family distro, util-linux provides the hexdump. On Debian
family distro, bsdmainutils provides the hexdump.
Change-Id: If762f570639782 ca477ae4697f354 d88c992613b
Closes-Bug: #1627755