Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nexus] fix semantic merge conflict on main (#5629)
Conflict between #5596 and #5622. * #5596 changed `DataStore::sled_list` to take a `SledFilter` argument -- and `Nexus::sled_list` always uses `InService`. * #5622 made the functions call `DataStore::sled_list` instead of `Nexus::sled_list` Not entirely sure that `InService` is correct, but it seems fine to just have all non-expunged sleds here for now.
- Loading branch information