* Combine sections from the wiki
* add section for avoiding RAID controllers
* correct command line for bluestore DB device creation
* minor rewording
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
No point in having half of RBD section duplicated here.
Reference pveceph-chapter, note that upstream considers snapshots
still not completely stable and remind user that he needs to setup a
ceph user secret...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The header markup need to be the same length as the header itself,
else we may get an incorrect output in the following lines.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
* new section about certificate management in sysadmin chapter.
* adaptation of pveproxy and pvenode documentation
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Co-authored-by: René Jochum <r.jochum@proxmox.com>
Swap NFS reference left over from intial copying with CIFS.
Add an CLI add example.
Improve wording, grammar.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
if we have extended information available about what a API call
returns the show it.
Just stringify the items and/or properties object and put it in <pre>
tags.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The generator script for 'qm-cloud-init-opts.adoc' wasn't included in
the pve-doc-generator package.
Add it as else qm.1 fails to build in qemu-server:
> make[2]: *** No rule to make target 'qm-cloud-init-opts.adoc', needed by 'qm.1'. Stop.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
to improve reproducibility of pve-docs, pve-doc-generator and
pve-doc-mediawiki builds, as well as man pages generated by
pve-doc-generator when called via dpkg-buildpackage.
timestamps embedded in the documentation now always reflect the last changelog
entry of the package to which the documentation belongs (pve-docs for html,
epub and pdf, individual packages for man pages).
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>