diff options
author | Ken Dreyer <kdreyer@redhat.com> | 2022-11-18 22:24:30 +0100 |
---|---|---|
committer | Ken Dreyer <kdreyer@redhat.com> | 2022-11-18 22:28:01 +0100 |
commit | 02c2ef8c3b524ed6e1cf6568b1242fa063eedaa2 (patch) | |
tree | 50a04ac8e32d61d8a0337bb3cc8a57418c9fd354 /doc/rbd | |
parent | Merge pull request #48938 from ljflores/wip-curl-error (diff) | |
download | ceph-02c2ef8c3b524ed6e1cf6568b1242fa063eedaa2.tar.xz ceph-02c2ef8c3b524ed6e1cf6568b1242fa063eedaa2.zip |
doc: display Windows RBD drive letter
Give the Powershell command that identifies the Windows drive letter
when partitioning a new RBD image.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Diffstat (limited to 'doc/rbd')
-rw-r--r-- | doc/rbd/rbd-windows.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rbd/rbd-windows.rst b/doc/rbd/rbd-windows.rst index 36d6f242a6c..cb07c886ad5 100644 --- a/doc/rbd/rbd-windows.rst +++ b/doc/rbd/rbd-windows.rst @@ -139,6 +139,10 @@ initializes a partition:: New-Partition -AssignDriveLetter -UseMaximumSize | ` Format-Volume -Force -Confirm:$false + # Show the partition letter (for example, "D:" or "F:"): + (Get-Partition -DiskNumber $diskNumber).DriveLetter + + Limitations ----------- |