mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
fix: migrate users properly from older releases to newer (#12333)
This commit is contained in:
@@ -149,7 +149,6 @@ func runDataScanner(pctx context.Context, objAPI ObjectLayer) {
|
||||
bf, err := globalNotificationSys.updateBloomFilter(ctx, nextBloomCycle)
|
||||
logger.LogIf(ctx, err)
|
||||
err = objAPI.NSScanner(ctx, bf, results)
|
||||
close(results)
|
||||
logger.LogIf(ctx, err)
|
||||
if err == nil {
|
||||
// Store new cycle...
|
||||
|
||||
Reference in New Issue
Block a user