bifrost/releasenotes/notes/httpboot-f3891f6343c96914.yaml
Dmitry Tantsur 779e4d8a1c Move /httpboot to /var/lib/ironic
There is no guarantee that /var is not on a separate filesystem. Also
we should not pollute the root directory with our stuff.

The TFTP directory /tftpboot is left where it is, since it needs to be
accessed by dnsmasq. We may consider moving it later on.

Removes the wildly outdated statement about purging the image cache
from the documentation.

Change-Id: Ib1e46e7a9c5eec193082858614026ca4c9f537ac
2022-01-05 16:07:15 +01:00

16 lines
611 B
YAML

---
upgrade:
- |
The location of the HTTP boot directory has been changed to
``/var/lib/ironic/httpboot``. Please avoid running cleanings or deployments
during the upgrade, otherwise PXE booting may fail until Ironic rebuilds
the iPXE configuration.
Any custom images will not be migrated from the old location ``/httpboot``,
please migrate them manually if needed. You may remove the old location
after the upgrade.
fixes:
- |
Makes sure the image cache directories are on the same filesystem as
the PXE/HTTP directories to avoid the "Invalid cross-device link" error.