Skip to content

Commit

Permalink
Merge #1534
Browse files Browse the repository at this point in the history
1534: Pull rpc from dependencies submodule and various fixes r=tiagolobocastro a=tiagolobocastro

    feat: silence traces from unwanted modules
    
    Follows same pattern as control-plane.
    
    Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>

---    

    refactor: pull rpc from dependencies
    
    Move to latest dependencies submodule and pull the rpc from there.
    This also upgrades tonic/prost to latest versions.
    
    Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>

---

    fix(io-engine-client): add subcommand required message
    
    Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>

---

    fix(rebuild): don't report skipped segments as transferred
    
    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.
    
    Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>

Co-authored-by: Tiago Castro <tiagolobocastro@gmail.com>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Oct 27, 2023
2 parents f41ba98 + e071d54 commit d138a30
Show file tree
Hide file tree
Showing 69 changed files with 317 additions and 446 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 d138a30

Please sign in to comment.