Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not create automatically all required folders for Bob during startup #180

Closed
ikopylov opened this issue Feb 24, 2021 · 0 comments · Fixed by #417
Closed

Do not create automatically all required folders for Bob during startup #180

ikopylov opened this issue Feb 24, 2021 · 0 comments · Fixed by #417
Assignees
Labels
feature New feature or request

Comments

@ikopylov
Copy link
Member

The current behavior conflicts with the disk fail/restore feature: if the disk was disconnected and the bob service was restarted, new folders will be created directly on the system disk, which is incorrect.

For initial folder structure initialization, Bob should be started with an additional command line parameter. In this mode it creates a folder structure, if not presented, during startup (in fact, this just reproduces the current behavior).

If Bob is started without that parameter (normal stat), it should treat the missing folders as if they were on the disk that was taken offline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants