Re: [pve-devel] snapshot improvements

2012-09-28 Thread Dietmar Maurer
> I thought of something like: > ssh cloud1-1200.de-nserver.de zfs send JBOD01Pool/vm-105-disk- > 1@testsnap > | zfs recv tank/abc > > or > > ssh cloud1-1200.de-nserver.de zfs send > JBOD01Pool/vm-105-disk-1@spriebetest | gzip >/mnt/pve/nfstor/vm-105- > 2012-09-25.gz Are your aware of the fact

Re: [pve-devel] snapshot improvements

2012-09-28 Thread Stefan Priebe
Am 27.09.2012 09:30, schrieb Stefan Priebe - Profihost AG: Am 27.09.2012 09:26, schrieb Dietmar Maurer: The idea is that we do not backup any snapshot data. The vzdump would only include the data of from the running instance. I guess that is OK? But isn't the correct way to make a snapshot and

[pve-devel] [PATCH] use volume_snapshot with testfeature=1 to detect if storage support snapshot

2012-09-28 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/QemuServer.pm | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 033bc9e..eb3a0b7 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3711,20 +3711,8 @@ my $snapshot_

[pve-devel] [PATCH] volume_snapshot : add testfeature option param

2012-09-28 Thread Alexandre Derumier
return 1 for storage which support snapshot before doing the snapshot Signed-off-by: Alexandre Derumier --- PVE/Storage.pm|4 ++-- PVE/Storage/NexentaPlugin.pm |4 +++- PVE/Storage/Plugin.pm |6 +++--- PVE/Storage/RBDPlugin.pm |4 ++-- PVE/Storage/Sh

[pve-devel] pve-storage : volume_snapshot : add testfeature option param

2012-09-28 Thread Alexandre Derumier
Finally I don't implement has_feature sub, but simply add a $testfeature param to current volume_snapshot sub. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

2012-09-28 Thread Dietmar Maurer
applied, thanks. > -Original Message- > From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel- > boun...@pve.proxmox.com] On Behalf Of Alexandre Derumier > Sent: Freitag, 28. September 2012 10:58 > To: pve-devel@pve.proxmox.com > Subject: [pve-devel] [PATCH] pve-bridge : use mtu of the

Re: [pve-devel] pve-qemu-kvm : bump librbd to 0.52

2012-09-28 Thread Dietmar Maurer
> Subject: Re: [pve-devel] pve-qemu-kvm : bump librbd to 0.52 > > ok, no problem. > > next stable should be 0.54. Yes. I will upload that as soon as they release 0.54 ;-) ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-b

Re: [pve-devel] snapshot improvements

2012-09-28 Thread Dietmar Maurer
> maybe do you have cloned it ? no - I need to test that again. > > > - Mail original - > > De: "Dietmar Maurer" > À: "Alexandre DERUMIER" > Cc: pve-devel@pve.proxmox.com, "Stefan Priebe" > Envoyé: Vendredi 28 Septembre 2012 11:32:01 > Objet: RE: [pve-devel] snapshot improvements >

Re: [pve-devel] pve-qemu-kvm : bump librbd to 0.52

2012-09-28 Thread Alexandre DERUMIER
ok, no problem. next stable should be 0.54. - Mail original - De: "Dietmar Maurer" À: "Alexandre Derumier" , pve-devel@pve.proxmox.com Envoyé: Vendredi 28 Septembre 2012 12:16:05 Objet: RE: [pve-devel] pve-qemu-kvm : bump librbd to 0.52 I will not add development packages (only st

Re: [pve-devel] snapshot improvements

2012-09-28 Thread Alexandre DERUMIER
maybe do you have cloned it ? - Mail original - De: "Dietmar Maurer" À: "Alexandre DERUMIER" Cc: pve-devel@pve.proxmox.com, "Stefan Priebe" Envoyé: Vendredi 28 Septembre 2012 11:32:01 Objet: RE: [pve-devel] snapshot improvements > what do you mean by snapshot used by another sn

Re: [pve-devel] pve-qemu-kvm : bump librbd to 0.52

2012-09-28 Thread Dietmar Maurer
I will not add development packages (only stable releases). > -Original Message- > From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel- > boun...@pve.proxmox.com] On Behalf Of Alexandre Derumier > Sent: Freitag, 28. September 2012 12:11 > To: pve-devel@pve.proxmox.com > Subject: [pve

[pve-devel] [PATCH] bump librbd to 0.52

2012-09-28 Thread Alexandre Derumier
require to add http://ceph.com/debian-testing/pool/main/c/ceph/librados-dev_0.52-1~bpo60+1_amd64.deb http://ceph.com/debian-testing/pool/main/c/ceph/librbd-dev_0.52-1~bpo60+1_amd64.deb http://ceph.com/debian-testing/pool/main/c/ceph/ceph-common_0.52-1~bpo60+1_amd64.deb http://ceph.com/debian-testin

[pve-devel] pve-qemu-kvm : bump librbd to 0.52

2012-09-28 Thread Alexandre Derumier
librbd 0.52 add some new features like image cloning. I have tested it succeffuly with 0.48 cluster and 0.52 cluster/ require to add http://ceph.com/debian-testing/pool/main/c/ceph/librados-dev_0.52-1~bpo60+1_amd64.deb http://ceph.com/debian-testing/pool/main/c/ceph/librbd-dev_0.52-1~bpo60+1_amd6

Re: [pve-devel] snapshot improvements

2012-09-28 Thread Dietmar Maurer
> what do you mean by snapshot used by another snapshot? > ex: > image->snap1-snap2->you are here > > you can delete snap1 without any problem, and without need to merge. Really? - last time I tried I got 'snapshot in use' (or something like that). ___

[pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

2012-09-28 Thread Alexandre Derumier
currently if the bridge have a mtu of 9000, when putting a tap interface on it (mtu 1500 by default), the mtu of the bridge goes to 1500. we want that the mtu of the tap interface equal the mtu of the bridge correcting bug: https://bugzilla.proxmox.com/show_bug.cgi?id=258 Signed-off-by: Alexand