Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16111 test: new utility daos_sys_logscan (#15629)
Scan a list of engine logfiles to produce a nested dictionary of pools and a sequence of key events such as pool leadership terms, pool map version updates (due to target state changes), rebuild start and progress update events and total rebuild duration. This first version focuses on finding the pool service leader engine log file and producing this information. Future updates to the tool can potentially include finer-grain tracking of operations across all pool storage engine log files. The supporting class LogLine in cart_logparse.py has a tiny change to support this new utility. Signed-off-by: Kenneth Cain <[email protected]>
- Loading branch information