flux-account-add-bank(1)
SYNOPSIS
flux account add-bank BANK SHARES [--parent-bank=PARENT-BANK]
DESCRIPTION
flux account add-bank will add a new bank to the bank_table in
the flux-accounting database. If the bank being added is not the root bank, its
parent must be specified when added. Shares allocated to the bank can also be
configured when adding the bank.
- --parent-bank
The name of the parent bank.
- --priority
An associated priority to be applied to jobs submitted under this bank.
- --ignore-older-than
A timestamp to which older jobs will be ignored when calculating job usage; accepts multiple formats: seconds since epoch timestamp or human readable timestamp (e.g.
01/01/2025,2025-01-01 08:00:00,Jan 1, 2025 8am)
EXAMPLES
A parent bank does not need to be specified when adding the root bank:
$ flux account add-bank root 1
All others, however, require a parent bank:
$ flux account add-bank bankA 1 --parent-bank=root