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, 9 insertions, 0 deletions
diff --git a/doc/source/admin/hardware_managers.rst b/doc/source/admin/hardware_managers.rst
index 6c72ba1a..90e6c298 100644
--- a/doc/source/admin/hardware_managers.rst
+++ b/doc/source/admin/hardware_managers.rst
@@ -121,6 +121,15 @@ containing hints to identify the drives. For example::
'skip_block_devices': [{'name': '/dev/vda', 'vendor': '0x1af4'}]
+To prevent software RAID devices from being deleted, put their volume name
+(defined in the ``target_raid_config``) to the list.
+
+Note: one dictionary with one value for each of the logical disks.
+For example::
+
+ 'skip_block_devices': [{'volume_name': 'large'}, {'volume_name': 'temp'}]
+
+
Shared Disk Cluster Filesystems
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~