summaryrefslogtreecommitdiff
path: root/releasenotes/notes/wipe-disk-before-deployment-0a8b9cede4a659e9.yaml
blob: f1631f56908b5ef684cc038e2e45907ab8423d05 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - Fixed a bug that was causing grub installation failure. If the disk
    was already coming with a partition table, the conductor was not able
    to wipe it properly and the new partition table would conflict with
    the old one. The issue was only impacting new nodes and installations
    with automated_clean disabled in the configuration.
    A disk instance without preserve_ephemeral is now purged before new deployment.
    See https://bugs.launchpad.net/ironic-lib/+bug/1550604