mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-19 22:42:40 +00:00
03d7a4e7fe
The times in the quorum status file are in absolute monotinic kernel time since bootup. That's not particularly helpful especially when comparing across hosts with different boot times. This shows relative times in timespec64 seconds until or since the times in question. While we're at it we also collect the send and receive timestamps closer to each send or receive call. Signed-off-by: Zach Brown <zab@versity.com>