5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-25 06:03:45 +03:00

934 Commits

Author SHA1 Message Date
Dietmar Maurer
02e6a824e1 use graphviz to generate pve-software-stack.svg
Produces much smaller .svg file
2018-08-16 13:13:57 +02:00
Dietmar Maurer
d38f52f0ba add generated svg images 2018-08-16 10:14:19 +02:00
Dietmar Maurer
50f88938f6 install and use new network diagrams 2018-08-16 10:13:16 +02:00
Dietmar Maurer
1ff5e4e80e thumbnail: allow to reference all images inside /images subdir
Before, we was limited to /images/screenshots/
2018-08-16 10:13:16 +02:00
Dietmar Maurer
49833ad764 add graphviz picture for our default bonded network setup 2018-08-16 10:13:16 +02:00
Dietmar Maurer
6a1bebac98 add graphviz picture for our default routed network setup 2018-08-16 10:13:16 +02:00
Dietmar Maurer
ae803a00f1 pve_network_templates.tt: add macro for ethernet interfaces 2018-08-16 10:13:16 +02:00
Dietmar Maurer
c1801c524c add graphviz picture for our default bridged network setup 2018-08-16 10:13:16 +02:00
Dietmar Maurer
bef01a6104 add framework to generate network graphs using graphviz 2018-08-16 10:13:16 +02:00
Alexandre Derumier
76b6e85702 vxlan-evpn : add documentation to external routing
without bgp between proxmox and external router
2018-08-14 12:27:30 +02:00
Alexandre Derumier
ccecb4f94c split sysctl.conf to symmetric and asymmetric setup 2018-08-14 12:27:09 +02:00
Alexandre Derumier
5dde3d6458 vxlan : remove vlanaware bridge documentation 2018-08-14 12:26:56 +02:00
David Limbeck
d4a9910fec fix #1850: small additions 2018-08-14 12:22:42 +02:00
Alexandre Derumier
1821b137ad add vxlan l3 routing
This add documentation for inter vxlan routing, with frr and anycast gateway.
2018-08-11 11:18:09 +02:00
Dietmar Maurer
445822a946 add documentation for vxlan layer 2 network
Thank to Alexandre Derumier <aderumier@odiso.com> for providing these docs.
2018-08-09 08:03:44 +02:00
Dietmar Maurer
e2a74c9e49 bump version to 5.2-8 2018-08-08 08:52:32 +02:00
Dominik Csapak
0235c7415c add lvm/zfs anchors
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-08-08 07:42:35 +02:00
Thomas Lamprecht
d75e644b20 follow up: fix preformatted-block syntax and newlines
four '-' are enough, common use and as they need to be symmetric also
easier to handle manually.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-31 11:19:53 +02:00
Thomas Lamprecht
b0014034b4 follow up: use higher heading level
else this is not visible in the one-page html document

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-31 11:17:09 +02:00
Stoiko Ivanov
19b04e775f certificate-managment.adoc: describe dir change
Adds a section with example of how to change the default ACME account from the
LE staging to production directory.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-07-31 11:00:09 +02:00
Dietmar Maurer
0dcdd9b1ad bump version to 5.2-7 2018-07-27 11:57:10 +02:00
Dietmar Maurer
56cab8b063 gen-output-format-opts.pl: use correct argument syntax 2018-07-27 11:54:55 +02:00
Dietmar Maurer
186937a028 output-format.adoc: fix typo 2018-07-27 11:50:15 +02:00
Dietmar Maurer
4b334217a0 bump version to 5.2-6 2018-07-27 10:50:25 +02:00
Dietmar Maurer
441ae62852 Makefile GEN_SCRIPTS: add gen-output-format-opts.pl 2018-07-27 10:41:49 +02:00
Dietmar Maurer
ed53a3e668 pve-admin-guide: include pvenode and pvesh docs 2018-07-27 10:23:13 +02:00
Dietmar Maurer
a5d27935ea pvenode.adoc: include output-format.adoc 2018-07-27 10:23:13 +02:00
Dietmar Maurer
2c5571e367 pvesh.adoc: include output-format.adoc 2018-07-27 10:23:13 +02:00
Dietmar Maurer
508a8bd7f8 output-format.adoc: documentation for output format options 2018-07-27 10:23:13 +02:00
Dietmar Maurer
676bbd4a5f pvesh.1-synopsis.adoc: update 2018-07-27 07:54:29 +02:00
Dietmar Maurer
a3eeb58fc8 update pvenode.1-synopsis.adoc 2018-07-26 15:19:32 +02:00
Dietmar Maurer
17eb42a2fc add pvesh.adoc 2018-07-26 15:18:45 +02:00
Thomas Lamprecht
e56030c4d7 api-viewer: use our extjs package
The loading of an external hosted ExtJS is from a time where we did
not have a extra ExtJS package as it still was in the pve-manager
one, which was not desired to be installed on a non-pve machine.
Add a dependency on libjs-extjs and a link from api-viewer/extjs to
the installation directory of the ExtJS package, this allows to reuse
ExtJS on PVE node hosted docs and on the hosted docs from proxmox.com
at the same time.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-26 14:11:00 +02:00
Thomas Lamprecht
de7763697d api-viewer: use 'normal' over 'touch' theme
The touch feels super zoomed, and the api-viewer is probably much
more viewed through a desktop/laptop not a mobile device with small
high-dpi touch screen.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-26 14:10:45 +02:00
Thomas Lamprecht
b23bc10ebd api-viewer: use much smaller minified extjs
Use the over 4 times smaller minfied version of ExtJS, not the debug
one.

Any developer can easily use the debug version if needed, but most of
the times it this isn't the case.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-26 14:10:33 +02:00
Thomas Lamprecht
d986fd9040 bump version to 5.2-5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-10 12:07:54 +02:00
Thomas Lamprecht
a82d3cc35a wiki: add CephFS link to storage page
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-10 11:42:56 +02:00
Thomas Lamprecht
5da3d723c1 update static files
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-10 11:35:10 +02:00
Thomas Lamprecht
8119f671e1 add references to storage docs
so that they can be easily referenced, by the WebUI for example

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-06 13:30:35 +02:00
Thomas Lamprecht
12eb9705ac storage: iscsi: don't use links in headers
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-06 12:09:38 +02:00
Thomas Lamprecht
c78756bedc pveceph: followup: fix grammar
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-06 09:19:43 +02:00
Thomas Lamprecht
86be506d85 pveceph: reword RAID paragraph
The "While ..." sentence seemed unfinished, reword paragraph

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-05 18:22:29 +02:00
Thomas Lamprecht
04ba9b2466 pveceph: followup: refactor advantage list
remove duplicated 'Easy management' point.
Remove 'no signle point of failure' as it's very easy to setup a
ceph cluster with lot's of single point of failures, ceph allows to
avoid them, but does not magically do so - so do not lull an unknown
user into false hope.
Use {pve} makro and rewor heading to a more "what's cool on ceph
_with_ pve" one.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-05 18:18:05 +02:00
Alwin Antreich
a474ca1f74 Update pveceph
* 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>
2018-07-05 17:41:28 +02:00
Thomas Lamprecht
6a8897ca46 cephfs: reduce duplication of RBD docs and reword
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>
2018-07-05 17:36:38 +02:00
Alwin Antreich
669bce8b0e Add storage plugin CephFS to docs
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2018-07-05 16:08:13 +02:00
Wolfgang Bumiller
5ec2497fc1 fix #1818: use NTP instead of Servers in timesyncd.conf
'Servers' should still work but it was changed to 'NTP'
quite a while ago...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-06-20 09:59:55 +02:00
Thomas Lamprecht
718ea5cb03 faq: add upgrade point
add a short FAQ point regarding upgrades (minor and major), with
anchor so that we can link better to it, e.g., from a EOL notice.
2018-05-28 15:38:39 +02:00
Dietmar Maurer
04222b448b use new helper PVE::RESTHandler::api_dump_remove_refs() 2018-05-18 10:56:13 +02:00
Dietmar Maurer
edd8c4854d bump version to 5.2-4 2018-05-16 13:11:55 +02:00