mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
fix(region): delete disk actually when cleaning disks (#13524)
This commit is contained in:
@@ -2239,7 +2239,7 @@ func (manager *SDiskManager) CleanPendingDeleteDisks(ctx context.Context, userCr
|
||||
return
|
||||
}
|
||||
for i := 0; i < len(disks); i += 1 {
|
||||
disks[i].StartDiskDeleteTask(ctx, userCred, "", false, false, false)
|
||||
disks[i].StartDiskDeleteTask(ctx, userCred, "", false, true, false)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user