I created a datastore called 'restore', many months ago, purely for the purpose of a trial restoration from tape. All went well, and after I'd finished testing, I deleted all backups from that datastore, and it shows as empty in the GUI. The output from the latest GC is:
Despite that, there's still around 1GB of data in the corresponding '.chunks' directory.
Not that 1GB is particularly troubling, but I'm just wondering
a) Why is it still there? and
b) Is it safe to delete, either the '.chunks' directory itself, or the contents of it?
I've also noticed that there are still 'vm/xxx/owner' files for the previously deleted backups. I don't know if that Is expected behaviour or not.
Thanks,
Alex
Code:
2021-11-04T23:54:58+00:00: starting garbage collection on store restore
2021-11-04T23:54:58+00:00: Start GC phase1 (mark used chunks)
2021-11-04T23:54:58+00:00: Start GC phase2 (sweep unused chunks)
2021-11-04T23:56:28+00:00: Removed garbage: 0 B
2021-11-04T23:56:28+00:00: Removed chunks: 0
2021-11-04T23:56:28+00:00: Original data usage: 0 B
2021-11-04T23:56:28+00:00: On-Disk chunks: 0
2021-11-04T23:56:28+00:00: Deduplication factor: 1.00
2021-11-04T23:56:28+00:00: TASK OK
Despite that, there's still around 1GB of data in the corresponding '.chunks' directory.
Not that 1GB is particularly troubling, but I'm just wondering
a) Why is it still there? and
b) Is it safe to delete, either the '.chunks' directory itself, or the contents of it?
I've also noticed that there are still 'vm/xxx/owner' files for the previously deleted backups. I don't know if that Is expected behaviour or not.
Thanks,
Alex