-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1389: fix(retire/rebuild): schedule rebuild termination async r=tiagolobocastro a=tiagolobocastro When retiring don't wait for rebuild to terminate as it may get stuck if the device is not fully retired. It seems that IOs get stuck? For now we simply defer terminate to master reactor. Co-authored-by: Tiago Castro <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[submodule "rpc/mayastor-api"] | ||
path = rpc/mayastor-api | ||
url = https://github.com/openebs/mayastor-api | ||
branch = develop | ||
branch = release/2.2 | ||
[submodule "spdk-rs"] | ||
path = spdk-rs | ||
url = https://github.com/openebs/spdk-rs | ||
branch = develop | ||
branch = release/2.2 | ||
[submodule "utils/io-engine-dependencies"] | ||
path = utils/io-engine-dependencies | ||
url = https://github.com/openebs/mayastor-dependencies.git | ||
branch = develop | ||
branch = release/2.2 |
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