Re: [pve-devel] Speed up PVE Backup

2016-07-19 Thread Eneko Lacunza
Hi all, El 16/02/16 a las 15:52, Stefan Priebe - Profihost AG escribió: Am 16.02.2016 um 15:50 schrieb Dmitry Petuhov: 16.02.2016 13:20, Dietmar Maurer wrote: Storage Backend is ceph using 2x 10Gbit/s and i'm able to read from it with 500-1500MB/s. See below for an example. The backup process

Re: [pve-devel] Suggest VirtIO drivers as default when creating a Linux VM

2016-07-19 Thread Andreas Steinel
That sounds very good Martin. I'd suggest to add settings for automatic watchdog and GA aswell. I could also add a page to the wiki describing how to preseed/kickstart with an automatic detection of these features and installing the appropriate tools inside the guest (only of course if preseed/kic

[pve-devel] [PATCH v3] Add genegic multipath storage plugin and module for it to manipulate LUNs on Netapp storage.

2016-07-19 Thread Dmitry Petuhov
Tested on pretty old 7-mode FAS2040 on iSCSI, but shuld also work on newer clustered setups and over FC media. Plugin needs non-default for PVE packages: multipath-tools, scsitools. Also option ``uid_attribute ID_WWN_WITH_EXTENSION'' and to blacklist all in multipath.conf are required. v2 patch. C

Re: [pve-devel] Suggest VirtIO drivers as default when creating a Linux VM

2016-07-19 Thread Waschbüsch IT-Services GmbH
> Am 19.07.2016 um 13:00 schrieb Emmanuel Kasper : > > Hi > > This patch series adds capabilities to store Qemu Wizard Defaults, and > use these capabilities > to set virtio by default for Linux machines. Sounds like a really good idea. But why not go a step further and allow to create presets

[pve-devel] Suggest VirtIO drivers as default when creating a Linux VM

2016-07-19 Thread Emmanuel Kasper
Hi This patch series adds capabilities to store Qemu Wizard Defaults, and use these capabilities to set virtio by default for Linux machines. Changes since V2: * listen to 'radiogroup' events in OSTypeEdit instead of setting a listener to each radio button * do not declare components alias with

[pve-devel] [PATCH qemu-server] Fix #1057: make protection a fast-plug option

2016-07-19 Thread Wolfgang Bumiller
Otherwise you need to shutdown a VM to disable protection, which is inconvenient for a few tasks such as for instance deleting an unused disk. --- This is already the case for containers btw. PVE/QemuServer.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.