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

975 Commits

Author SHA1 Message Date
David Limbeck
2da12b297b fix #1959: remove any information regarding 'auto'
Remove any information regarding 'auto' but mention the netplan workaround for SLAAC

Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
2018-11-13 10:11:30 +01:00
Thomas Lamprecht
49f20f1b0f followup: typos, formatting and wording improvements
fix some typos like s/seperate/separate/ passhtrough, ...

Reword some sentences, try to reduces commas per sentence (while I
like them, others don't and they entangle your mind when reading a
bit).

Try to improve formatting, adding some emphasis on abbrevations or
other important things. Ensur all abbrev. are writen uppercase.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-13 09:24:49 +01:00
Dominik Csapak
6e4c46c4cb add documentation for pci passthrough and sr-iov
explain what it is and how to use it, especially the steps necessary
on the host and the various options under one chapter

most of this is also found on the wiki in the Pci_passthrough
article

we may want to condense the information there and link it as
'notes and examples'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-13 07:50:44 +01:00
Thomas Lamprecht
941ff8d3d0 qemu: fix typo s/vmgedid/vmgenid/
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-12 14:37:27 +01:00
Thomas Lamprecht
1368dc0214 qm: display: enahnce and add cirrus description
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-12 14:36:35 +01:00
Dominik Csapak
6cb67d7fd0 add documentation for display types and memory configuration
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-12 13:48:52 +01:00
Nick Chevsky
25203dc111 Document new SSD emulation feature
This change documents the recently added SSD emulation feature for
IDE, SATA, and SCSI drives, which consists of:

* an `ssd` qm.conf flag [1], and
* an "SSD emulation" drive option in pve-manager. [2]

[1] https://git.proxmox.com/?p=qemu-server.git;a=commit;h=6c875f9f315f2dc7a0a3a988622c2efdf089b171
[2] https://git.proxmox.com/?p=pve-manager.git;a=commit;h=6e40f7b0347e4275f6bcc7a484f930d4345d1c8e

Signed-off-by: Nick Chevsky <nchevsky@gmail.com>
2018-11-10 10:58:58 +01:00
Thomas Lamprecht
4bd9bffc98 bump version to 5.2-9
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-10-23 13:03:06 +02:00
Thomas Lamprecht
4d47f12597 make update-static
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-10-23 12:57:54 +02:00
Fabian Grünbichler
68a192b5be d/control: minimize pve-doc-generator depends
we don't actually need the whole dblatex/texlive dependency chain to
generate man pages.

this reduces the current dependency chain of pve-doc-generator in a
minimal chroot from 184 packages (556mb) to 72 packages (90mb):

-asciidoc-dblatex
-dblatex
-dirmngr
-docbook-dsssl
-docbook-utils
-fontconfig-config
-fonts-dejavu-core
-fonts-lmodern
-gnupg
-gnupg-agent
-jadetex
-libassuan0
-libavahi-client3
-libavahi-common-data
-libavahi-common3
-libbsd0
-libcairo2
-libcups2
-libcupsimage2
-libfontconfig1
-libfreetype6
-libglib2.0-0
-libgnutls30
-libgraphite2-3
-libgs9
-libgs9-common
-libgssapi-krb5-2
-libharfbuzz-icu0
-libharfbuzz0b
-libhogweed4
-libice6
-libidn11
-libijs-0.35
-libjbig0
-libjbig2dec0
-libjpeg62-turbo
-libk5crypto3
-libkeyutils1
-libkpathsea6
-libkrb5-3
-libkrb5support0
-libksba8
-liblcms2-2
-libldap-2.4-2
-libldap-common
-libnettle6
-libnpth0
-libnspr4
-libnss3
-libopenjp2-7
-libosp5
-libostyle1c2
-libp11-kit0
-libpaper-utils
-libpaper1
-libpixman-1-0
-libpng16-16
-libpoppler64
-libpotrace0
-libptexenc1
-libsasl2-2
-libsasl2-modules-db
-libsgmls-perl
-libsm6
-libsynctex1
-libtasn1-6
-libtexlua52
-libtexluajit2
-libtiff5
-libx11-6
-libx11-data
-libxau6
-libxaw7
-libxcb-render0
-libxcb-shm0
-libxcb1
-libxdmcp6
-libxext6
-libxi6
-libxmu6
-libxpm4
-libxrender1
-libxt6
-libzzip-0-13
-lynx
-lynx-common
-openjade
-opensp
-pinentry-curses
-poppler-data
-preview-latex-style
-python-apt
-python-apt-common
-sgmlspl
-t1utils
-tex-common
-texlive
-texlive-base
-texlive-bibtex-extra
-texlive-binaries
-texlive-extra-utils
-texlive-fonts-recommended
-texlive-generic-recommended
-texlive-htmlxml
-texlive-latex-base
-texlive-latex-extra
-texlive-latex-recommended
-texlive-pictures
-texlive-science
-ucf
-x11-common
-xdg-utils

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-10-18 14:12:20 +02:00
Fabian Grünbichler
014d77dac0 pve-doc-generator: add rules for API verification
since API verification happens in the same places as man page and bash
completion generation, and is identical across the board.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-10-18 14:12:20 +02:00
Fabian Grünbichler
fff735f96d pve-doc-generator: add rules for bash-completion
while these are not strictly documentation, they use the same mechanisms
and are generated at the same time as the man pages.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-10-18 14:12:20 +02:00
Fabian Grünbichler
54656a43a3 pve-doc-generator: make include dirs configurable
by setting PERL_DOC_INC_DIRS before including pve-doc-generator.mk

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-10-18 14:12:20 +02:00
Rhonda D'Vine
ee0fb57b0f Adjust example cipher string in doc for default
Even though this is meant as an example, it makes sense to keep it in
sync with what the actual default is.

Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>
2018-10-17 08:15:21 +02:00
Wolfgang Bumiller
144d5edebe minor cleanups, typo and whitespace fixes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-01 10:41:37 +02:00
Alexandre Derumier
2975cb7a5d improve spectre/meltdown cpu flags documentation
-add new cpuflags for spectre v4.
-split cpuflags between amd && intel processors
2018-10-01 10:25:16 +02:00
Alexandre Derumier
924c0ec946 firewall doc : remove wrong note
Documentation said that vm need to be restart after enable/disable
firewall option on interface.

This is wrong, the fwbr is added/removed online, and tap are
unplug/plug to fwbr online too
2018-09-27 06:33:41 +02:00
Thomas Lamprecht
cfd48f55a0 qm: vmgenid: add note for initial addition on existing VMs
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-21 16:16:06 +02:00
Thomas Lamprecht
effa481895 qm: vmgenid: fix spacing and reword,
also pass links as footnote, link to a conmon guid generator, ...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-21 16:16:06 +02:00
Dominik Csapak
319d5325c0 qm: add vmgenid documentation
explain how to use it, what it is and a link to further documentation

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-09-21 16:15:56 +02:00
Dietmar Maurer
0c83a706e6 api-viewer: correctly escape html when displaying return types.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2018-09-14 13:36:36 +02:00
Thomas Lamprecht
fd880d44c7 buildsys: allow missing pve-doc-generator.mk on build/clean
Avoids the following warning when running initial building or
running make clean (initially, or twice):

> Makefile:38: pve-doc-generator.mk: No such file or directory

As we can do without this, simply tell make to ignore it if missing.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-13 09:54:12 +02:00
Dominik Csapak
91ef956f9f use https for the website
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-09-13 09:16:13 +02:00
Dominik Csapak
371fa8e0d5 change pricing link to en
since the language on proxmox.com depends on the cookie,
using no language in the url leads to a 404 if the
cookie says 'german', so always link to the english site

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-09-13 09:15:45 +02:00
Fabian Grünbichler
a8b49312f6 d/compat: bump to 10
(enables parallel builds by default)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 09:06:43 +02:00
Fabian Grünbichler
959bc81c13 build: fix broken parallel builds
a2x only supports destination folders for HTML based variants, but fortunately
that is enough in our case without needing extra workarounds.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 09:06:29 +02:00
Fabian Grünbichler
c8311c1edd d/control: add missing build-dependencies
gathered by building in a minimal Debian Stretch chroot with just the
listed build-dependencies installed.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 09:06:15 +02:00
Fabian Grünbichler
b5b9709a1c d/control: bump debhelper build-dependency
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:50:20 +02:00
Fabian Grünbichler
bd21aef95d build: wrap-and-sort debian/
for consistency and easier diffing

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:50:11 +02:00
Fabian Grünbichler
fa764571f6 build: refactor build process
build packages in one go by moving individual .deb targets into install
targets called by dpkg-buildpackage.

all three binary packages are bootstrappable on a straight Debian host,
so there is no need to call dpkg-buildpackage separately for each of
them.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:40:01 +02:00
Alexandre Derumier
59b586cb29 remove note about vlan management interface
This seem wrong,
it's possible to setup management vlan interface
on vlanaware bridge without conflict with vm.

(If vlan management is setup with vmbrX.Y)
2018-09-11 09:24:54 +02:00
Alexandre Derumier
038dc7df35 add vlanaware bridge management vlan configuration 2018-09-11 09:24:25 +02:00
Dietmar Maurer
22a5acc858 used proxmox CI colors for network graphics 2018-09-05 08:41:03 +02:00
Alexandre Derumier
47cf2d10c2 vxlan: increase mtu to 1550
vxlan encapsulation have 50 bytes overhead,so we need to increase
mtu on physical interfaces to avoid fragmentation.
2018-08-28 13:11:34 +02:00
Alexandre Derumier
83c80b5d9a vrf : remove net.ipv4.tcp_l3mdev_accept=1 sysctl tuning
kernel has been patched
https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=49b6d16422120bf40204c40729c17a72e177e690
2018-08-28 13:11:34 +02:00
David Limbeck
a35aad4add fix typos/wording
Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
2018-08-23 14:32:54 +02:00
Dietmar Maurer
beb0ab8082 pve-patch-process.tt: another graphviz example graph
Not used currently.
2018-08-17 12:25:58 +02:00
Dietmar Maurer
d00b6482df remove nwdiag related things
We do not use those graphics.
2018-08-17 09:09:46 +02:00
Dietmar Maurer
33c6f9881e pve-software-stack.tt: cleanup - set global fontname 2018-08-17 09:00:17 +02:00
Dietmar Maurer
891225282b pve-software-stack.tt: add AppArmor and cgroups 2018-08-17 08:54:30 +02:00
Dietmar Maurer
d583c3d3bf pve-software-stack.tt: s/Daemons/Services/ 2018-08-17 08:42:54 +02:00
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