The VZDump plugin was moved to pve-guest-common because it is used by both CTs and VMs. Since the Jobs.pm contains helpers that depend on the VZDump plugin, it was also moved to pve-guest-common. The base jobs plugin was moved to pve-cluster since it does not really depend on anything and might be used in many places.
Version bumps are needed. pve-cluster: Hannes Laimer (1): jobs: move base plugin from pve-manager data/PVE/Jobs/Makefile | 11 ++++ data/PVE/Jobs/Plugin.pm | 101 +++++++++++++++++++++++++++++++++++++ data/PVE/Makefile | 2 +- debian/pve-cluster.install | 1 + 4 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 data/PVE/Jobs/Makefile create mode 100644 data/PVE/Jobs/Plugin.pm pve-guest-common: Hannes Laimer (1): jobs: move VZDump plugin from pve-manager src/Makefile | 4 + src/PVE/Jobs.pm | 282 +++++++++++++++++++++++++++++++++++++++++ src/PVE/Jobs/VZDump.pm | 87 +++++++++++++ 3 files changed, 373 insertions(+) create mode 100644 src/PVE/Jobs.pm create mode 100644 src/PVE/Jobs/VZDump.pm pve-manager: Hannes Laimer (1): jobs: move to pve-cluster and pve-guest-common PVE/Jobs.pm | 282 --------------------------------------------- PVE/Jobs/Makefile | 16 --- PVE/Jobs/Plugin.pm | 101 ---------------- PVE/Jobs/VZDump.pm | 87 -------------- PVE/Makefile | 3 +- 5 files changed, 1 insertion(+), 488 deletions(-) delete mode 100644 PVE/Jobs.pm delete mode 100644 PVE/Jobs/Makefile delete mode 100644 PVE/Jobs/Plugin.pm delete mode 100644 PVE/Jobs/VZDump.pm -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel