Skip to content

Commit

Permalink
Merge #1534
Browse files Browse the repository at this point in the history
1534: fix(rebuild): don't report skipped segments as transferred r=tiagolobocastro a=tiagolobocastro

When a segment is unallocated then we should not include this segment for transferred stats. 
This addresses an issue where for an empty thin volume the transferred bytes were being shown as the entire volume size.

Co-authored-by: Tiago Castro <[email protected]>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Oct 27, 2023
2 parents f41ba98 + 32933db commit 9e5582c
Show file tree
Hide file tree
Showing 61 changed files with 262 additions and 400 deletions.
8 changes: 2 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[submodule "rpc/mayastor-api"]
path = rpc/mayastor-api
url = https://github.com/openebs/mayastor-api
branch = develop
[submodule "spdk-rs"]
path = spdk-rs
url = https://github.com/openebs/spdk-rs
branch = develop
[submodule "utils/io-engine-dependencies"]
path = utils/io-engine-dependencies
[submodule "utils/dependencies"]
path = utils/dependencies
url = https://github.com/openebs/mayastor-dependencies.git
branch = develop
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spaces_around_ranges = true
edition = "2018"

ignore = [
"rpc/mayastor-api"
"utils/dependencies/apis/io-engine"
]
Loading

0 comments on commit 9e5582c

Please sign in to comment.