From abd12d3ed850ace90a53e8bf6d5c15be5fc9177c Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 12 Mar 2004 18:44:49 +0000
Subject: [PATCH] Add SchedulerType backfill to the sample configuration.

---
 etc/slurm.conf.example | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/etc/slurm.conf.example b/etc/slurm.conf.example
index 982c78b379e..284a3318859 100644
--- a/etc/slurm.conf.example
+++ b/etc/slurm.conf.example
@@ -144,18 +144,19 @@
 #
 # o Define a scheduler.
 #
-# "SchedulerType"	: the type of scheduler.
-#	"sched/builtin"	: the default, SLURM's built-in FIFO scheduler.
-#	"sched/wiki"	: the Wiki interface to Maui.
-#
-# "SchedulerAuth"	: an authentication token, if any, that must
-#			  be used in a scheduler communication
-#			  protocol.  The interpretation of this value
-#			  depends on the plugin type.
-#
-# "SchedulerPort"	: for polling schedulers, the port number on
-#			  which slurmctld should listen for connection
-#			  requests.
+# "SchedulerType"	 : the type of scheduler.
+#	"sched/builtin"	 : the default, SLURM's built-in FIFO scheduler.
+#	"sched/backfill" : FIFO scheduling with backfill.
+#	"sched/wiki"	 : the Wiki interface to Maui.
+#
+# "SchedulerAuth"	 : an authentication token, if any, that must
+#			   be used in a scheduler communication
+#			   protocol.  The interpretation of this value
+#			   depends on the plugin type.
+#
+# "SchedulerPort"	 : for polling schedulers, the port number on
+#			   which slurmctld should listen for connection
+#			   requests.
 #
 # SchedulerType=sched/wiki
 # SchedulerAuth=42
-- 
GitLab