cb793d0136
Partial-Bug: #1712860 Change-Id: Id467f5a917e61643823a9d82faa94516ea250f43
962 B
962 B
Configuring PXE boot interface
Enable persistent boot device for deploy/clean operation
Ironic uses non-persistent boot for cleaning/deploying phases as default, in PXE interface. For some drivers, a persistent change is far more costly than a non-persistent one, so this can bring performance improvements.
Enable persistent boot device on node
Set the flag
force_persistent_boot_device
toTrue
in the node'sdriver_info
:$ openstack baremetal node set --driver-info force_persistent_boot_device=True <node>
Note
It's recommended to check if the node's state has not changed as there is no way of locking the node between these commands.
Once the flag is present, the next cleaning and deploy steps will be done with persistent boot for that node.