From 9e5d6f1404b91ce181c9244bacfae711deb3b483 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 10 Nov 2023 11:30:16 +0100 Subject: [PATCH] M #-: Remove unused settings in sched.conf --- src/scheduler/etc/sched.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/scheduler/etc/sched.conf b/src/scheduler/etc/sched.conf index 387d5d5e5b..e1f45dca81 100644 --- a/src/scheduler/etc/sched.conf +++ b/src/scheduler/etc/sched.conf @@ -91,11 +91,6 @@ # overhead of checkpoint files: # system_ds_usage = system_ds_usage + memory_system_ds_scale * memory # -# MAX_BACKUPS: Maximum number of concurrent backup operations in the cloud. -# The scheduler will not start pending scheduled backups beyond this limit -# -# MAX_BACKUPS_HOST: Maximum number of active backup operations per host. -# # EXTERNAL_SCHEDULER: Configuration to contact an external scheduler module: # - SERVER: the http URL to perform the POST operation # - PROXY: if needed to contact the external scheduler @@ -126,9 +121,6 @@ MAX_VM = 5000 MAX_DISPATCH = 30 MAX_HOST = 1 -MAX_BACKUP = 5 -MAX_BACKUP_HOST = 2 - LIVE_RESCHEDS = 0 COLD_MIGRATE_MODE = 0