Skip to content

Create index dir before creating node UUID

John Mason requested to merge jm-fix-index-dir-bug into main

What does this MR do and why?

There was a bug where node UUID creation would fail if the index directory does not exist yet. This change creates the index directory earlier in boot process and effectively fixes that problem.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports