Alwin Antreich
fdbb2634fb
Fix #2015 : add how to get a auth secret for cephfs
...
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2019-02-13 09:57:30 +01:00
Thomas Lamprecht
7de8bba68d
asciidoc-pve: ignore link targets for non-manpages
...
To allow linking from to a chapter/section not included in a manpage
allow the manpage link resolver to just return text in a case the
link target text is in fact no manpage.
If the link is a valid one in general will be checked in a lot of
other places, so here we won't run into a regression where a wrong,
non-existing, link does not get detected by the build system.
The particular case I run into problems with this is when linking
from the pveceph chapter to the pve-package-repos, to point to the
(cheph) repos. pve-package-repos is no where included or itself a
manpage, so this checks fails. Even if we say it would make sense to
have it as a manpage, which was my initial solution, we run then into
issues as we have a link to a outside reference, located in
pve-bibliography, which then we probably do not want as manpage.
So in the case where a valid link, which just has no manpage counter
part, is passed to the respective link resolver I just return the
link text as is. An alternative could be to get the link object and
put it in parentheses after the link text, but I'm not to sure about
this so let's for now go the easier route.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2019-02-13 09:57:30 +01:00
Thomas Lamprecht
cb41b5d9e5
bump version to 5.3-2
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-01 13:49:22 +01:00
Thomas Lamprecht
5f26e15b39
run make update-static
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-01 13:49:22 +01:00
Thomas Lamprecht
b7a5c9c54b
move guest-example-hookscript into new examples directory
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-01 13:49:22 +01:00
Dominik Csapak
c2c8eb89d1
add documentation about snippet content-type and hookscripts
...
also add an example perl hookscript, that documents the phases
and arguments
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-02-01 13:36:19 +01:00
Thomas Lamprecht
1a58a3c916
followup: slight wording and whitespace fixup
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-01-24 11:11:13 +01:00
Friedrich Ramberger
94958b8b92
Precise certificate generation
...
Signed-off-by: Friedrich Ramberger <f.ramberger@proxmox.com>
2019-01-23 18:56:26 +01:00
Thomas Lamprecht
8d926cbe16
fixup typo: s/sendig/sending/
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-01-21 18:10:40 +01:00
Christian Ebner
42a1672086
pvenode: add WOL section to doc
...
Adds a section containing information about the wake on LAN feature to the
pvenode documentation.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-01-21 18:08:38 +01:00
Daniel A. Maierhofer
552e175dc5
pve-network: fix typo
...
there management interface -> their management interface
Signed-off-by: Daniel A. Maierhofer <git@damadmai.at>
2019-01-16 14:51:54 +01:00
Thomas Lamprecht
a75eeddebe
update copyright year to current
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-01-16 14:49:26 +01:00
Thomas Lamprecht
1de93a7ca4
README: we need to build pve-doc-generator.mk
...
One needs to have pve-doc-generator.mk before the index target can be
made, so note this in the README
Reported-by: Friedrich Ramberger <f.ramberger@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-01-09 17:27:06 +01:00
Wolfgang Bumiller
bdfd46015e
minor grammar improvement
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-01-08 12:19:14 +01:00
Alexandre Derumier
9f400be21b
vxlan evpn : remove rp_filter=0 for symetric model
...
This seem be to fixed in frr 6.0.
(it was packetloss with vm migration, race condition when refreshing routing table)
2019-01-03 11:55:08 +01:00
Thomas Lamprecht
e21e6f8a67
pvesm: improve file level based storage paragraph
...
improve the file level based storage paragraph bit and move it above
the block based one, as the table is sorted by storage type, and file
comes first.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-01-03 10:28:38 +01:00
Stoiko Ivanov
716a14a31d
Change iscsiscan invocation in pve-storage-iscsi
...
Caught while checking #1936 - portal is a fixed (required) argument.
Also changed `iscsiscan` to `scan iscsi`
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-01-03 09:27:07 +01:00
Wolfgang Link
5e235b991b
Fix dmesg command
2019-01-03 09:23:44 +01:00
Oguz Bektas
57298d28b5
minor wording improvements/corrections
...
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2019-01-03 08:53:13 +01:00
Wolfgang Bumiller
3b652d4ec9
some language improvements
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-12-28 10:23:20 +01:00
Stoiko Ivanov
bc7e0c7006
Fix 7 typos and rephrase a sentence
...
Reported via support ticket by Daniel A. Maierhofer <pve@damadmai.at>.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-12-28 10:14:14 +01:00
Thomas Lamprecht
2d11c86883
buildsys: fix clean target
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-12-11 11:57:23 +01:00
Thomas Lamprecht
ef488ba5b5
pvesm: fixup use CephFS
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-12-11 11:56:36 +01:00
Alexandre Derumier
edcf211810
vxlan : add missing vxlan-id
2018-12-11 10:17:59 +01:00
Alwin Antreich
de2f822572
cephfs: correct the destroy a cephfs command
...
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2018-12-10 11:35:19 +01:00
Dominik Csapak
e582833bf1
add pcie passthrough to the wiki
...
and add a 'see also' chapter for the wiki with a link to the old
pci passthrough documentation (which i will change to contain
examples and other steps not suited for the reference documentation)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-12-05 11:47:47 +01:00
Dominik Csapak
5ee3d3cdea
fix quoting
...
it seems the parser cannot handle the end of the quoting with '),' after
it, so `'), does not get detected as the end of the quote
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-12-05 11:47:43 +01:00
Thomas Lamprecht
947b5571f0
followup: slightly reword
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-12-04 09:13:35 +01:00
Stoiko Ivanov
a94a57d7b3
pve-installation: clarify hdsize setting for ZFS
...
We only partition all bootable drives, i.e. only the first vdev.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-12-04 09:09:06 +01:00
Thomas Lamprecht
71996a817b
pvesm: fix storage type table: order by level and shared
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 13:56:18 +01:00
Thomas Lamprecht
fa9b4ee121
pveceph: cephfs: fixup destroy warning
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 13:46:00 +01:00
Thomas Lamprecht
a791a09659
bump version to 5.3-1
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 13:17:26 +01:00
Thomas Lamprecht
e2d681b368
run make update-static
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 13:12:20 +01:00
Thomas Lamprecht
90682f3598
pveceph: add pg_num for easier search
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 12:43:33 +01:00
Alwin Antreich
5a54ef446d
Update the default PG number to 128
...
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2018-11-29 12:42:12 +01:00
Thomas Lamprecht
168665d4d4
update gui my settings screenshot
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 12:41:28 +01:00
Thomas Lamprecht
58f95dd72e
pveceph: add initial CephFS documentation
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 11:00:27 +01:00
Oguz Bektas
459d5f1338
minor improvements to installation
...
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2018-11-26 13:02:16 +01:00
Thomas Lamprecht
082b32fb8d
pci passthrough: fixup GPU passthrough notes
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-26 12:48:30 +01:00
Dominik Csapak
1c1241f262
pci passthrough: add example for functions
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-26 12:33:52 +01:00
Dominik Csapak
13cae0c119
pci passthrough: add GPU passthrough notes
...
to make it clear how to use a GPU inside the vm
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-26 12:33:52 +01:00
Stoiko Ivanov
71280de08f
installation: document advanced ZFS options
...
Additionally add a note that no swap is created when ZFS is selected.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-11-24 07:57:47 +01:00
Stoiko Ivanov
dc74fc6389
Expand documentation for swap with ZFS.
...
and add an anchor for referencing in pve-installation.adoc
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-11-24 07:57:43 +01:00
Dominik Csapak
51778acdd5
fix clean-static find call
...
'-not -name' instead of '-not name'
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-23 14:21:31 +01:00
Oguz Bektas
730fbca408
qm: minor improvements to documentation
...
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2018-11-20 09:48:20 +01:00
Thomas Lamprecht
4ccb911c76
fix #1292 : qm: NUMA: a socket can have more nodes
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-16 14:40:46 +01:00
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