mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #12186 from ioito/automated-cherry-pick-of-#12184-upstream-release-3.7
Automated cherry pick of #12184: fix(region): qcloud database sync
This commit is contained in:
@@ -90,7 +90,7 @@ func (rds *SMySQLInstance) GetIDBInstanceDatabases() ([]cloudprovider.ICloudDBIn
|
||||
part[i].rds = rds
|
||||
ret = append(ret, &part[i])
|
||||
}
|
||||
if len(ret) >= total {
|
||||
if len(ret) >= total || len(part) == 0 {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user