flux-account-pop-db(1)
SYNOPSIS
flux account pop-db [OPTIONS]
DESCRIPTION
flux account pop-db will populate an already-existing
flux-accounting database with a .csv file.
- -u, --users
Path to a
.csvfile containing user information.
- -b, --banks
Path to a
.csvfile containing bank information.
The order of elements required for populating the association_table are as
follows:
Username,UserID,Bank,Shares,MaxRunningJobs,MaxActiveJobs,MaxNodes,Queues
Shares,MaxRunningJobs,MaxActiveJobs,MaxNodes can be left blank ('') in
the .csv file for a given row.
The order of elements required for populating the bank_table are as
follows:
Bank,ParentBank,Shares
Shares can be left blank ('') in the .csv file for a given row.