Commit Graph
8811 Commits
Author SHA1 Message Date
Zexi Li 8cb5bcce15 Merge pull request #4779 from rainzm/bugfix/esxi_workspace
fix(esxi-agent): Avoid redundant agent & Adjust workspace path
2020-01-10 11:51:45 +08:00
yunion-ci-robot 4703567fe1 Merge pull request #4754 from rainzm/bugfix/storage_sync
fix(region): Sync HostStorage in syncOnPremiseCloudProviderInfo
2020-01-10 10:33:57 +08:00
yunion-ci-robot 3b36f67c53 Merge pull request #4761 from wanyaoqi/bugfix/wyq/fix-image-disable-delete
image: image-properties-add-disable-delete
2020-01-10 10:27:58 +08:00
yunion-ci-robot 7ac8fc8026 Merge pull request #4768 from wanyaoqi/bugfix/wyq/fix-guest-start-no-task-complete
bugfix: fix guest start no task complete
2020-01-10 10:22:58 +08:00
yunion-ci-robot 2adc3e03fc Merge pull request #4780 from swordqiu/hotfix/qj-initialize-service-config
fix: initialize service config on keystone when service boot
2020-01-10 10:17:59 +08:00
yunion-ci-robot 0d738d06d3 Merge pull request #4784 from yousong/bugfix/yousong-cname
Bugfix/yousong cname
2020-01-10 10:13:58 +08:00
Yousong Zhou fb9e3c9522 dns: chain load records for cname 2020-01-09 23:19:59 +08:00
Yousong Zhou 1c84754373 dns: prepare for responding with A record of cname value 2020-01-09 23:19:59 +08:00
Yousong Zhou b904b58de0 dnsrecords: add helper methods 2020-01-09 23:19:59 +08:00
Qiu Jian 74af253254 fix: initialize service config on keystone when service boot 2020-01-09 22:04:27 +08:00
Rain 891a018bef fix(esxi-agent): Avoid redundant agent & Adjust workspace path
1. There is only one esxi agent needed in OneCloud.
2. Workspace path shoule be EsxiAgentPath not the parent directory of this.
3. The VM name is too long for vcenter when importing VM so that shrink
it.
2020-01-09 21:07:41 +08:00
Rain 5dc98f2645 fix(region): Sync HostStorage in syncOnPremiseCloudProviderInfo
情景:绕过OneCloud,删除 storage 上的所有 vm 并且删除 storage 然后新建 storage。

问题:因为存在 vm 在使用此 storage ,所以在同步的时候,对应的 storage
会删除失败,并且阻止了 storagecache 的同步。这样在创建机器的时候,如果
使用旧的 storage 就会导致创建失败(因为此 Host 已经不再使用对应的
remote storage); 如果使用新的 storage 就会因为找不到对应的 storage cache 而失败。

修改:如果因为以上原因删除失败的 storage 的 storage_type 为 local
那么就把这个 storage 置为 offline,并且不再阻止 storage cache 的同步。
2020-01-09 21:00:08 +08:00
wanyaoqi ddb4d72527 fix guest start no task complete 2020-01-09 17:11:41 +08:00
wanyaoqi ab8f96ee67 image-properties-add-disable-delete 2020-01-09 15:40:33 +08:00
yunion-ci-robot 7c31d1a7da Merge pull request #4755 from rainzm/bugfix/esxi_vm_path
fix(esxi-agent): Adjust the VM Path in Datastore
2020-01-09 10:27:57 +08:00
Zexi Li adcfaaa555 Merge pull request #4757 from swordqiu/hotfix/qj-fix-quota-brand-key
fix: brand of compute quota key should be fixed
2020-01-09 09:58:33 +08:00
yunion-ci-robot 7c51a354e7 Merge pull request #4709 from wanyaoqi/bugfix/wyq/host-misc-20200108
host misc fix
2020-01-09 00:03:58 +08:00
yunion-ci-robot 8cbf8caf79 Merge pull request #4724 from yousong/bugfix/yousong-wire-name
wires: lift name length, charset constraint
2020-01-08 23:39:57 +08:00
yunion-ci-robot 112dd56081 Merge pull request #4750 from ioito/bugfix/qx-qcloud-cloudevent-success
fix: cloudevent 成功条件补充
2020-01-08 23:31:01 +08:00
Qiu Jian 90c301ca01 fix: brand of compute quota key should be fixed 2020-01-08 23:16:44 +08:00
Rain 883871d551 fix(esxi-agent): Adjust the VM Path in Datastore 2020-01-08 21:05:22 +08:00
Qu Xuan a0d48290af fix: cloudevent 成功条件补充 2020-01-08 20:43:07 +08:00
Zexi Li 2021c2095a Merge pull request #4735 from swordqiu/hotfix/qj-quota-misc-bugfix-20200108
fix: misc quota bugs
2020-01-08 19:17:24 +08:00
yunion-ci-robot 4baa85932c Merge pull request #4728 from ioito/hotfix/qx-eip-generate-name
Hotfix/qx eip generate name
2020-01-08 18:59:01 +08:00
Qiu Jian 3f148f78e7 fix: misc quota bugs
1. snapshot pending usage not cleaned after created
2. server-attach-network error
3. loadbalancer fail to set cloudregion_id
2020-01-08 18:44:07 +08:00
Qu Xuan 3c9d6b929a fix: eip duplicate name 2020-01-08 17:41:22 +08:00
Yousong Zhou 8d3434cdab wires: lift name length, charset constraint 2020-01-08 17:21:30 +08:00
yunion-ci-robot 6c7b477956 Merge pull request #4695 from rainzm/bugfix/guest_image_quota
fix(glance): Cancel pending usage of image quota correctly
2020-01-08 16:10:58 +08:00
yunion-ci-robot 4a9a72d530 Merge pull request #4657 from ioito/hotfix/qx-api-docs
Hotfix/qx api docs
2020-01-08 15:54:57 +08:00
yunion-ci-robot 9e62b4dace Merge pull request #4701 from tb365/bugfix/tb-bugfix-0107
Bugfix/tb bugfix 0107
2020-01-08 15:51:57 +08:00
Zexi Li 899f90f60b Merge pull request #4714 from wanyaoqi/bugfix/wyq/subimage-field-nullable
bugfix: glance set subimage some field nullable
2020-01-08 15:42:33 +08:00
wanyaoqi 00237495b9 set subimage some field nullable 2020-01-08 15:35:26 +08:00
yunion-ci-robot 77ca8b147b Merge pull request #4655 from ioito/hotfix/qx-cloudevent-query-optimized
optimized: 优化公有云日志查询
2020-01-08 14:53:57 +08:00
wanyaoqi eb16796db1 host misc fix 2020-01-08 14:19:26 +08:00
yunion-ci-robot 0c0e414b7b Merge pull request #4683 from yousong/bugfix/yousong-owrt
Bugfix/yousong owrt
2020-01-08 12:53:57 +08:00
Qu Xuan 1d6cf71cfc fix: add api docs 2020-01-08 11:54:57 +08:00
Qu Xuan 92e4dc7cd6 optimized: 优化公有云日志查询 2020-01-08 11:44:07 +08:00
yunion-ci-robot 356b021cd3 Merge pull request #4650 from ioito/hotfix/qx-rds-account-fix
fix: 避免创建rds account, database后未设置exteranl_id
2020-01-08 11:39:57 +08:00
yunion-ci-robot d1db323c77 Merge pull request #4636 from ioito/hotfix/qx-huawei-rds-password-check
fix: 加强密码校验
2020-01-08 11:36:58 +08:00
Rain 1560fb53a9 fix(glance): Cancel pending usage of image quota correctly
ImageNumber always be zero because the 'image_number' in data was
removed so that canceling pending usage not work.
2020-01-08 11:27:02 +08:00
yunion-ci-robot 0b84c1f97e Merge pull request #4634 from tb365/bugfix/tb-bugfix-0106
huawei image delete bugfix
2020-01-08 11:25:57 +08:00
TangBin 3e9c68abad huawei redis sync fix 2020-01-08 11:04:58 +08:00
TangBin 7b8d617b5b ctyun default gateway fix 2020-01-08 10:57:31 +08:00
TangBin 61f72fbbfd huawei network default gateway fix 2020-01-08 10:56:32 +08:00
TangBin 8607d25035 network create GuestIpPrefix fix 2020-01-08 10:46:34 +08:00
yunion-ci-robot 2d2384df19 Merge pull request #4685 from ioito/hotfix/qx-next-marker
fix: next marker format
2020-01-08 10:07:57 +08:00
TangBin 3982f7fb19 azure skus sync fix 2020-01-07 20:03:27 +08:00
Zexi Li 49603570ec Merge pull request #4676 from swordqiu/hotfix/qj-guest-network-default-share-scope
fix: guest network default share scope should be system if non-default-domain-projects is off
2020-01-07 19:30:03 +08:00
Zexi Li 0a0386f76f Merge pull request #4666 from swordqiu/hotfix/qj-guest-brand-on-guest-create
fix: guess brand on guest create
2020-01-07 19:28:15 +08:00
yunion-ci-robot 8d7808b3fb Merge pull request #4656 from ioito/hotfix/qx-qcloud-bandwidth-user
fix: 避免拥有带宽包的腾讯云创建机器失败
2020-01-07 18:02:57 +08:00