Incomplete snapshots without metadata show 0 bytes in backup data totals #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The dashboard and host cards can show
0 bytesfor incomplete snapshot data even when incomplete snapshot records/directories exist. This likely happens when incomplete snapshot records were discovered from disk or created before storage metadata was recorded, so the SQL metadata has nostats.storage.snapshot.allocated_size_bytesvalue.Expected
Incomplete backup data totals should be useful for operators:
Scope
This is a bugfix for the backup data totals introduced in #53.