summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-09 11:00:50 +0000
committerGerrit Code Review <review@openstack.org>2021-12-09 11:00:50 +0000
commit60df149c8f56148d16317ac225fb8a44d2314858 (patch)
treec20f4e79c17a3099aff751973da5d4629ef646fb /releasenotes
parent8abc930d974e426025b97ffb35400f1b57511d25 (diff)
parent12f5f30e630b98c8b69d4aa201f5c23b2ca85824 (diff)
downloadironic-python-agent-60df149c8f56148d16317ac225fb8a44d2314858.tar.gz
Merge "Instruct qemu-img to write image zeros to disk."
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/qemu-write-zeros-2edbf3152c57e2b6.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/qemu-write-zeros-2edbf3152c57e2b6.yaml b/releasenotes/notes/qemu-write-zeros-2edbf3152c57e2b6.yaml
new file mode 100644
index 00000000..8b79dc23
--- /dev/null
+++ b/releasenotes/notes/qemu-write-zeros-2edbf3152c57e2b6.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ IPA instructs qemu-img to write image zeros to disk.
+ Doing this will cause it not to zero out the entire
+ block device which can be very costly on a slow HDD.