From 6f3cb7bebe1854b7f92211d405a10001a04c9cd0 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 26 Oct 2025 09:57:05 -0700 Subject: [PATCH] Update disk_location_ec.go --- weed/storage/disk_location_ec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/storage/disk_location_ec.go b/weed/storage/disk_location_ec.go index 47b7f8e29..41a366059 100644 --- a/weed/storage/disk_location_ec.go +++ b/weed/storage/disk_location_ec.go @@ -225,7 +225,7 @@ func (l *DiskLocation) loadAllEcShards() (err error) { prevVolumeId = 0 continue } - prevVolumeId = volumeId + prevVolumeId = 0 sameVolumeShards = nil continue }