我最近安装了SLURM 15.08.2和PostgreSQL 9.3.10
设置调度程序以使用slurmdbd守护程序时,需要在slurmdbd.conf文件中指定StorageType
。
StorageType 定义记帐存储机制类型。目前可接受的值包括“accounting_storage / mysql”。值“accounting_storage / mysql”表示应将记帐记录写入StorageLoc参数指定的MySQL或MariaDB数据库。必须指定此值。
使用强制守护进程使用postgresql数据库需要指定什么值?
slurmdbd守护程序的详细输出是
~/slurm_projectDB/slurm-15.08.2/sbin$ ./slurmdbd -Dv
slurmdbd: error: Couldn't find the specified plugin name for accounting_storage/pgsql looking at all files
slurmdbd: error: cannot find accounting_storage plugin for accounting_storage/pgsql
slurmdbd: error: cannot create accounting_storage context for accounting_storage/pgsql
slurmdbd: fatal: Unable to initialize accounting_storage/pgsql accounting storage plugin