Hey everyone,
looking for some insight how to cleanup the following situation:
I have a datastore that had backups, but all were removed. Garbage Collection ran successfully but there are still files and chunks leftover.
This is the output of the GC:
Also in the filesystem I have a leftover "owner" file:
Any suggestions why these are leftover and how I can get rid of them (without manual intervention)? I dont think they should be there and are left over somehow.
looking for some insight how to cleanup the following situation:
I have a datastore that had backups, but all were removed. Garbage Collection ran successfully but there are still files and chunks leftover.
This is the output of the GC:
Code:
2025-06-13T11:37:53+02:00: Access time update check successful, proceeding with GC.
2025-06-13T11:37:53+02:00: Using access time cutoff 1d 5m, minimum access time is 2025-06-12T09:32:52Z
2025-06-13T11:37:53+02:00: Start GC phase1 (mark used chunks)
2025-06-13T11:37:53+02:00: Start GC phase2 (sweep unused chunks)
2025-06-13T11:37:54+02:00: processed 73% (0 chunks)
2025-06-13T11:37:55+02:00: Removed garbage: 0 B
2025-06-13T11:37:55+02:00: Removed chunks: 0
2025-06-13T11:37:55+02:00: Original data usage: 0 B
2025-06-13T11:37:55+02:00: On-Disk chunks: 1
2025-06-13T11:37:55+02:00: Deduplication factor: 0.00
2025-06-13T11:37:55+02:00: Average chunk size: 159 B
2025-06-13T11:37:55+02:00: TASK OK
Also in the filesystem I have a leftover "owner" file:
Code:
> # tree ⬡ 20.19.2
.
└── vm
└── 100
└── owner
3 directories, 1 file
Any suggestions why these are leftover and how I can get rid of them (without manual intervention)? I dont think they should be there and are left over somehow.