/usr/lib/oar/database/default_data.sql is in oar-server 2.5.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | INSERT INTO queues (queue_name, priority, scheduler_policy) VALUES ('admin','10','oar_sched_gantt_with_timesharing_and_fairsharing_and_quotas');
INSERT INTO queues (queue_name, priority, scheduler_policy) VALUES ('default','2','oar_sched_gantt_with_timesharing_and_fairsharing_and_quotas');
INSERT INTO queues (queue_name, priority, scheduler_policy) VALUES ('besteffort','0','oar_sched_gantt_with_timesharing_and_fairsharing_and_quotas');
INSERT INTO gantt_jobs_predictions (moldable_job_id , start_time) VALUES ('0','0');
|