Wolfgang Bumiller
00c6976d98
fixup: E.g. -> For example
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-11-15 10:05:29 +01:00
Thomas Lamprecht
1a5554fc2f
fix #1138 : installation: note how one can progress with keyboard only
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-15 10:04:07 +01:00
Nick Chevsky
53cbac409b
Remove SCSI exclusivity from "Discard" drive option
...
This documents the recent move [1] to make the formerly SCSI-exclusive
"Discard" option also available to IDE and SATA drives, and explains
its dependency on either VirtIO SCSI or SSD emulation [2].
[1] https://git.proxmox.com/?p=pve-manager.git;a=commit;h=ee4b837692bf3d0f50b6cb8f29a5272e9a632430
[2] https://git.proxmox.com/?p=pve-docs.git;a=commit;h=25203dc111c1af5a1e100246954d1467535676c7
Signed-off-by: Nick Chevsky <nchevsky@gmail.com>
2018-11-15 08:59:35 +01:00
Wolfgang Bumiller
1121e9ca86
bump version to 5.2-10
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-11-14 15:27:39 +01:00
Dominik Csapak
b08ec02409
add qmeventd manpage
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-14 15:24:05 +01:00
Thomas Lamprecht
a4ca3a6621
README: document list continuations
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-14 08:09:23 +01:00
Thomas Lamprecht
6925e2aa9a
README: note level 4 heading issues
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-14 08:08:54 +01:00
Thomas Lamprecht
d25f097cfc
qm pci passthrough: follow up enhancements
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-14 08:04:51 +01:00
Dominik Csapak
050192c59d
add documentation for mediated devices
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-13 19:00:49 +01:00
Dominik Csapak
39d84f286a
qm: remove 4th level heading and fix typos
...
manpages cannot have a 4th section, replace them with
titles
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-13 19:00:30 +01:00
David Limbeck
bf5de2d9ac
fix #1975 : extend 'My Settings' documentation
...
add a section for 'My Settings' documenting Dashboard Storages, clear
user name, reset layout and xterm.js settings
Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
2018-11-13 15:11:50 +01:00
Thomas Lamprecht
e4b62d04b8
pvecm: note about PVE 4.X and 5.X cluster compatibility
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-13 13:30:50 +01:00
Thomas Lamprecht
9a7396aa65
followup #1850 : pvecm: referencing all nodes in etc/hosts is not necessarry
...
...for a cluster to work, as we can corosync can use multicast to
from the totem ring and we then can use that to communicate the other
nodes cluster IP.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-13 13:29:52 +01:00
Thomas Lamprecht
c15cdfba0d
pvecm: mark all console commands the same way
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-13 13:22:09 +01:00
Thomas Lamprecht
30101530ad
#1850 followup: pvecm: you can use SSH or API to create cluster
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-13 13:04:36 +01:00
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