From: Peter Maydell Date: Thu, 12 Nov 2020 14:40:41 +0000 (+0000) Subject: docs/system/pr-manager.rst: Fix minor docs nits X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c6ff78563ad2971f289168c7cae6ecb0b4359516;p=qemu.git docs/system/pr-manager.rst: Fix minor docs nits Fix a couple of nits in pr-manager.rst: * the title marker for the top level heading is overlength * stray capital 'R' in the middle of a sentence Signed-off-by: Peter Maydell Reviewed-by: Alex Bennée --- diff --git a/docs/system/pr-manager.rst b/docs/system/pr-manager.rst index 3f5b9f94dc..b19a0c15e6 100644 --- a/docs/system/pr-manager.rst +++ b/docs/system/pr-manager.rst @@ -1,8 +1,8 @@ -====================================== +=============================== Persistent reservation managers -====================================== +=============================== -SCSI persistent Reservations allow restricting access to block devices +SCSI persistent reservations allow restricting access to block devices to specific initiators in a shared storage setup. When implementing clustering of virtual machines, it is a common requirement for virtual machines to send persistent reservation SCSI commands. However,