aboutsummaryrefslogtreecommitdiff
path: root/conf/fairscheduler.xml.template
diff options
context:
space:
mode:
Diffstat (limited to 'conf/fairscheduler.xml.template')
-rw-r--r--conf/fairscheduler.xml.template15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/fairscheduler.xml.template b/conf/fairscheduler.xml.template
new file mode 100644
index 0000000000..04a6b418dc
--- /dev/null
+++ b/conf/fairscheduler.xml.template
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<allocations>
+<pool name="production">
+ <minShare>2</minShare>
+ <weight>1</weight>
+ <schedulingMode>FAIR</schedulingMode>
+</pool>
+<pool name="test">
+ <minShare>3</minShare>
+ <weight>2</weight>
+ <schedulingMode>FIFO</schedulingMode>
+</pool>
+<pool name="data">
+</pool>
+</allocations>