5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-01-10 01:17:51 +03:00
Commit Graph

156 Commits

Author SHA1 Message Date
Dietmar Maurer
bff37779c0 AbstractConfig.pm: do not copy/store replicate parameter in snapshot config 2017-05-06 11:40:22 +02:00
Wolfgang Link
38532f70ad Replica parameters should be ignored by snapshot and restore.
The replica are parameter that should not be changed by a rollback.
2017-04-28 10:46:57 +02:00
Dietmar Maurer
9ed0fe88ce PVE/AbstractMigrate.pm: avoid locale specific time stamps 2017-04-24 07:38:36 +02:00
Thomas Lamprecht
581332b275 AbstractMigrate: remove unused rsync and scp remainders
We have no call using rsync_cmd or scp_cmd here or any child class.
The only part where rsync is used is in the
PVE::Storage::storage_migrate call, but here both the command and the
RSYNC_RSH environment variable gets assembled there locally, so clean
this up here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-03-08 12:42:32 +01:00
Fabian Grünbichler
a19d93a25d add VZDump base Plugin.pm
moved from pve-manager
2017-01-25 10:05:33 +01:00
Fabian Grünbichler
58a3c91ced initial commit
AbstractConfig.pm and AbstractMigrate.pm copied from
pve-common

added use statements for PVE::Cluster and PVE::Storage to
AbstractConfig
2017-01-24 14:03:24 +01:00