[pve-devel] [PATCH] Add zfs to pveversion

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- PVE/API2/APT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index 2eac330..4adb2ec 100644 --- a/PVE/API2/APT.pm +++ b/PVE/API2/APT.pm @@ -537,7 +537,7 @@ __PACKAGE__-register_method({

[pve-devel] [PATCH 2/9] Add snapshot to LXC API2

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/API2/LXC.pm | 60 + src/PVE/LXC.pm | 8 +++ src/pct | 2 ++ 3 files changed, 70 insertions(+) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index

[pve-devel] [PATCH] Add Snapshot to LXC

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/Makefile| 2 + www/manager/Utils.js| 3 + www/manager/lxc/Config.js | 9 +- www/manager/lxc/Snapshot.js | 198 ++ www/manager/lxc/SnapshotTree.js | 304

[pve-devel] [PATCH 7/9] Move LXC start and stop from API2 to LXC.pm for reuse.

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/API2/LXC.pm | 98 ++--- src/PVE/LXC.pm | 104 +++- 2 files changed, 107 insertions(+), 95 deletions(-) diff --git a/src/PVE/API2/LXC.pm

[pve-devel] LXC Snapshot

2015-07-17 Thread Wolfgang Link
This patch series add the capability to make snapshots with LXC on storages who support sanpshots. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH 5/9] Add delsnap functionality

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/LXC.pm | 56 ++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index d52b743..ff4eef9 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm

[pve-devel] [PATCH 1/9] Extend lxc config with options for snapshot

2015-07-17 Thread Wolfgang Link
now it is possible to add sanpshots to the config. The snapshot include all config information what are set at the snapshot. So if you make a rolback all settings will restored Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/LXC.pm | 323

[pve-devel] [PATCH 3/9] Add snapshot functionality on zfs to lxc

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/LXC.pm | 126 +++-- 1 file changed, 123 insertions(+), 3 deletions(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index 3bb69ca..dc351c6 100644 --- a/src/PVE/LXC.pm +++

[pve-devel] [PATCH 9/9] Complete the snapshot API2

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/API2/LXC.pm | 253 1 file changed, 253 insertions(+) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 4e50b78..8d79021 100644 --- a/src/PVE/API2/LXC.pm +++

[pve-devel] [PATCH 6/9] Add snapshot rollback to API2

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/API2/LXC.pm | 43 +++ src/PVE/LXC.pm | 5 + src/pct | 2 ++ 3 files changed, 50 insertions(+) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 1c4d788..daf68ca

[pve-devel] [PATCH 8/9] Add rollback functionality

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/LXC.pm | 56 +++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index f04db22..3ebb2e0 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm

[pve-devel] [PATCH 4/9] Add delsnapshot to LXC API2

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- src/PVE/API2/LXC.pm | 48 src/PVE/LXC.pm | 6 ++ src/pct | 2 ++ 3 files changed, 56 insertions(+) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index

[pve-devel] [PATCH] Add Snapshot to LXC

2015-07-17 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/Makefile| 2 + www/manager/Utils.js| 3 + www/manager/lxc/Config.js | 9 +- www/manager/lxc/Snapshot.js | 198 ++ www/manager/lxc/SnapshotTree.js | 304

[pve-devel] LXC Snapshot

2015-07-17 Thread Wolfgang Link
This patch series add the capability to make snapshots with LXC on storages who support sanpshots. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] Small bug in backup schedule

2015-07-17 Thread Michael Rasmussen
Hi all, Each time the scheduler begins a backup of a VM I see this in the log: Use of uninitialized value $cmd[8] in exec at /usr/share/perl/5.14/IPC/Open3.pm line 186. # pveversion pve-manager/3.4-6/102d4547 (running kernel: 3.10.0-10-pve) Is this a known bug? -- Hilsen/Regards Michael