Openstack Pike + LXD with ZFS - cannot convert image to raw
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Charm Test Infra |
Invalid
|
Low
|
Unassigned | ||
OpenStack Nova Compute Charm |
Fix Released
|
Medium
|
Andrew McLeod |
Bug Description
Deploying Pike on arm64 - during instance creation nova reports the following error:
fault | {"message": "Build of instance 3460a1bc-
| | filter_properties) |
| | File \"/usr/
Further investigation of nova-compute logs reveals:
Unable to convert image to raw: Unexpected error while running command.
Command: qemu-img convert -t none -O raw -f qcow2 /var/lib/
Exit code: 1
Stdout: u''
Stderr: u"qemu-img: file system may not support O_DIRECT\nqemu-img: Could not open '/var/lib/
Full log:
tags: |
added: openstack-version.ocata removed: ocata |
tags: | added: arm64 |
Changed in nova: | |
status: | New → Confirmed |
Changed in charm-nova-compute: | |
milestone: | none → 17.11 |
Changed in charm-nova-compute: | |
status: | Fix Committed → Fix Released |
Additionally, this does not affect s390x (only arm64)