]> git.proxmox.com Git - pve-guest-common.git/history - PVE
d/control: wrap-and-sort
[pve-guest-common.git] / PVE /
2018-09-17 Dominik Csapakadd snapshot rollback hook and remove qemu machine...
2018-06-12 Thomas Lamprechtadd create_and_lock_config
2018-05-14 Wolfgang Bumillercleanup: ReplicationConfig: be specific about write_config
2018-05-09 Wolfgang LinkAdd lock to pervent lost update.
2018-05-09 Wolfgang LinkSwap source and target in replication config, if VM...
2018-05-09 Wolfgang LinkAdd function: swap source and target in replication...
2018-05-09 Wolfgang LinkGet snapshots when no state is available.
2018-05-09 Wolfgang LinkDelete replication snapshots only if last_sync is not 0.
2018-05-09 Wolfgang LinkAdd config parameter 'source'.
2018-05-09 Wolfgang LinkCleanup for stateless jobs.
2018-04-16 Dietmar MaurerReplication.pm: code cleanup
2018-04-16 Dietmar MaurerPVE/Replication.pm: fix error message
2018-04-16 Wolfgang Linkfix #1694: make failure of snapshot removal non-fatal
2017-12-15 Thomas Lamprechtvzdump: add common log sub-method
2017-12-15 Thomas Lamprechtvzdump: allow all defined log levels
2017-12-13 Wolfgang LinkRemove noerr form replication.
2017-10-17 Wolfgang Bumillerreplication: purge states: verify the vmlist
2017-10-16 Wolfgang LinkAdd logfunc in storage_migration.
2017-09-21 Thomas LamprechtVZDump/Plugin: avoid cyclic dependency
2017-09-20 Thomas LamprechtAbstractMigrate: remove unused obsolete variables
2017-09-07 Thomas LamprechtAbstractMigrate: do not overwrite global signal handlers
2017-09-01 Alwin AntreichFix #1480: die if snapshot name is not found before...
2017-07-03 Wolfgang Bumillerreplication: we must call storage_migrate with with_sna...
2017-06-29 Thomas Lamprechtreplication job_status: add get_disabled parameter
2017-06-29 Dietmar MaurerRevert "Add guest type at find_local_replication_job"
2017-06-29 Dietmar MaurerPVE::Replication - do not use $jobcfg->{vmtype}
2017-06-28 Wolfgang LinkAdd guest type at find_local_replication_job
2017-06-28 Dietmar Maurerfix previous commit
2017-06-28 Dietmar Maurerreplication: improve schedule_job_now
2017-06-28 Wolfgang Bumillerreplication: add schedule_job_now helper
2017-06-28 Wolfgang Bumillerreplication: sort time stamps numerically
2017-06-28 Dietmar Maurerreplication: pass $noerr to run_replication_nolock
2017-06-27 Wolfgang LinkAdd new function delete_guest_states.
2017-06-27 Wolfgang Bumillerreplication: don't sync to offline targets on error...
2017-06-27 Wolfgang Bumillerreplication: keep retrying every 30 minutes in error...
2017-06-27 Dietmar MaurerPVE::ReplicationState - cleanup job state on job removal
2017-06-27 Dietmar MaurerPVE::ReplicationState::purge_old_states - new helper
2017-06-27 Dietmar MaurerPVE::ReplicationState::write_job_state - allow to remov...
2017-06-23 Dietmar MaurerPVE/Replication.pm: also log when we thaw the filesystem
2017-06-22 Dominik Csapakchange replica log timestamp to a human readable format
2017-06-21 Dietmar MaurerPVE::AbstractMigrate - new helpers to handle replicatio...
2017-06-21 Dietmar MaurerPVE::ReplicationState::extract_vmid_tranfer_state ...
2017-06-21 Dietmar MaurerPVE::ReplicationConfig::switch_replication_job_target...
2017-06-20 Dietmar MaurerPVE/ReplicationConfig.pm: store job id inside job config
2017-06-20 Dietmar MaurerPVE::Replication::run_replication - add verbose parameter
2017-06-20 Dietmar MaurerPVE::Replication::run_replication - return replicated...
2017-06-20 Dietmar MaurerPVE::ReplicationState - new helpers record_job_start...
2017-06-20 Dietmar MaurerPVE::Replication::find_common_replication_snapshot...
2017-06-20 Dietmar MaurerPVE::ReplicationConfig::find_local_replication_job...
2017-06-19 Wolfgang Bumillerreplication: replicate_volume: rate can be undefined
2017-06-14 Dietmar Maurerreplicate_volume: implement rate limit and insecure
2017-06-13 Dietmar Maurercall get_replicatable_volumes with $vmid parameter
2017-06-13 Dietmar Maurerget_replicatable_volumes: add $vmid parameter
2017-06-13 Dietmar MaurerPVE/AbstractConfig.pm - include missing classes
2017-06-12 Dietmar MaurerPVE/ReplicationState.pm: implement write_vmid_job_states
2017-06-12 Wolfgang LinkMake rollback compatible with storage replica.
2017-06-12 Dietmar MaurerPVE::Replication - pass $cleanup parameter to get_repli...
2017-06-12 Dietmar MaurerPVE::AbstractConfig - add prototype for get_replicatabl...
2017-06-12 Dietmar MaurerPVE::Replication::prepare - allow to pass undefined...
2017-06-12 Dietmar Maureradd PVE/Replication.pm - moved from pve-manager
2017-06-12 Dietmar MaurerPVE::ReplicationConfig add delete_job helper
2017-06-12 Dietmar MaurerPVE::ReplicationState - add job_status, get_next_job...
2017-06-09 Wolfgang Bumillermigrate: set migration_type
2017-06-09 Wolfgang BumillerGuestHelpers: allow overriding $lockdir in test environ...
2017-06-07 Dietmar MaurerPVE::ReplicationConfig - set computed properties after...
2017-06-07 Dietmar MaurerPVE::ReplicationConfig - remove useless guest property
2017-06-06 Dietmar MaurerPVE::ReplicationState - new helper replication_snapshot...
2017-06-06 Dietmar MaurerPVE::ReplicationConfig - new helper parse_replication_j...
2017-06-02 Dietmar MaurerPVE::ReplicationConfig - use new ID format "<vmid>...
2017-06-02 Dietmar MaurerPVE::ReplicationState - hold guest_migration_lock durin...
2017-06-02 Dietmar MaurerPVE::ReplicationState - new helper class to read/write...
2017-05-31 Dietmar MaurerPVE/ReplicationConfig.pm: add remove_job property
2017-05-30 Dietmar MaurerPVE::GuestHelpers::guest_migration_lock - new helper
2017-05-29 Dietmar MaurerPVE::ReplicationConfig::check_for_existing_jobs - new...
2017-05-29 Dietmar MaurerAbstractConfig.pm: remove code for replicate configuration
2017-05-29 Dietmar MaurerPVE/ReplicationConfig.pm - new configuratin file for...
2017-05-23 Wolfgang Bumillermigration: use Cluster's new get_ssh_info
2017-05-06 Dietmar MaurerAbstractConfig.pm: do not copy/store replicate paramete...
2017-04-28 Wolfgang LinkReplica parameters should be ignored by snapshot and...
2017-04-24 Dietmar MaurerPVE/AbstractMigrate.pm: avoid locale specific time...
2017-03-08 Thomas LamprechtAbstractMigrate: remove unused rsync and scp remainders
2017-01-25 Fabian Grünbichleradd VZDump base Plugin.pm
2017-01-24 Fabian Grünbichlerinitial commit