summaryrefslogtreecommitdiff
path: root/doc/source/admin/hardware_managers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/admin/hardware_managers.rst')
-rw-r--r--doc/source/admin/hardware_managers.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/source/admin/hardware_managers.rst b/doc/source/admin/hardware_managers.rst
index ddc7dacf..6c72ba1a 100644
--- a/doc/source/admin/hardware_managers.rst
+++ b/doc/source/admin/hardware_managers.rst
@@ -113,10 +113,13 @@ unsafe conditions from occuring.
Devices Skip List
~~~~~~~~~~~~~~~~~
-A list of devices that Ironic does not touch during the cleaning process
-can be specified in the node properties field under
+A list of devices that Ironic does not touch during the cleaning and deployment
+process can be specified in the node properties field under
``skip_block_devices``. This should be a list of dictionaries
-containing hints to identify the drives.
+containing hints to identify the drives. For example::
+
+ 'skip_block_devices': [{'name': '/dev/vda', 'vendor': '0x1af4'}]
+
Shared Disk Cluster Filesystems
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~