Re: [pve-devel] [PATCH] Add qga freeze in vzdump in snapshot mode

2014-12-09 Thread Dietmar Maurer
> This will invoke vss on Windows clients? yes. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] Qemu nic link status

2014-12-09 Thread Wolfgang
I want to make a new feature where you can control the nic link. for the gui we need to show the status. 2014-12-10 8:34 GMT+01:00 Alexandre DERUMIER : > >>Is there something I have been missed? > > No, links status is not implemented. > > Maybe can we make a qemu patch for this ? > > (They are

Re: [pve-devel] [PATCH] Add qga freeze in vzdump in snapshot mode

2014-12-09 Thread Lindsay Mathieson
This will invoke vss on Windows clients? Lindsay Mathieson -Original Message- From: "Wolfgang Link" Sent: ‎9/‎12/‎2014 8:13 PM To: "pve-devel@pve.proxmox.com" Subject: [pve-devel] [PATCH] Add qga freeze in vzdump in snapshot mode it will freeze the filesystem to provide consistents.

Re: [pve-devel] Qemu nic link status

2014-12-09 Thread Alexandre DERUMIER
>>Is there something I have been missed? No, links status is not implemented. Maybe can we make a qemu patch for this ? (They are some example in net.c , qmp_set_link (), to get the current status link.) Why do you need it exactly ? - Mail original - De: "Wolfgang Link" À: "aderumi

Re: [pve-devel] [PATCH] Add qga freeze in vzdump in snapshot mode

2014-12-09 Thread Dietmar Maurer
applied, thanks! > it will freeze the filesystem to provide consistents. > > Signed-off-by: Wolfgang Link > --- > PVE/VZDump/QemuServer.pm | 18 -- > 1 file changed, 16 insertions(+), 2 deletions(-) ___ pve-devel mailing list pve-

Re: [pve-devel] New virtio-win driver 0.1-94.iso version in fedora proyect

2014-12-09 Thread Cesar Peschiera
are you sure that virtio-net driver is correctly upgraded to last version ? Yes, i saw the creation date on the window of the configuration NIC. Tested in Dell poweredge 9500 and Dell R720 (each one with with 2 sockets) And if you want more speed of network, please see this link about of "I/OAT

Re: [pve-devel] Qemu nic link status

2014-12-09 Thread Wolfgang
Hi Alexandre, thanks for your answer. When i use hmp "info network" i get only informations about the network settings. nothing about the status. >qm> info network >net0: index=0,type=nic,model=virtio-net-pci,macaddr=e2:cf:7e:db:6f:e0 >net0: index=0,type=tap,ifname=tap100i0,script=/var/lib/qemu-s

Re: [pve-devel] Qemu nic link status

2014-12-09 Thread Alexandre DERUMIER
Hi, >>is there a way to get the Nic Link status from Qemu? I have check the qemu code (net/net.c), I don't think it's implemented. we can only have info through hmp "info network", qmp not implemented. and we can only set the status with qmp "set_link" - Mail original - De: "Wolfgang

Re: [pve-devel] backup ceph high iops and slow

2014-12-09 Thread VELARTIS Philipp Dürhammer
HI, we talked about this some month ago.. does anybody know if it will be improved soon? So mainly ist a ceph problem. Or also should we communicate with the qemu devs? making bigger backups now takes way to much time. Making a backup from a node wich has about 5tb will take about 36 hours

[pve-devel] Qemu nic link status

2014-12-09 Thread Wolfgang
Hallo, is there a way to get the Nic Link status from Qemu? Thanks for replying. Regrades Wolfgang ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] Add qga freeze in vzdump in snapshot mode

2014-12-09 Thread Wolfgang Link
it will freeze the filesystem to provide consistents. Signed-off-by: Wolfgang Link --- PVE/VZDump/QemuServer.pm | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm index fd36c69..b9edea1 100644 --- a/PVE/VZ

Re: [pve-devel] [PATCH] Add qga freeze in vzdump in snapshot mode

2014-12-09 Thread Dietmar Maurer
comments inline: > PVE/VZDump/QemuServer.pm | 19 +-- > 1 file changed, 17 insertions(+), 2 deletions(-) > > diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm index > fd36c69..2c62de3 100644 > --- a/PVE/VZDump/QemuServer.pm > +++ b/PVE/VZDump/QemuServer.pm > @@ -