Commit Graph
10681 Commits
Author SHA1 Message Date
ioito f9f0c8f3cb fix: 优化同步,避免长时间加锁 2021-04-23 18:55:02 +08:00
yunion-ci-robot d62d6704a4 Merge pull request #10901 from yousong/feature/yousong-cloudproxy
cloudproxy: proxy_endpoints: create-from-server: allow name as arg
2021-04-23 09:48:51 +08:00
Zexi Li 55500a2797 Merge pull request #10893 from rainzm/spcache/delete
fix(region): allow owner to operate snapshotpolicy cache
2021-04-22 21:09:31 +08:00
Zexi Li a2eaf04932 Merge pull request #10897 from rainzm/stask/ijoint
fix(region): make SScheduledTaskLabel implement IJointModelManager
2021-04-22 21:08:11 +08:00
Yousong Zhou 675fe334ff cloudproxy: proxy_endpoints: create-from-server: allow name as arg 2021-04-22 20:45:30 +08:00
Zexi Li 1e55efeeec Merge pull request #10891 from zhaoxiangchun/feature/zxc-ecloud-monitor
feat(suggestion,mcclient): add suggestsysalert-delete climc
2021-04-22 20:25:21 +08:00
rainzm bc9264b1c3 fix(region): make SScheduledTaskLabel implement IJointModelManager 2021-04-22 18:14:11 +08:00
rainzm 1eb493b111 fix(region): allow owner to operate snapshotpolicy cache 2021-04-22 17:37:38 +08:00
zhaoxiangchun 28858d9470 feat(suggestion,mcclient): add suggestsysalert-delete climc 2021-04-22 16:56:55 +08:00
Zexi Li 88a8a65887 Merge pull request #10885 from rainzm/notify/fix_admin_update
fix(region): admin update without verification
2021-04-22 16:55:30 +08:00
Zexi Li e8d2debe4d Merge pull request #10888 from ioito/hotfix/qx-task-ctx
fix(region): avoid panic when sync resources
2021-04-22 16:52:34 +08:00
Zexi Li 8ffc02eea9 Merge pull request #10882 from ioito/hotfix/qx-lock-debug-info
fix(common): add debug info for lock
2021-04-22 16:51:06 +08:00
Qu Xuan 568687c436 fix(region): avoid panic when sync resources 2021-04-22 16:23:01 +08:00
Qu Xuan 5edf37c549 fix(common): add debug info for lock 2021-04-22 16:09:32 +08:00
rainzm 38debd3865 fix(region): admin update without verification 2021-04-22 11:42:54 +08:00
Zexi Li 56c3b704fc Merge pull request #10867 from ioito/hotfix/qx-vpc-wire
fix(region): avoid network create failed when vpc is ok but wire not sync
2021-04-22 10:24:10 +08:00
Zexi Li ca16403467 Merge pull request #10878 from ioito/hotfix/qx-lb-params-missing
fix(region): add egress_mbps params for lb
2021-04-22 10:23:23 +08:00
Qu Xuan dd427a0146 fix(region): add egress_mbps params for lb 2021-04-21 21:44:18 +08:00
Zexi Li 35ad91f705 fix(glance): image can't removed when size is 0 2021-04-21 20:57:15 +08:00
Qu Xuan 63a2faea7d fix(region): avoid network create failed when vpc is ok but wire not sync 2021-04-21 14:50:05 +08:00
rainzm 10793b9859 fix(region): make cloudprovider sync worker configurable
这个参数意味着,同时允许多少个 provider 来把自己同步的 region 任务放进后
面的队列。
进一步说,配置数量之外的 provider 必须等待前面的 provider 同步完所有的 region
之后,才有机会开始同步自己的region。
此限制的必要性不高,所以默认值设置比较大,为"10"。
2021-04-21 12:14:44 +08:00
yunion-ci-robot 09c3527fa7 Merge pull request #10709 from ioito/hotfix/qx-secrule-sync-fix
Hotfix/qx secrule sync fix
2021-04-21 11:29:51 +08:00
Zexi Li 35e6abd7f9 Merge pull request #10834 from zexi/automated-cherry-pick-of-#10833-upstream-master
Automated cherry pick of #10833: fix(region): fetch cached image from glance by default
2021-04-21 11:19:10 +08:00
Zexi Li 350fbc3c73 Merge pull request #10855 from swordqiu/hotfix/qj-ipmi-probe-reset-link-up-state
fix(baremetal): baremetal ipmi probe reset link up state
2021-04-21 10:12:33 +08:00
yunion-ci-robot fd75e5611f Merge pull request #10849 from yousong/feature/yousong-zombie
Feature/yousong zombie
2021-04-21 10:11:50 +08:00
Zexi Li 32ec7f68b1 Merge pull request #10851 from rainzm/syncaccount/localtask
fix(region): avoid using LocalTaskWorker in time-consuming synchronization of cloudaccount
2021-04-21 10:09:28 +08:00
Yousong Zhou 3a18af8d72 treewide: wait possible zombies 2021-04-20 22:01:02 +08:00
Qiu Jian 55cfb0ba45 fix(baremetal): baremetal ipmi probe reset link up state 2021-04-20 21:36:13 +08:00
Zexi Li e5d94d3b17 Merge pull request #10845 from ioito/hotfix/qx-vm-account-name
fix(region): optimized vm account name code
2021-04-20 20:15:07 +08:00
rainzm ea790cc82b fix(region): avoid using LocalTaskworker in time-consuming synchronization of cloudaccount 2021-04-20 19:57:38 +08:00
Yousong Zhou 709ddccc2f procutils: WaitZombieLoop: remove unneeded info request 2021-04-20 19:27:24 +08:00
Yousong Zhou f970e22b97 procutils: WaitZombieLoop: less verbose iota 2021-04-20 19:27:24 +08:00
Yousong Zhou 26013e66bf procutils: WaitZombieLoop: use const str "1" for my pid 2021-04-20 19:27:24 +08:00
Yousong Zhou a1044c1afc procutils: add WaitZombieLoop 2021-04-20 19:27:24 +08:00
Zexi Li 519997fd52 Merge pull request #10839 from ioito/hotfix/qx-aliyun-vswitch-sync
fix(region): avoid panic when sync aliyun networks
2021-04-20 18:51:10 +08:00
Zexi Li cde29f7d3b Merge pull request #10829 from ioito/hotfix/qx-order-by-disk
fix(region): vm list order by disk size
2021-04-20 18:49:17 +08:00
Zexi Li 49c9c6b70a Merge pull request #10817 from rainzm/vmware/image_sync
fix(esxi): prevent fake template and real template from duplication
2021-04-20 18:45:42 +08:00
Qu Xuan 45667bffea fix(region): optimized vm account name code 2021-04-20 18:25:56 +08:00
Qu Xuan 3f485c7c31 fix(region): avoid panic when sync aliyun networks 2021-04-20 17:53:28 +08:00
Zexi Li c3cad7ef01 fix(region): fetch cached image from glance by default 2021-04-20 17:51:57 +08:00
Zexi Li 9411cfebd0 Merge pull request #10825 from ioito/hotfix/qx-pre-allocate-ip
fix(region): avoid assign vm ip addr not effect
2021-04-20 17:15:39 +08:00
Qu Xuan add10f340e fix(region): vm list order by disk size 2021-04-20 16:51:59 +08:00
Qu Xuan 44a48fef6e fix(region): avoid assign vm ip addr not effect 2021-04-20 16:29:14 +08:00
Qu Xuan 7aa9bda8e1 fix(region): optimized peer secgroup 2021-04-20 15:23:14 +08:00
rainzm 85c761e021 feat(multicloud): add snapshots list for ecloud 2021-04-20 11:52:25 +08:00
Zexi Li 1c88efdf85 Merge pull request #10794 from rainzm/devtool/script
Devtool script optimization and fix
2021-04-20 10:45:05 +08:00
rainzm ca0f88877e fix(esxi): prevent fake template and real template from duplication 2021-04-20 10:25:07 +08:00
rainzm d7224cd064 feat(region): increase the log for debugging when syncing cloudimage 2021-04-20 10:24:18 +08:00
Zexi Li 93ce4b3dbd Merge pull request #10811 from ioito/hotfix/qx-nas-wait-time
fix(region): wait more time for creating nas
2021-04-19 21:08:05 +08:00
Zexi Li 313d812431 Merge pull request #10810 from rainzm/ecloud/vpc
fix(multicloud): set isEmulated as false for ecloud vpc
2021-04-19 21:06:27 +08:00