Skip to content

Commit 6c305d3

Browse files
mayastor-borstiagolobocastro
andcommitted
chore(bors): merge pull request #433
433: chore: update to latest io-engine api r=tiagolobocastro a=tiagolobocastro Signed-off-by: Tiago Castro <[email protected]> Co-authored-by: Tiago Castro <[email protected]>
2 parents 2ea8afd + fd13a3c commit 6c305d3

File tree

2 files changed

+7
-2
lines changed
  • control-plane/agents/src/bin/core/controller
  • rpc

2 files changed

+7
-2
lines changed

control-plane/agents/src/bin/core/controller/grpc.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ impl GrpcClient {
448448
.list_replicas(ListReplicaOptions {
449449
name: None,
450450
poolname: None,
451+
uuid: None,
451452
})
452453
.await
453454
.context(GrpcRequestError {
@@ -502,6 +503,7 @@ impl GrpcClient {
502503
.list_pools(ListPoolOptions {
503504
name: None,
504505
pooltype: None,
506+
uuid: None,
505507
})
506508
.await
507509
.context(GrpcRequestError {
@@ -550,7 +552,10 @@ impl GrpcClient {
550552
let rpc_nexuses = self
551553
.client_v1()?
552554
.nexus
553-
.list_nexus(ListNexusOptions { name: None })
555+
.list_nexus(ListNexusOptions {
556+
name: None,
557+
uuid: None,
558+
})
554559
.await
555560
.context(GrpcRequestError {
556561
resource: ResourceKind::Nexus,

rpc/api

Submodule api updated from f54c0cc to 936f12a

0 commit comments

Comments
 (0)