mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
Merge pull request #13129 from ioito/hotfix/qx-image-not-found-err-details
fix(region): image not found details error
This commit is contained in:
@@ -121,8 +121,7 @@ func (self *SManagedVirtualizationHostDriver) CheckAndSetCacheImage(ctx context.
|
||||
} else {
|
||||
_, err = iStorageCache.GetIImageById(cachedImage.ExternalId)
|
||||
if err != nil {
|
||||
log.Errorf("remote image fetch error %s", err)
|
||||
return nil, errors.Wrap(err, "iStorageCache.GetIImageById")
|
||||
return nil, errors.Wrapf(err, "iStorageCache.GetIImageById(%s) for %s", cachedImage.ExternalId, iStorageCache.GetGlobalId())
|
||||
}
|
||||
image.ExternalId = cachedImage.ExternalId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user