From bd0a87fb5c72c9a837356970f4ad95ded46e769d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 24 Mar 2021 23:10:44 +0800 Subject: [PATCH] doc/install/windows-troubleshooting: fix typo and tweak the format a little bit Signed-off-by: Kefu Chai --- doc/install/windows-troubleshooting.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/install/windows-troubleshooting.rst b/doc/install/windows-troubleshooting.rst index 355fd88032c..6be37562f4e 100644 --- a/doc/install/windows-troubleshooting.rst +++ b/doc/install/windows-troubleshooting.rst @@ -10,7 +10,9 @@ MSI installer The MSI source code can be consulted here: https://github.com/cloudbase/ceph-windows-installer -The following command can be used to generate MSI logs:: +The following command can be used to generate MSI logs + +.. code:: PowerShell msiexec.exe /i $msi_full_path /l*v! $log_file @@ -48,7 +50,7 @@ can be used. ``gdb`` can debug running Windows processes but it cannot open Windows minidumps. The following ``gdb`` fork may be used until this functionality is merged upstream: https://github.com/ssbssa/gdb/releases. As an alternative, ``DWARF`` symbols -can be converted using ``cv2pdb`` but be aware that this tool has limitted C++ +can be converted using ``cv2pdb`` but be aware that this tool has limited C++ support. ceph tool -- 2.39.5