Hi,
I am encountering the following error while configuring the burst buffer:
root@test-vm1:/opt/slurm-21.08.8/etc# /opt/slurm-21.08.8/sbin/slurmctld -D
slurmctld: Job accounting information stored, but details not gathered
slurmctld: slurmctld version 21.08.8 started on cluster sddg-cluster
slurmctld: accounting_storage/slurmdbd: clusteracct_storage_p_register_ctld: Registering slurmctld at port 6817 with slurmdbd
slurmctld: No memory enforcing mechanism configured.
slurmctld: Recovered state of 2 nodes
slurmctld: Recovered information about 0 jobs
slurmctld: select/cons_tres: part_data_create_array: select/cons_tres: preparing for 1 partitions
slurmctld: error: Couldn't find the specified plugin name for burst_buffer/lua looking at all files
slurmctld: error: cannot find burst_buffer plugin for burst_buffer/lua
slurmctld: error: cannot create burst_buffer context for burst_buffer/lua
slurmctld: Recovered state of 0 reservations
slurmctld: read_slurm_conf: backup_controller not specified
slurmctld: select/cons_tres: select_p_reconfigure: select/cons_tres: reconfigure
slurmctld: select/cons_tres: part_data_create_array: select/cons_tres: preparing for 1 partitions
slurmctld: Running as primary controller
slurmctld: error: Couldn't find the specified plugin name for burst_buffer/lua looking at all files
slurmctld: error: cannot find burst_buffer plugin for burst_buffer/lua
slurmctld: error: cannot create burst_buffer context for burst_buffer/lua
slurmctld: fatal: failed to initialize burst buffer plugin
Here are the details related to the burst buffer configuration:
root@test-vm1:/opt/slurm-21.08.8/etc# pwd
/opt/slurm-21.08.8/etc
root@test-vm1:/opt/slurm-21.08.8/etc# ls burst_buffer.lua
burst_buffer.lua
root@test-vm1:/opt/slurm-21.08.8/etc# cat slurm.conf | grep BurstBufferType=burst_buffer/lua
BurstBufferType=burst_buffer/lua
Could you please advise on how to resolve this issue?
Thank you!