5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2024-12-24 21:34:13 +03:00
pve-guest-common/PVE
Oguz Bektas 810ee08809 abstractconfig: add pending changes related helpers
use a better naming scheme for methods from qemuserver:

split_flagged_list -> parse_pending_delete
join_flagged_list -> print_pending_delete
vmconfig_delete_pending_option -> add_to_pending_delete
vmconfig_undelete_pending_option -> remove_from_pending_delete
vmconfig_cleanup_pending -> cleanup_pending

parse_pending_delete now has a better representation of the force value,
which is encoded in a perl hash i.e. $conf->{$opt}->{force} = 1 or 0
depending on if the string in config has '!' or not.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2019-10-18 09:28:34 +02:00
..
VZDump fix #1291: implement remove_vmid_from_backup_jobs 2019-10-18 07:47:23 +02:00
AbstractConfig.pm abstractconfig: add pending changes related helpers 2019-10-18 09:28:34 +02:00
AbstractMigrate.pm AbstractMigrate: remove unused obsolete variables 2017-09-20 12:39:11 +02:00
GuestHelpers.pm followup: rename to print_snapshot_tree, add comment and rename $res param 2019-10-01 17:20:27 +02:00
Replication.pm Get snapshots when no state is available. 2018-05-09 15:10:30 +02:00
ReplicationConfig.pm implement remove_vmid_jobs for ReplicationConfig 2019-09-04 16:36:34 +02:00
ReplicationState.pm increase max reading replication state file size. 2019-04-17 07:26:53 +00:00