Thomas Lamprecht
cc38b9254c
html: avoid horizontal overflows, break-word and limit image width
...
break-work affects very long lines on all widths, as pre/monospaced
elements are limited in their available width. This is only a
rendering word break, i.e., if one copies the data they will get the
original "unbroken" one.
The "max-width=100%" enforces only better visuals where space is
limited anyway.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-29 16:27:51 +01:00
Thomas Lamprecht
22dbd072ed
bump version to 6.1-4
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-28 18:47:48 +01:00
Thomas Lamprecht
8147d1c01f
hci: add Storage section refering to ceph/ZFS
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-28 18:19:47 +01:00
Thomas Lamprecht
4bfe3e35cc
followup: still have hyper-conv. in heading for ceph
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-28 18:19:47 +01:00
Tim Marx
4360c00f30
ceph: move ceph docs to own top level chapter
...
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>
2020-01-28 18:19:47 +01:00
Thomas Lamprecht
63b5518a2c
hci: fix text width to 80cc
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-28 18:19:47 +01:00
Thomas Lamprecht
396e1d03f2
html: use new table-of-contents (toc2) also for individual chapters
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-28 18:19:47 +01:00
Thomas Lamprecht
d7f5c1f706
installation wiki: link to pve on buster
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-28 18:19:47 +01:00
Thomas Lamprecht
ea17ced93d
style new TOC, sans font headings, less noise for links
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-24 13:46:06 +01:00
Thomas Lamprecht
da30f82a27
certs: followup: move hint a bit higher and small improvement
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-24 09:52:26 +01:00
Stoiko Ivanov
4d7de98e38
cert-management: mention symlinks in /etc/pve
...
The warning to not replace the cluster-certificates in '/etc/pve/local' can
be misleading and let users think that '/etc/pve/nodes/NODENAME/pve-ssl.pem'
(and .key) are the files they should replace with a LE/externally signed
certificate.
Explicitly mentioning that '/etc/pve/local' is a symlink to
'/etc/pve/nodes/NODENAME' should make the warning more clear.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2020-01-24 07:37:21 +01:00
Thomas Lamprecht
237d09b998
html: slightly wider TOC for readability
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-22 17:04:17 +01:00
Tim Marx
ab40d1a3c2
move html table of content to sidebar
...
Signed-off-by: Tim Marx <t.marx@proxmox.com>
2020-01-22 13:54:44 +01:00
Thomas Lamprecht
237007ebeb
zfs: fix trailing whitespace in command
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-16 19:08:05 +01:00
Fabian Ebner
dc2d00a059
Fix typos
...
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2020-01-16 19:07:10 +01:00
Fabian Ebner
eaefe61423
Use consistent style for all shell commands
...
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2020-01-16 19:07:10 +01:00
Fabian Ebner
e06707f2d1
Add section 'Compression in ZFS'
...
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2020-01-16 19:07:10 +01:00
Dominic Jäger
b03b8bb6c3
backup restore: Fix syntax for bwlimit example
...
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
2019-12-20 10:35:20 +01:00
Thomas Lamprecht
afbe0fcce5
api-viewer: tree-tools: use modern callback and add tooltips
...
The 'handler' config is deprecated since ExtJS 4.2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-11 15:45:53 +01:00
Thomas Lamprecht
f081718e44
api-viewer: flex search field
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-11 15:45:22 +01:00
Thomas Lamprecht
78bcda1de1
api-viewer: trim trailing slashes and spaces from tree-path url
...
as else the store.findNode(...) works on "/access" but not
"/access/", which some browser auto-complete to.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-11 14:39:03 +01:00
Tim Marx
ab918a4fc7
apiviewer: add search and collapse/expand tools
...
Signed-off-by: Tim Marx <t.marx@proxmox.com>
2019-12-11 14:14:11 +01:00
Tim Marx
16e6779d4c
apiviewer: add api endpoint deeplink ability
...
use #/<endpoint> to deeplink to a specific endpoint
Signed-off-by: Tim Marx <t.marx@proxmox.com>
2019-12-11 14:14:11 +01:00
Dominik Csapak
88a31964c3
add chapter about hibernation and vmstate storage selection
...
and reference it also in the snapshot chapter
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-12-11 08:56:14 +01:00
Thomas Lamprecht
b77cddaade
api-viewer: fine-tune RAW return type showing
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-10 14:51:53 +01:00
Tim Marx
8753d260ad
apiviewer: format return values as grid with optionial toggle raw
...
Signed-off-by: Tim Marx <t.marx@proxmox.com>
2019-12-10 14:30:52 +01:00
Tim Marx
87ec83f4b8
whitespace cleanup
...
Signed-off-by: Tim Marx <t.marx@proxmox.com>
2019-12-10 14:23:22 +01:00
Thomas Lamprecht
8c0f75259d
bump version to 6.1-3
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-02 11:02:33 +01:00
Thomas Lamprecht
e9833be45b
HA: refine docs for migrate shutdown policy
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-02 11:01:41 +01:00
Thomas Lamprecht
de4f5f410f
bump version to 6.1-2
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-02 09:33:47 +01:00
Thomas Lamprecht
40a27a5aa7
pvesr: be more specific about HA and priority redistribution
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-02 09:31:50 +01:00
Thomas Lamprecht
52e23c357d
basic network reload documentation
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-02 09:31:50 +01:00
Oguz Bektas
74662f51a3
pveum: improve tfa section
...
* s/two factor/two-factor
* add explicit mention of TOTP (Time-based One-time Password)
* wrap lines/paragraphs
* minor edits on wording or punctuation
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2019-11-29 15:52:14 +01:00
Thomas Lamprecht
6b035153fe
bump version to 6.1-1
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-27 19:22:07 +01:00
Thomas Lamprecht
3dc611ff4e
followup fixups for HA shutdown policy
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-27 19:22:07 +01:00
Thomas Lamprecht
5c1699e5ef
update static schema/synopsis definitions
...
this time *without* pve-network installed for now.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-27 18:46:15 +01:00
Stefan Reiter
eebb350680
Fix typo in passthrough docs and improve 'Host Configuration' section
...
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2019-11-27 17:17:47 +01:00
Thomas Lamprecht
a4a67cdb74
ha: add shutdown policy docs
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-27 15:42:42 +01:00
Thomas Lamprecht
97d63abc45
add pveum_configure_u2f reference
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-26 17:09:32 +01:00
Fabian Ebner
82f71eea81
Add description for mountpoint property
...
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2019-11-26 17:09:32 +01:00
Thomas Lamprecht
09b4d3c08d
bump version to 6.0-9
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-18 12:51:51 +01:00
Thomas Lamprecht
1c5325464b
update static schema/synopsis definitions
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-18 12:51:42 +01:00
Fabian Grünbichler
19556f5368
use PVE::DataCenterConfig to get schema
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-11-15 10:40:07 +01:00
Dominic Jäger
bb0fdf615f
Fix #2459 : qm: Make info about core limit clear
...
'assigning' could also mean that creating a VM with more cores than physically
available is impossible. However, this is not the case. Using 'starting'
instead is more precise and still easy to understand.
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
2019-11-12 13:41:59 +01:00
Thomas Lamprecht
51e544b624
followup: some clarifcations, small aditions
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-08 14:42:20 +01:00
Fabian Ebner
68029ec8c8
Add section for ZFS Special Device
...
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2019-11-08 13:33:05 +01:00
Alwin Antreich
c78cd2b6ee
pveceph: fix spelling in section Trim/Discard
...
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2019-11-07 14:01:47 +01:00
Alwin Antreich
55d634e651
Fix: pveceph: broken ref anchor pveceph_mgr_create
...
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2019-11-07 13:37:07 +01:00
Aaron Lauterer
0dcd22f5da
qm: spice foldersharing: Add experimental warning
...
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2019-11-06 20:43:46 +01:00
Thomas Lamprecht
b16f8c5f15
ceph: add a bit to Scrub
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-06 19:27:23 +01:00