]> git.proxmox.com Git - pve-container.git/history - src/PVE/LXC/Migrate.pm
migrate: print mapped volume in error
[pve-container.git] / src / PVE / LXC / Migrate.pm
2022-11-17 Fabian Grünbichlermigrate: print mapped volume in error
2022-11-17 Fabian Grünbichlermigration: add remote migration
2022-11-13 Thomas Lamprechtmigrate: avoid early line break in comment
2022-11-13 Thomas Lamprechtmigrate: split and sort used perl modules
2022-03-03 Fabian Ebnermigrate: also set targetsid for unreferenced disks
2022-02-11 Fabian Grünbichlermigrate: allow renaming of volumes
2022-02-11 Fabian Grünbichlermigrate: improve target storage checks
2022-02-09 Fabian Grünbichlerfix #1532: add target-storage support to migration
2021-06-23 Wolfgang Bumillerenable btrfs support via subvolumes
2021-06-23 Wolfgang Bumillermigration: fix snapshots boolean accounting
2021-06-21 Fabian Ebnermigrate: enforce that rootdir content type is available
2021-06-21 Fabian Ebnermigrate: also test unused volumes
2021-06-21 Fabian Ebnerprefer storage_check_enabled over storage_check_node
2021-06-08 Fabian Ebnermigrate: remove deprecated force parameter
2020-12-15 Fabian Ebneruse new move_config_to_node method
2020-11-24 Fabian Ebnerdeactivate volumes after storage_migrate
2020-11-10 Fabian Ebneradapt to new storage_migrate activation behavior
2020-08-04 Fabian EbnerLog storage_migrate output
2020-08-04 Fabian EbnerUse correct option for storage_migrate
2020-04-08 Fabian EbnerUse new storage_migrate interface
2020-04-08 Fabian EbnerUse foreach_volume instead of foreach_mountpoint-variants
2020-03-03 Stefan Reiterfix #2611: use correct operation in get_bandwidth_limit
2019-04-02 Stoiko Ivanovstorage migrate: add bwlimit parameter
2018-03-12 Alwin AntreichFix #1547: on migration abort, the CT starts again
2017-10-17 Fabian Grünbichlermigrate: skip replication handling if not replicated
2017-10-17 Fabian Grünbichlermigrate: cleanup final_cleanup
2017-10-17 Fabian Grünbichlermigrate: only restart if conf was moved
2017-10-17 Wolfgang Bumilleradd vm_stop helper
2017-06-22 Wolfgang Bumillermigrate: pass the with_snapshots parameter
2017-06-21 Dietmar MaurerPVE::LXC::Migrate - use replication job, transfer repli...
2017-06-21 Dietmar MaurerPVE::LXC::Migrate - add missing "use PVE::LXC::Config;"
2017-06-09 Wolfgang Bumillermigrate: implement insecure storage migration
2017-05-23 Wolfgang Bumillermigrate: pass ssh_info to storage_migrate
2017-05-06 Dietmar MaurerRevert "Integrate storage replica in lxc migration."
2017-05-06 Dietmar MaurerRevert "migrate: cleanup replica volume skip condition"
2017-04-28 Wolfgang Bumillermigrate: cleanup replica volume skip condition
2017-04-28 Wolfgang LinkIntegrate storage replica in lxc migration.
2016-12-02 Dominik Csapakimplement lxc restart migration
2016-11-03 Fabian Grünbichlerfix spelling: 'mountpoint' 'mount point'
2016-11-03 Fabian Grünbichlerfix #1147: allow marking non-volume mps as shared
2016-07-11 Fabian Grünbichlercollect errors from all local volumes
2016-07-11 Fabian Grünbichlerswitch order of disk checks
2016-07-11 Fabian Grünbichlercollect and log origin of found local volumes
2016-06-21 Fabian Grünbichleradd checks from QemuMigrate
2016-05-04 Fabian Grünbichlerfix typos
2016-05-04 Fabian Grünbichlerfix #971: don't activate shared storage in offline...
2016-03-16 Fabian Grünbichlerspelling/typo correction
2016-03-16 Fabian GrünbichlerAdd force parameter for migration with bind/dev mp
2016-03-03 Fabian GrünbichlerRefactor mountpoint and general conf methods
2016-03-03 Fabian GrünbichlerRefactor config-related methods into AbstractConfig
2016-02-12 Fabian GrünbichlerRefactor lock_container into lock_config_[xx]
2015-10-12 Wolfgang Linkfix bug #750: deactivate volumes to be sure there are...
2015-09-07 Wolfgang Linkfix unlock handling after migration.
2015-09-01 Thomas Lamprechtfixed call for cfg file and error when CT is running...
2015-09-01 Dietmar Maureradd offline migration code