Commit Graph
5744 Commits
Author SHA1 Message Date
Qiu Jian ffbb7e362b fix: cloud account/provider missing event logs for
delete/enable/disable/change_project
2019-04-20 17:05:29 +08:00
yunion-ci-robot 8e508b6f31 Merge pull request #507 from Zexi/hotfix/server-create-params-net-bonding
fix: server-create-params network boding config
2019-04-20 14:59:11 +08:00
Zexi 27ffbf8002 fix: server-create-params network boding config 2019-04-20 14:40:18 +08:00
yunion-ci-robot d988e7dc41 Merge pull request #505 from swordqiu/hotfix/qj-host-list-filter-by-hypervisor
allow list hosts by hypervisor
2019-04-20 12:48:12 +08:00
Qiu Jian b4240bf0bf allow list hosts by hypervisor 2019-04-20 12:44:00 +08:00
yunion-ci-robot a31e8172a1 Merge pull request #489 from ioito/hotfix/qx-validate-create-vpc
腾讯云要求vpc掩码范围需在16 - 28之间
2019-04-19 20:07:21 +08:00
yunion-ci-robot f8be4027f1 Merge pull request #493 from ioito/hotfix/qx-host-server-ignore-rbd-error
避免因ceph存储阻塞host 服务启动
2019-04-19 20:02:10 +08:00
ioito 4ed3d9c192 腾讯云要求vpc掩码范围需在16 - 28之间 2019-04-19 17:53:24 +08:00
yunion-ci-robot da8e2ce6b1 Merge pull request #491 from swordqiu/hotfix/qj-server-update-validate-skip-quota-check-if-cpu-mem-not-set
fix: skip quota check in server validateupdatedata if cpu and mem not updated
2019-04-19 16:52:12 +08:00
ioito 81f13a0286 添加连接ceph超时时间 2019-04-19 16:00:11 +08:00
ioito 32ea2c9227 忽略rbd错误,并将rbd storage置为离线 2019-04-19 14:45:41 +08:00
yunion-ci-robot eac3871ad0 Merge pull request #490 from swordqiu/hotfix/qj-cloud-env-filter-for-private_or_onpremise
fix: add cloud_env filter of private_or_onpremise
2019-04-19 12:45:10 +08:00
Qiu Jian a04be21c61 fix: skip quota check in server validateupdatedata if cpu and mem not
updated
2019-04-19 12:32:28 +08:00
Qiu Jian c1c57b88af fix: add cloud_env filter of private_or_onpremise 2019-04-19 12:00:53 +08:00
yunion-ci-robot 5fa4ce519a Merge pull request #487 from ioito/hotfix/qx-metadata-empty-return
避免标签为空时,未返回{data:[]}结构
2019-04-19 11:53:10 +08:00
ioito 74fdcd97b7 避免标签为空时,未返回{data:[]}结构 2019-04-19 11:21:47 +08:00
yunion-ci-robot 6b8ed262e3 Merge pull request #474 from ioito/bugfix/qx-rebuild-root
避免一些公有云重装系统后数据未刷新导致任务失败
2019-04-18 23:09:10 +08:00
yunion-ci-robot 05951abd6d Merge pull request #476 from ioito/hotfix/qx-create-windows-without-cloud-init
避免创建Windows时使用linux格式的userData
2019-04-18 22:24:10 +08:00
yunion-ci-robot ca95d3dd54 Merge pull request #480 from wanyaoqi/bugfix/wyq/fix-matedata-handler
fix metadata handler not return
2019-04-18 19:35:11 +08:00
wanyaoqi c751d1da43 fix metadata handler not return 2019-04-18 19:15:56 +08:00
yunion-ci-robot 141da5740d Merge pull request #478 from Zexi/feature/spec-mcclient-mod
feature: mcclient spec modules add rpc method
2019-04-18 18:48:10 +08:00
Zexi 39689fed66 feature: mcclient spec modules add rpc method 2019-04-18 18:42:07 +08:00
ioito 179d60fe0f 避免创建Windows时使用linux格式的userData 2019-04-18 16:14:46 +08:00
ioito 01b8c046fd 避免一些公有云重装系统后数据未刷新导致任务失败 2019-04-18 15:30:17 +08:00
yunion-ci-robot 731844785f Merge pull request #470 from tb365/bugfix/tb-sku-sync-to-schduler
sync sku to scheduler
2019-04-18 15:27:10 +08:00
TangBin b6af86621d fix import 2019-04-18 15:24:51 +08:00
yunion-ci-robot 85b1ccd2cb Merge pull request #452 from ioito/hotfix/qx-metadata-list
兼容标签返回结构
2019-04-18 13:55:10 +08:00
TangBin 986126a675 sync sku to scheduler 2019-04-18 11:22:48 +08:00
ioito ebf53fad26 兼容标签返回结构 2019-04-18 11:20:12 +08:00
yunion-ci-robot 85b41c0dc1 Merge pull request #457 from yousong/bugfix/yousong-enhance-db-tasks
Bugfix/yousong enhance db tasks
2019-04-18 10:57:10 +08:00
yunion-ci-robot 43f7bcf7a5 Merge pull request #371 from Zexi/feature/network-schedtag
support network schedtag
2019-04-18 10:25:10 +08:00
Zexi Li e01c4e590f support network schedtag 2019-04-18 09:48:18 +08:00
yunion-ci-robot 04f9ae4d46 Merge pull request #463 from swordqiu/hotfix/qj-image-status-converting
fix: image status should be converting after upload
2019-04-17 23:26:14 +08:00
yunion-ci-robot 636a803791 Merge pull request #454 from swordqiu/feature/qj-unified-cloud-provider-env-filter-support
Add unified cloud provider and env filter for any resource list
2019-04-17 23:02:12 +08:00
Yousong Zhou 3b2677acd1 tasks: 改善查询语句
- 索引简化,obj_id的区分度非常高,且在QueryTasksOfObject()等相关的查询中是确定出现的
   - obj_name可认为被obj_id唯一确定
   - created_at若出现可假设被MySQL Index Merge优化
   - stage的值是可枚举的
 - Join taskobjects_tbl时,避免使用子查询查全表
 - 使用Union合并两个查询结果
2019-04-17 14:58:50 +00:00
Qiu Jian d89d17cfa5 fix: 1. image status should be converting after upload 2. move consts to
apis 3. add image-event command
2019-04-17 22:45:28 +08:00
yunion-ci-robot 8d1cb49cc7 Merge pull request #450 from swordqiu/hotfix/qj-fix-kvm-force-use-qcow2-image
fix: 1. force use qcow2 format when creating kvm VM 2. add template lock
2019-04-17 22:34:15 +08:00
yunion-ci-robot cc55cfc029 Merge pull request #449 from ioito/hotfix/qx-eip-associate-failed-log
添加EIP操作相关日志记录
2019-04-17 22:30:15 +08:00
yunion-ci-robot 2b6d188d9d Merge pull request #423 from Zexi/bugfix/add-status-api
fix: region statusstandalone resource get status api missing
2019-04-17 22:25:11 +08:00
yunion-ci-robot 0706227c4a Merge pull request #408 from wanyaoqi/feature/wyq/export-to-libvirt
feautre guest export to libvirt
2019-04-17 22:23:11 +08:00
Yousong Zhou bffb41d0ec vendor: 更新yunion.io/x/sqlchemy 2019-04-17 13:35:08 +00:00
Zexi c724a216a3 fix: region statusstandalone resource get status api missing 2019-04-17 21:08:38 +08:00
yunion-ci-robot ccb3bcbd78 Merge pull request #453 from Zexi/feature/scheduler-region-disk-select-storage
改进调度器 disk 选择 storage 的逻辑:
2019-04-17 18:38:10 +08:00
Qiu Jian 08dd0312b1 Add unified cloud provider and env filter for any resource list 2019-04-17 18:24:57 +08:00
wanyaoqi 9188ee054f fix guest concurrent start, add start work 2019-04-17 17:48:05 +08:00
wanyaoqi 533e001c4a qemu add serial device, fix system service detect os 2019-04-17 17:48:05 +08:00
wanyaoqi d13c229dbc 1. server export to libvirt generate virt install script
2. fix server import from libvirt
2019-04-17 17:48:05 +08:00
Zexi 7848a36f32 改进调度器 disk 选择 storage 的逻辑:
- 调度器选择 disk 对应一组 storages
- 主备机磁盘选择 storage
- 减少公有云选择 storage 的重复代码
2019-04-17 17:30:13 +08:00
Qiu Jian 324a390732 fix: cancel force qcow2 on local image cache, which cause esxi to use
qcow2 template
2019-04-17 16:55:58 +08:00
Qiu Jian 5294c15c4b fix: 1. force use qcow2 format when creating kvm VM 2. add template lock 2019-04-17 16:55:58 +08:00