mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-22 12:32:36 +08:00
* fix(esxi): Fetch full templates of datastoreImageCache Datastore 和 DatastoreImageCache 是一对一的关系。 每一个 Datastore 可能有多个对应的 Host,所以 GetIIMages 里面获取 Templates 的逻辑应该尝试去获取所有 Host 的 Templates。 * fix(host-deployer): Exit correctly after mounting MountRootfs的返回值为nil时,还是需要Umount的操作来正确退出(比如VDDK)。 VDDK的Mount分为两步,第一步会挂在remote disk到fuse下,然后挂载fuse/xxx/flat 到块设备上。第一步成功,第二部失败也应该正确退出。 * fix(host-deployer): Kill process * opt(host-deployer): Increase timeout of waiting mount * opt(host-deployer): Add debug log print command to mount * fix(esxi): Support multi agent in different zone