We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e69f392 + 0b72a95 commit 156ca0cCopy full SHA for 156ca0c
nexus/src/app/background/tasks/support_bundle_collector.rs
@@ -129,10 +129,10 @@ struct BundleRequest {
129
// The set of data to be included within this bundle.
130
data_selection: HashSet<BundleDataCategory>,
131
132
- // The set of sets to be included within this bundle.
+ // The set of sleds to be included within this bundle.
133
//
134
// NOTE: This selection is only considered if "data_selection" requests
135
- // data from specific sleds.
+ // data from sleds.
136
sled_selection: HashSet<SledSelection>,
137
138
// The set of ereports to be included within this bundle.
0 commit comments