Remove access to the path for few simple cases
What does this MR do?
These change got liften from other work I was working on and made that diff messy. In general about the change; Rails' doesn't get to know where the data is stored on disk. This allows remounting data on a different location, among other gooddies.
What are the relevant issue numbers?
Linked in the commit
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Documentation created/updated -
Tests added for this feature/bug -
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides -
Conforms to the database guides -
Link to e2e tests MR added if this MR has Requires e2e tests label. See the Test Planning Process.