pveceph: typo/language followups

Reported-by: Aaron Lauterer <a.lauterer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-11 16:24:30 +01:00
parent b631c35ee4
commit 54f20853fe

View File

@ -809,7 +809,8 @@ Destroy CephFS
WARNING: Destroying a CephFS will render all of its data unusable. This cannot be WARNING: Destroying a CephFS will render all of its data unusable. This cannot be
undone! undone!
To completely an cleanly remove a CephFS, the following steps are necessary: To completely and gracefully remove a CephFS, the following steps are
necessary:
* Disconnect every non-{PVE} client (e.g. unmount the CephFS in guests). * Disconnect every non-{PVE} client (e.g. unmount the CephFS in guests).
* Disable all related CephFS {PVE} storage entries (to prevent it from being * Disable all related CephFS {PVE} storage entries (to prevent it from being
@ -825,8 +826,9 @@ umount /mnt/pve/<STORAGE-NAME>
Where `<STORAGE-NAME>` is the name of the CephFS storage in your {PVE}. Where `<STORAGE-NAME>` is the name of the CephFS storage in your {PVE}.
* Now make sure that no metadata server (`MDS`) is running for that CephFS, * Now make sure that no metadata server (`MDS`) is running for that CephFS,
either by stopping or destroying them. This can be done either via the web either by stopping or destroying them. This can be done through the web
interface or via the command line interface, by issuing: interface or via the command line interface, for the latter you would issue
the following command:
+ +
---- ----
pveceph stop --service mds.NAME pveceph stop --service mds.NAME