> 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
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
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_
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
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
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
> 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
> 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
>
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
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
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
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
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
> 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).
___
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
15 matches
Mail list logo