Hello community,
when performing garbage collection on a datastore, I have observed following log message:
I assume a relation to manual introduction of namespaces after initial backups, my datastore's directory layout looks as follows:
My assumption was that a central .chunks folder above specific namespaces is the desired behavior. Could anybody confirm / comment on that?
Thanks and best regards,
Jan
when performing garbage collection on a datastore, I have observed following log message:
Code:
2022-11-08T11:38:08+01:00: marked 100% (414 of 414 index files)
2022-11-08T11:38:08+01:00: found (and marked) 414 index files outside of expected directory scheme
2022-11-08T11:38:08+01:00: Start GC phase2 (sweep unused chunks)
2022-11-08T11:38:35+01:00: processed 1% (7052 chunks)
I assume a relation to manual introduction of namespaces after initial backups, my datastore's directory layout looks as follows:
Code:
# tree -a -d -I ???? -L 4
.
├── .chunks
└── ns
├── namespace-a
│ ├── ct
│ │ └── 203
│ └── vm
│ └── 201
└── namespace-b
├── ct
│ ├── 102
│ ├── 111
│ └── ...
└── vm
├── 101
├── 103
└── ...
My assumption was that a central .chunks folder above specific namespaces is the desired behavior. Could anybody confirm / comment on that?
Thanks and best regards,
Jan