Commit Graph

14 Commits

Author SHA1 Message Date
Dietmar Maurer
dafb62468e remove OpenVZ related code
There is still no OpenVZ for kernel 3.10 or newer, so we remove that code now.
2015-03-27 13:43:59 +01:00
Dietmar Maurer
fe6643b6e9 vzdump: remove temporary directories
This bug was introduced with commit a107e264c9
2013-10-04 06:29:17 +02:00
Dietmar Maurer
a107e264c9 bump version to 3.1-16 2013-10-01 10:37:59 +02:00
Dietmar Maurer
56f579856a vzdump: wait one second before unmounting the snapshot 2013-08-13 12:51:00 +02:00
Dietmar Maurer
042b373634 vzdump: do not use tar flag --ignore-failed-read
This flag is quite dangerous. For example when LVM snapshot runs full, we end up with an archive containing files with zero length (containig no data at all).
2012-03-21 06:42:37 +01:00
Dietmar Maurer
425bbb26a5 do not write /etc/mtab when mounting snapshots 2012-02-07 10:39:15 +01:00
Dietmar Maurer
d7550e095e allow to select gzip or lzop in vzdump
lzop is much faster, and we use that by default now.
2012-02-07 10:35:53 +01:00
Dietmar Maurer
5b9ae5b7da errfunc needs to be a function references 2012-02-07 07:27:21 +01:00
Dietmar Maurer
5bbea954d7 supress error messages when removing snapshot 2011-11-29 06:52:32 +01:00
Dietmar Maurer
5dd46cbd33 be careful when removing snapshot
Seems umount return before the snapshot device is unused, so we
need to try several times.
2011-11-14 09:30:29 +01:00
Dietmar Maurer
aabf3adddd implement vzrestore
This just calls create_vm (restore is a special case of create).
2011-10-17 08:23:56 +02:00
Dietmar Maurer
7f91030611 use new logfunc callback for run_command 2011-10-14 10:54:05 +02:00
Dietmar Maurer
4a4051d8c5 adopt vzdump to pve 2 2011-10-13 14:33:12 +02:00
Dietmar Maurer
aaeeeebe40 moved vzdump sources to this packages
We want to share code and use new PVE 2 framework features. So it is no longer possible to distribute this a separate packages.
2011-10-12 08:30:05 +02:00