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
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
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
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
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
16b4185a9e
use separate wiki page for qm-cloud-init.adoc
2018-05-16 12:34:05 +02:00
Dietmar Maurer
58e04593ac
qm.adoc: use new screenshots
2018-05-02 14:34:35 +02:00
Dominik Csapak
f5041150f3
mention that NAT mode is not available on the WebUI
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-04-06 11:22:38 +02:00
Dominik Csapak
9fb002e612
fix wording for new memory dialog for qemu
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-04-06 11:22:02 +02:00
Wolfgang Link
de14ebffd2
Add documentation for CIFS Storage Plugin.
2018-04-05 15:08:12 +02:00
Dietmar Maurer
7eb69fd2b7
split out cloud-init docs, make it available as wiki page
2018-03-08 13:32:13 +01:00
Dietmar Maurer
c7daa1fee2
start cloud-init documentation
2018-03-07 12:02:03 +01:00
Wolfgang Bumiller
d750c851fc
minor fixups
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-01-25 10:36:36 +01:00
Thomas Lamprecht
7eed72d845
qm: improve auto start/stop section
...
For VMs we wait 180 seconds (CT sxtill 60, so no need to correct
there) for stop to succeed. Reword and add a few details while
touching this.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-25 10:31:01 +01:00
Fabian Grünbichler
72ae8aa21e
qm: update section about PCID / CPU flags
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-16 14:32:46 +01:00
Wolfgang Bumiller
9c54f973c4
some typo fixes
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-01-10 11:45:49 +01:00
Fabian Grünbichler
046643eca4
qm: fix rendering
2018-01-10 11:09:59 +01:00
Thomas Lamprecht
5dba26779e
qm/cpu: add section for PCID flag
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-10 11:09:59 +01:00
Emmanuel Kasper
67d59a3542
Create a 10 gibibytes diskimage instead of 10 gigabytes
...
Otherwise the disk import may fail on block storages requiring
volumes size to be a multiple of the block size, like ZFS.
This fixes the error:
'volume size must be a multiple of volume block size'
when importing the generated disk image as a zvol.
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2017-11-16 11:34:52 +01:00
Fabian Grünbichler
fb29acddf3
cleanup typos / phrasing
2017-10-13 13:19:30 +02:00
Thomas Lamprecht
7dd7a0b711
various wording improvement
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-10-13 13:13:37 +02:00
Fabian Grünbichler
4371b2fe70
qm.adoc: style/grammar
2017-10-09 10:14:57 +02:00
Thomas Lamprecht
af54f54d98
qm/cpu: split and add content
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-10-09 10:06:54 +02:00
Thomas Lamprecht
30e6fe00e4
qm: improve disk controller wording a bit
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-10-09 10:06:54 +02:00
Thomas Lamprecht
44f38275ee
fix a/an and repeated words
...
ddouble words found with /(\b\S+\b)\s+\b\1\b/
(the silver searcher `ag` can find matches even with newlines in
between without extra flags)
Adapt some wording when touching the lines.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-10-09 10:06:54 +02:00
Emmanuel Kasper
c069256d38
Update the Windows import example to use the qm importovf command
...
Also create a new section, "Add an external disk image to a Virtual Machine"
using the qm importdisk command.
2017-10-09 10:04:54 +02:00
Emmanuel Kasper
eb01c5cfee
Typo correction
2017-10-09 10:03:06 +02:00
Dominik Csapak
470d43137c
fix typos and whitespace all around
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-09-27 10:25:20 +02:00
Dominik Csapak
cfac510774
fix error in importdisk format
...
qm importdisk has only three positional arguments:
vmid source-disk target-storage
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-09-08 10:41:26 +02:00
Wolfgang Link
7a0d4784b3
Update Dokumentation to Systemd Network Interface Names
2017-07-07 13:32:45 +02:00
Emmanuel Kasper
6fb50457ff
Fix grammar errors in QemuServer documentation
2017-06-28 11:28:30 +02:00
Emmanuel Kasper
3205ac49c5
Document 'Skip replication' option added to GUI
2017-06-28 06:09:36 +02:00
Emmanuel Kasper
b01b1f2cbf
Fix qm create syntax example
...
uses default storages as they are created during install process
2017-06-22 09:50:35 +02:00
Dietmar Maurer
5955270795
qm.adoc delete trailing white space
2017-06-08 11:09:17 +02:00
Emmanuel Kasper
56368da807
Document import disk functionality
2017-06-08 11:08:10 +02:00
Dominik Csapak
dbb44ef049
add section id to usb passhtrough chapter
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-05-31 08:42:21 +02:00
Thomas Lamprecht
2b2c628650
qm: note that HA VMs get ignored by auto. start/shutdown
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-03-02 10:48:56 +01:00
Dominik Csapak
e60ce90c62
some small spelling/grammar fixes
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-01-27 11:06:33 +01:00
Dominik Csapak
8df8cfb7f8
add details about online migration for qemu
...
this adds the distinction between online/offline migration for vms,
and explains what happens during an online migration and explains,
what the requirements are
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-01-21 15:16:34 +01:00
Emmanuel Kasper
81868c7ed9
Document the difference between Virtio SCSI and Virtio SCSI single
...
Also make sure we use the same case in the GuI: VirtIO, and
explain why IO Thread requires a specific controller option.
2017-01-09 13:52:01 +01:00
Dominik Csapak
9abfec6576
document ballooning for fixed memory size
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-01-09 12:18:50 +01:00
Dietmar Maurer
eeb87f95f7
add blockid qm_copy_and_clone
2017-01-03 12:07:41 +01:00
Dietmar Maurer
707e37a270
qm.adoc: rework clone/template sections
2016-12-30 12:46:03 +01:00
Dietmar Maurer
9e55c76d89
qm.adoc: add section about VM clones
2016-12-29 17:07:51 +01:00
Dietmar Maurer
e4bcef0aa3
gui-qemu-migrate.png: add new screenshot
2016-12-29 11:02:13 +01:00
Dietmar Maurer
c73c190f98
qm.adoc: change section ordering
2016-12-29 10:04:47 +01:00
Dominik Csapak
1e2b048d6c
add migration subchapter to qm.adoc
...
explain online and offline migration
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-12-02 16:23:51 +01:00