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

After node restart symlinks in /dev/block do not exist #7

Closed
dzolnierz opened this issue Jul 2, 2018 · 2 comments
Closed

After node restart symlinks in /dev/block do not exist #7

dzolnierz opened this issue Jul 2, 2018 · 2 comments
Assignees
Labels

Comments

@dzolnierz
Copy link
Contributor

The driver enters into this piece of code:

  165             else:
  166                 import inspect
  167                 raise Exception(
  168                         ("Fatal error on line %d. This should never happen") % (inspect.currentframe().f_lineno)
  169                 )

and pods are never started again after node boot.

@dzolnierz dzolnierz added the bug label Jul 2, 2018
@dzolnierz dzolnierz self-assigned this Jul 2, 2018
@dzolnierz
Copy link
Contributor Author

To fix:

  1. Recreate symlinks after restart.
    or
  2. Make symlinks persistent with custom udev rule.

@dzolnierz
Copy link
Contributor Author

Fixed in fix/issue-7.

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

No branches or pull requests

1 participant