Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node/metabase: Don't create parent index from the 1st child on migration
Should have been done in bd36f5b. First child in object split V2 scheme contains incomplete parent header. Previously, following error could occur during v3->v4 metabase migration: ``` put metadata for parent of object <OID>: missing payload checksum ``` This makes corresponding migration func to skip parent header from the 1st child as `Put` does. Refs #3058. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information