* rephrased some parts
* split large paragraphs
* put CLI commands into own code blocks instead of being inline
* added step to wait until rebalance after OUT is finished
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
having CLI commands in their own blocks instead of inline makes them
stand out quickly and a lot easier to copy & paste.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Remove redundant information that is already described in section
“Destroy OSDs” and link to it.
Mention and link to the troubleshooting section, as replacing the OSD
may not fix the underyling problem.
Mention that the replacement disk should be of the same type and size
and comply with the recommendations.
Mention how to acknowledge warnings of crashed OSDs.
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
Existing information is slightly modified and retained.
Add information:
* Mention and link to the sections "Troubleshooting" and "Replace OSDs"
* CLI commands (pveceph) must be executed on the affected node
* Check in advance the "Used (%)" of OSDs to avoid blocked I/O
* Check and wait until the OSD can be stopped safely
* Use `pveceph stop` instead of `systemctl stop ceph-osd@<ID>.service`
* Explain cleanup option a bit more
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
Existing information is slightly modified and retained.
Add information:
* List which logs are usually helpful for troubleshooting
* Explain how to acknowledge listed Ceph crashes and view details
* List common causes of Ceph problems and link to recommendations for a
healthy cluster
* Briefly describe the common problem "OSDs down/crashed"
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
[AL]: use old anchor to sub chapter that was kept to not break links
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
[AL]: revert and fix subchapter anchor to autogenerated one to not break links
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
The two lists were missing the initial empty line and were
consequently rendered as inline text, which made them hard to read.
Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
Having a optional linkchecker build-target might be nice to catch all
those broken links for sure when run every once in a while.
Reported-by: Melroy van den Berg <melroy89@protonmail.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Commandline/command line/command-line where being used interchangeably,
which is not correct
(see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line).
use command-line when it is an adjective (e.g. "command-line interface")
and use command line when it is a noun (e.g. "change the setting from
the command line")
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Add more headings, update some recommendations to current HW (e.g.,
network and NVMe attached SSD) capabilities and expand recommendations
taking current upstream documentation into account.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
add separate create/add headings below introduction about EC and
streamline a few details like not using spaces in example
<param-name>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
checked for common misspellings. some of the changes (like favourite vs.
favorite or virtualization vs. virtualisation) are because of US vs. UK english
Reviewed-by: Dylan Whyte <d.whyte@proxmox.com>
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
Mostly fixes minor issues and makes it more in line with our writing
guide. Some sections were reworded for better readability.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
In the gui the order is different, so adpat the order here.
While we are at it fix the typo: s/Traget/Target/
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
We can now edit them as well so write that.
Also mention that the 'add as storage' checkbox is only visible when
creating a pool.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
and add the memory target for OSDs, included since Luminous. As well as
distinguish the memory usage between the OSD backends.
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This change should help to make the meanwhile extensive documentation
about ceph more visible, therefore ceph now has it's own chapter which
is sorted more reasonable after the storage chapter. The formerly known
"hyper converged infrastructure" chapter is now integrated in the intro
chapter, as it only contains some general information about this topic,
which is not specific for ceph.
Signed-off-by: Tim Marx <t.marx@proxmox.com>