diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-11-12 14:40:41 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-11-23 11:10:04 +0000 |
commit | c6ff78563ad2971f289168c7cae6ecb0b4359516 (patch) | |
tree | a194b4f7e1f115dc8ac02472b4c8c9e00a45a8cd | |
parent | 773ee3f1ea50eb996cced930cc29b1b27bfbc6fa (diff) | |
download | qemu-c6ff78563ad2971f289168c7cae6ecb0b4359516.zip |
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 <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r-- | docs/system/pr-manager.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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, |