summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-23 00:18:45 +0000
committerGerrit Code Review <review@openstack.org>2020-10-23 00:18:45 +0000
commitce0513796066c1294008106b37cff6e254c42c03 (patch)
tree70ae3cc51eb3522d707383e6f1dffd06a2d82ed1 /doc/source
parent7ce28885c09a598302a945f65ac28ac20514f79a (diff)
parent0a6862218707cd6a4af9fe66c7eaf1ad42d0d009 (diff)
downloadironic-ce0513796066c1294008106b37cff6e254c42c03.tar.gz
Merge "Allow passing rootfs_uuid for the standalone case"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/install/standalone.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/install/standalone.rst b/doc/source/install/standalone.rst
index 8c80eb78a..d747eb059 100644
--- a/doc/source/install/standalone.rst
+++ b/doc/source/install/standalone.rst
@@ -300,6 +300,13 @@ Populating instance_info
* ``ilo_boot_iso``, ``image_source``, ``root_gb`` under ``instance_info``.
+#. For software RAID with whole-disk images, the root UUID of the root
+ partition has to be provided so that the bootloader can be correctly
+ installed::
+
+ baremetal node set $NODE_UUID \
+ --instance-info image_rootfs_uuid=<uuid>
+
Deployment
----------