2015-07-28 15:08 GMT+02:00 Andrew E. Bruno <aebru...@buffalo.edu>: > > We need to rename all the nodes in our cluster. Our thinking is to put > in a full-system reservation: > > scontrol create reservation nodes=ALL .. > > Take the nodes down and rename them. Then bring slurm backup configured > with the new names. > > What will happen when we bring slurm backup with all new node names? > Does the reservation store specific nodenames? or will the slurmdbd/ctl > handle this gracefully? > > Any suggestions on how best to rename all the nodes in a cluster? >
As I understand you want to remove nodes and add new - with new names. In database/accounting this names have no special format, they are just "strings". So... old nodes (old names/ip's) from slurm.conf are going to be down and you need to add new entries to slurm.conf, but.... maybe I'm not getting what the problem is..? cheers, marcin