From 3ab2cddd77531a219a69c1a50fb8cf40cae2b616 Mon Sep 17 00:00:00 2001 From: wangyunqing Date: Wed, 22 Sep 2021 11:05:40 +0800 Subject: [PATCH] doc/rbd/rbd-windows.rst: fix typos Signed-off-by: wangyunqing --- doc/rbd/rbd-windows.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rbd/rbd-windows.rst b/doc/rbd/rbd-windows.rst index f2af4fc9f9063..36d6f242a6ccd 100644 --- a/doc/rbd/rbd-windows.rst +++ b/doc/rbd/rbd-windows.rst @@ -67,7 +67,7 @@ notable differences: * the ``show`` command was added, which describes a specific mapping. This can be used for retrieving the disk path. * the ``service`` command was added, allowing ``rbd-wnbd`` to run as a Windows service. - All mappings are by default perisistent, being recreated when the service + All mappings are by default persistent, being recreated when the service stops, unless explicitly unmapped. The service disconnects the mappings when being stopped. * the ``list`` command also includes a ``status`` column. @@ -133,7 +133,7 @@ initializes a partition:: # The disk must be online before creating or accessing partitions. Set-Disk -Number $diskNumber -IsOffline $false - # Initialize the disk, partition it and create a fileystem. + # Initialize the disk, partition it and create a filesystem. Get-Disk -Number $diskNumber | ` Initialize-Disk -PassThru | ` New-Partition -AssignDriveLetter -UseMaximumSize | ` @@ -159,7 +159,7 @@ Hyper-V disk addressing up using incorrect disks after rebooting the host, which is an important security concern. This issue also affects iSCSI and Fibre Channel disks. -There are a few possible ways of avoding this Hyper-V limitation: +There are a few possible ways of avoiding this Hyper-V limitation: * use an NTFS/ReFS partition to store VHDX image files instead of directly attaching the RBD image. This may slightly impact the IO performance. -- 2.39.5