Skip to content

Commit

Permalink
Fix merge (renamed method)
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Dec 17, 2024
1 parent c133782 commit 759a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/support_bundles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl super::Nexus {
// Lookup the sled holding the bundle, forward the request there
let sled_id = self
.db_datastore
.zpool_get_sled(&opctx, bundle.zpool_id.into())
.zpool_get_sled_if_in_service(&opctx, bundle.zpool_id.into())
.await?;
let client = self.sled_client(&sled_id).await?;

Expand Down

0 comments on commit 759a9f8

Please sign in to comment.