[slurm-users] Requested partition configuration not available now

Mahmood Naderan mahmood.nt at gmail.com
Wed May 16 01:12:32 MDT 2018


Hi,
After creating an account and a partition, I get an error that
requested partition configuration not available now. Although I
restarted the services on all nodes, I wonder why that happen?

[root at rocks7 ~]# rocks run host compute-0-0 "systemctl restart slurmd"
[root at rocks7 ~]# rocks run host compute-0-1 "systemctl restart slurmd"
[root at rocks7 ~]# systemctl restart slurmd
[root at rocks7 ~]# systemctl restart slurmctld
[mahmood at rocks7 ~]$ sacctmgr list association
format=partition,account,user | grep mahmood
   emerald        em1    mahmood
   diamond    monthly    mahmood
      ruby         y8    mahmood
[mahmood at rocks7 ~]$ srun -I -A monthly -p DIAMOND --mem=4GB --pty bash
[mahmood at compute-0-1 ~]$ exit
exit
[mahmood at rocks7 ~]$ srun -I -A em1 -p EMERALD --mem=4GB --pty bash
[mahmood at rocks7 ~]$ exit
exit
[mahmood at rocks7 ~]$ srun -I -A Y8 -p RUBY --mem=4GB --pty bash
srun: error: Unable to allocate resources: Requested partition
configuration not available now
[mahmood at rocks7 ~]$ cat /etc/slurm/parts
PartitionName=WHEEL RootOnly=yes Priority=1000 Nodes=ALL
PartitionName=DIAMOND AllowAccounts=monthly Nodes=compute-0-[0-1]
PartitionName=EMERALD AllowAccounts=em1,em4 Nodes=compute-0-[0-1],rocks7
PartitionName=RUBY AllowAccounts=Y8 Nodes=compute-0-[0-1]



Regards,
Mahmood



More information about the slurm-users mailing list