By default, Fuel boots the first disk it detects.
To select a bootable device:
Using the Fuel web UI:
Using the Fuel CLI:
Log in to the Fuel Master node CLI.
Download the configuration file of the node:
fuel node --node-id <node_id> --disk --download
In the disks.yaml
, set bootable: True
for the required node’s
disk. For example:
id: vda
name: vda
bootable: True
size: 50380
volumes:
- keep_data: false
Note
Only one disk can have the bootable: True
attribute at the same
time. Otherwise, an error will occur on the settings upload.
Upload the changes:
fuel node --node-id <node_id> --disk --upload
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.