]> git.proxmox.com Git - pve-manager.git/commitdiff
Jobs: add RealmSync Plugin and register it
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 17 Jan 2023 11:46:57 +0000 (12:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 09:38:34 +0000 (11:38 +0200)
so that realmsync jobs get executed

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Jobs.pm

index 70cb4821238b870cac8af99206e04d2fcf746a19..bd3233323031c4138365ef32ce577d16aa33e9f9 100644 (file)
@@ -7,9 +7,11 @@ use JSON;
 use PVE::Cluster qw(cfs_lock_file cfs_read_file cfs_register_file);
 use PVE::Job::Registry;
 use PVE::Jobs::VZDump;
+use PVE::Jobs::RealmSync;
 use PVE::Tools;
 
 PVE::Jobs::VZDump->register();
+PVE::Jobs::RealmSync->register();
 PVE::Job::Registry->init();
 
 cfs_register_file(