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

block-party: Use a full snafu error rather than an io::Error shim #425

Merged
merged 1 commit into from
Oct 18, 2019

Conversation

tjkirch
Copy link
Contributor

@tjkirch tjkirch commented Oct 17, 2019

Fixes #307.

Testing done:

growpart grew the part:

bash-5.0# df -h /local
Filesystem      Size  Used Avail Use% Mounted on
/dev/xvdb1       20G  1.4G   18G   8% /local

signpost still sees the things:

bash-5.0# signpost status
OS disk: /dev/xvda
Set A:   boot=/dev/xvda2 root=/dev/xvda3 hash=/dev/xvda4 priority=1 tries_left=0 successful=true
Set B:   boot=/dev/xvda6 root=/dev/xvda7 hash=/dev/xvda8 priority=0 tries_left=0 successful=false
Active:  Set A
Next:    Set A

workspaces/updater/signpost/src/error.rs Outdated Show resolved Hide resolved
@tjkirch
Copy link
Contributor Author

tjkirch commented Oct 18, 2019

This push removes the unneeded use block_party; statements.

@tjkirch tjkirch merged commit 4375070 into develop Oct 18, 2019
@tjkirch tjkirch deleted the block-party-errors branch October 18, 2019 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

block-party: Do better than std::io::Error
2 participants