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

add-data after init-cache causes assertion failure in stratisd #2789

Closed
mvollmer opened this issue Sep 21, 2021 · 0 comments · Fixed by #2790
Closed

add-data after init-cache causes assertion failure in stratisd #2789

mvollmer opened this issue Sep 21, 2021 · 0 comments · Fixed by #2790
Assignees

Comments

@mvollmer
Copy link
Collaborator

With stratisd 2.4.2:

# stratis pool create pool0 /dev/sda1
# stratis pool init-cache pool0 /dev/sda2
# stratis pool add-data pool0 /dev/sda3
Execution failed:
stratis attempted communication with the daemon, stratisd, over the D-Bus, but stratisd did not respond in the allowed time. 

In the journal:

Sep 21 15:45:54 dev stratisd[757]: thread 'stratis-wt-965' panicked at 'assertion failed: `(left == right)`
Sep 21 15:45:54 dev stratisd[757]:   left: `Device { major: 253, minor: 9 }`,
Sep 21 15:45:54 dev stratisd[757]:  right: `Device { major: 253, minor: 2 }`', src/engine/strat_engine/thinpool/thinpool.rs:516:9
Sep 21 15:45:54 dev stratisd[757]: stack backtrace:
Sep 21 15:45:54 dev stratisd[757]: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
@mulkieran mulkieran added this to To do in 2021September via automation Sep 21, 2021
@mulkieran mulkieran self-assigned this Sep 21, 2021
@mulkieran mulkieran moved this from To do to In progress (long term) in 2021September Sep 21, 2021
@mulkieran mulkieran moved this from In progress (long term) to In progress in 2021September Sep 22, 2021
2021September automation moved this from In progress to Done Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants