-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1552: Various fixes for idempotency, error messages and concurrency r=tiagolobocastro a=tiagolobocastro fix(grpc/snapshot): snapshot grpc should use replica svc We should not allow concurrent snapshot and replica operations as they might clash. todo: allow per-resource locking Furthermore it was observed that holding a bdev ptr whilst it's being deleted might cause a crash, we need to determine if this was to do with it being held over an async point, or a more general problem. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> --- ci(test/wipe/replicas): allow list and wipe replicas System test is using wipe replicas, which can block list calls from the control-plane and thus confusing it thinking the node is not responding. Let's allow concurrent wipe with lists, since wiping doesn't destroy or modify replica metadata anyway. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> --- fix(io-engine/client): fix cli args Some args were not setup correctly since clap update. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> --- fix: bad error message ChildNotFound error had an invalid error message. Don't output NotFound messages for ptpl. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> --- fix(lvs/status): fixup missing bdev errors Allows the control-plane to determine what the inner error was. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> Co-authored-by: Tiago Castro <tiagolobocastro@gmail.com>
- Loading branch information
Showing
14 changed files
with
118 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.