improve code for logger and fix typo (#272)

This commit is contained in:
houseme
2025-07-21 15:20:36 +08:00
committed by GitHub
parent f7d30da9e0
commit 3f095e75cb
8 changed files with 34 additions and 16 deletions
+1 -1
View File
@@ -1172,7 +1172,7 @@ impl SetDisks {
ListPathRawOptions {
disks: disks.iter().cloned().map(Some).collect(),
bucket: bucket.clone(),
recursice: true,
recursive: true,
min_disks: listing_quorum,
agreed: Some(Box::new(move |entry: MetaCacheEntry| {
info!("list_objects_to_rebalance: agreed: {:?}", &entry.name);