Qu Xuan
698d13f3ef
fix: 新增google存储类型
2020-10-19 14:23:52 +08:00
ioito
1505dc6e04
fix: avoid serial vm creation
2020-09-24 16:41:50 +08:00
rainzm
05abebeea5
fix(region): add RequestSyncstatusOnHost for SESXiGuestDriver
...
esxi 平台 Guest 进行 syncstatus 和其他平台有所区别,Vcenter 可能会更改
VM 所在的 Host,所以在 Host 上寻找 VM 可能会出现 ErrNotFound。此时,应该
主动去整个 datacenter 中寻找 VM,然后更改 Host,进行同步。
2020-09-09 21:58:48 +08:00
Qu Xuan
ae26dc1214
fix: openstack win image user data need encode
2020-07-31 16:55:43 +08:00
Qu Xuan
fb25efa0cf
fix: openstack多项目问题
2020-07-30 14:48:16 +08:00
rainzm
d3c1bfd21d
fix: prefetch image error when create guest with vmware template
...
1. Only need the corresponding vmware template in the vcenter where the host is
located.
2. Chose storagecache which cacheimage is ready before deploying.
2020-07-16 21:44:26 +08:00
Qu Xuan
84c7341b7f
fix: check azure image format when rebuild root
2020-07-15 18:48:25 +08:00
Qu Xuan
8f5634eafc
fix: 修复资源组云上同步异常问题
2020-07-08 16:26:26 +08:00
Qu Xuan
aaa3d498a5
fix: manager_id资源隔离获取
2020-07-02 14:30:18 +08:00
Qu Xuan
6bed7639b0
fix: 修正项目映射同步
2020-06-30 11:52:41 +08:00
yunion-ci-robot
6fa35f9c7c
Merge pull request #6617 from ioito/automated-cherry-pick-of-#6592-upstream-release-3.2
...
Automated cherry pick of #6592 : fix: 通用指定项目到云上创建资源
2020-05-28 19:02:01 +08:00
Qu Xuan
62607fb9d2
fix: tmp update
2020-05-28 14:39:42 +08:00
Qu Xuan
11cae0b675
fix: 避免因磁盘数量导致创建机器失败
2020-05-28 12:08:32 +08:00
Qu Xuan
9208a70518
fix: 通用指定项目到云上创建资源
2020-05-27 15:31:54 +08:00
Qu Xuan
d52062137c
fix: 加入Azure套餐和镜像的检查
2020-05-22 16:12:52 +08:00
Qu Xuan
cc1e19b025
fix: 避免azure uefi重装系统失败
2020-05-22 16:12:52 +08:00
Zexi Li
3b99ebfd03
Merge pull request #6475 from yousong/automated-cherry-pick-of-#6474-upstream-release-3.2
...
Automated cherry pick of #6474 : cloudcommon: rbac: fix typo
2020-05-20 12:54:38 +08:00
Zexi Li
11463ce683
Merge pull request #6435 from ioito/automated-cherry-pick-of-#6434-upstream-release-3.2
...
Automated cherry pick of #6434 : fix: 加入azure镜像vhd检查
2020-05-20 11:07:46 +08:00
Yousong Zhou
7cd01cf535
guestdrivers: managed: use const api.EIP_STATUS_ASSOCIATE
2020-05-20 11:04:50 +08:00
Qu Xuan
9455c75098
fix: 修复zstack使用win镜像时userdata base64加密问题
2020-05-19 16:46:31 +08:00
Qu Xuan
1fa6b53a34
fix: 加入azure镜像vhd检查
2020-05-18 21:22:18 +08:00
Qu Xuan
1cc5eee870
fix: 优化windows powershell userdata
2020-05-14 20:42:47 +08:00
Qiu Jian
a51f928af9
fix: 1. vpc, cloudprovider should not violate the sharing limit of cloud account 2. sharing mode of host and attached local storage should be consistent. 3. cannot change owner of shared resource
2020-05-09 22:36:15 +08:00
Qiu Jian
ca13731a58
fix: network allocation according to sharing status
2020-04-26 00:37:38 +08:00
Qiu Jian
d1346771aa
feature: domain resource quota
2020-04-03 02:03:55 +08:00
Qu Xuan
7f47e88267
fix: 实现设置自动续费功能
2020-03-27 19:30:06 +08:00
Qu Xuan
c7c52041a5
fix: 支持publicip to eip转换
2020-03-27 15:22:40 +08:00
Qu Xuan
8f3d0cee00
fix: 统一后端同步状态字段-> sync_status
2020-03-23 10:59:54 +08:00
wanyaoqi
0631ad51f8
fix disk billing type on guest is postpaid
2020-03-05 20:32:03 +08:00
Qiu Jian
cf5498ac24
feature: recode structuralized GetExtraDetails and ListItemFilter
2020-03-04 14:01:25 +08:00
Qu Xuan
e46609bebc
fix: 谷歌云建议关机下调整配置,部分linux开机也调整不了配置
2020-02-27 16:51:35 +08:00
Zexi Li
dac8452cc9
Merge pull request #5217 from rainzm/bugfix/host_storage_size
...
fix: Storage filter not work for Esxi
2020-02-21 16:44:13 +08:00
Rain
2262cb0123
fix: Storage filter not work for Esxi
...
1. SESXiGuestDriver.DoScheduleStorageFilter should return true.
2. ESXi's SHost.GetStorageSizeMB should return the capacity of all the
storage belonging to it.
2020-02-21 15:03:08 +08:00
Qu Xuan
2015dc4764
fix: gcp win os not support change config when vm running
2020-02-20 11:57:03 +08:00
yunion-ci-robot
5035ff7338
Merge pull request #5130 from tb365/bugfix/tb-bugfix-021501
...
Bugfix/tb bugfix 021501
2020-02-18 08:14:38 +08:00
tangbin
5f2beae099
ctyun sync fix
2020-02-15 16:55:30 +08:00
tangbin
b7737c41d1
huawei userdata fix
2020-02-15 12:55:53 +08:00
tangbin
9b489c260f
aws userdata bugfix
2020-02-14 19:34:55 +08:00
tangbin
3642f9360d
ctyun vm create fix
2020-02-13 11:43:28 +08:00
Qu Xuan
9bd5f3a424
fix: google e2不支持本地盘
2020-02-07 16:05:40 +08:00
tangbin
4dfeb6cb30
aws create with eip fix
2020-02-06 17:47:01 +08:00
yunion-ci-robot
2f56b98778
Merge pull request #4893 from rainzm/feature/esxi_template
...
feature(esxiagent): Add Template VM as CachedImage
2020-01-19 17:45:12 +08:00
yunion-ci-robot
a1526d07de
Merge pull request #4901 from wanyaoqi/feature/wyq/sync-on-slave-start
...
backup guest fix
2020-01-19 15:43:12 +08:00
yunion-ci-robot
682361acb8
Merge pull request #4256 from yousong/feature/yousong-vpc
...
Feature/yousong vpc
2020-01-19 11:47:11 +08:00
wanyaoqi
c0e2019acd
backup guest fix
2020-01-19 10:46:24 +08:00
yunion-ci-robot
ade64ab485
Merge pull request #4946 from ioito/hotfix/qx-qcloud-eip-bandwidth
...
fix: 腾讯云主机带宽跟随eip带宽变化而变化
2020-01-17 19:42:09 +08:00
wanyaoqi
96862a2560
fix postpaid expire
2020-01-17 17:51:29 +08:00
Yousong Zhou
5f623cb892
hosts: simplify GetNetworkWithIdAndCredential
...
By removing unused arg
2020-01-17 17:44:31 +08:00
Rain
7524141e49
feature(esxiagent): Add Template VM as CachedImage
2020-01-17 14:16:08 +08:00
Qu Xuan
24591ecfab
fix: 腾讯云主机带宽跟随eip带宽变化而变化
2020-01-17 13:32:23 +08:00