mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
At the very beginning, updating subimage of guest image is a asynchronous process so that a intermediate state was need for web client. But guest image's status has a little particularity. Now, the update process is synchronous and use errgroup.Group to update subimage in a concurrent manner. Add 'size' and 'status' for subimages belong to a guest image.