我最近安装了 SLURM 15.08.2 和 PostgreSQL 9.3.10
在设置调度程序以使用 slurmdbd 守护进程时,需要StorageType
在 slurmdbd.conf 文件中指定 th。
官方文档指出
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