Commit Graph
1824 Commits
Author SHA1 Message Date
Qiu Jian 6711b35e1c fix: server migration halted by an unexpected STOP event 2021-12-19 00:00:47 +08:00
Qiu Jian 81161fd8c7 fix: compatible with new io scheduler(bfq/mq-deadline) of new Linux kernel
1. support bfq/mq-deadline multiqueue io scheduler
2. add delay for link setup
2021-10-25 11:01:54 +08:00
Qiu Jian 88e14cac57 fix: glance use multicloud objectstorage client to manipulate objectstorage 2021-10-17 02:53:52 +08:00
Qu Xuan c6f9daac65 fix(host): xfs unlock 2021-10-14 14:57:49 +08:00
Zexi Li 207dce08cf fix(baremetal): avoid redfish resp nil cause panic 2021-10-12 11:39:57 +08:00
Qiu Jian 2479ada755 fix: verify token with expired_at field instead of options.TokenExpirationSeconds 2021-09-22 15:35:49 +08:00
Stargic b3932b0c7c fix(climc): SSH terminal window changes with the change of local terminal 2021-09-10 11:56:56 +08:00
Qiu Jian a865e922d4 fix: dhcp classless route encoding error 2021-08-17 23:28:54 +08:00
Qiu Jian 9c0f99d46f fix: routes to private prefixes should be distributed on private nic 2021-08-12 23:00:56 +08:00
Zexi Li 7147922973 feat(ansibleserver): record running cmd to debug 2021-07-29 12:03:59 +08:00
Zexi Li eb8b4368fc Merge pull request #11692 from ioito/automated-cherry-pick-of-#11691-upstream-release-3.7
Automated cherry pick of #11691: fix(region): account aksk error
2021-07-23 14:22:52 +08:00
Qiu Jian 1f7d9e2cf8 fix: qemu-img create disk may fail to preallocation=metadata enable for large disk
error report: failed to flush the refcount block cache: File too large
2021-07-22 12:17:19 +08:00
Qu Xuan 898fa5d160 fix(region): account aksk error 2021-07-21 19:34:58 +08:00
Zexi Li 580f9ca3cd feat(host): aware of kubelet eviction config 2021-07-07 21:29:55 +08:00
Zexi Li e1e6a72b4f feat(host): support netplan configuration 2021-06-23 10:38:07 +08:00
zhaoxiangchun 629a3c55fd feat(monitor) 3.7 add monitor resource overview
1. 监控中增加资源统计
2. 资源在报警总览中的状态:
   init--未设置告警;alerting--发生告警;/attach--已关联策略并且报警消息正常
3.只涉及宿主机和虚拟机

https://bug.yunion.io/zentao/task-view-3130.html
2021-06-18 18:55:51 +08:00
Zexi Li 160a6e4dbb feat(baremetal): support management of none BMC host 2021-06-16 12:49:56 +08:00
Zexi Li f25b015143 Merge pull request #11339 from rainzm/automated-cherry-pick-of-#11338-upstream-release-3.7
Automated cherry pick of #11338: Add some tags to the monitoring data generated by the agent
2021-06-08 23:27:53 +08:00
Qu Xuan ebe101d9ab feat(apigateway): support export dict keys 2021-06-08 16:24:05 +08:00
rainzm e7dc0213f6 fix(anisbleserver): support complex yaml config in ansibleplaybook_instance 2021-06-07 17:18:57 +08:00
rainzm d6791e6074 feat(ansible): add rolePublic and timeout options 2021-05-19 11:29:07 +08:00
rainzm 25db02f5d7 fix(ansibleserver): correct playbook path 2021-05-12 16:22:07 +08:00
Qiu Jian eda02abc94 fix: missing yunionconf log 2021-05-08 21:53:12 +08:00
Qu Xuan 7e35db1040 fix(keystone): avoid panic when call logclient 2021-04-28 19:36:35 +08:00
yunion-ci-robot 2341ed161b Merge pull request #10850 from yousong/automated-cherry-pick-of-#10849-upstream-release-3.7
Automated cherry pick of #10849: Feature/yousong zombie
2021-04-21 10:12:56 +08:00
Yousong Zhou 9da0b2e7db procutils: WaitZombieLoop: remove unneeded info request 2021-04-20 22:08:14 +08:00
Yousong Zhou 6acc3e8cca procutils: WaitZombieLoop: less verbose iota 2021-04-20 22:08:14 +08:00
Yousong Zhou 970aa949a7 procutils: WaitZombieLoop: use const str "1" for my pid 2021-04-20 22:08:14 +08:00
Yousong Zhou 26183d0de8 procutils: add WaitZombieLoop 2021-04-20 22:08:14 +08:00
Qiu Jian c1868f1dde fix(baremetal): baremetal ipmi probe reset link up state 2021-04-20 21:37:29 +08:00
Qu Xuan 84820637f5 avoid log loss when token expired fix #10738 2021-04-19 11:16:15 +08:00
Qu Xuan 83c108d48d fix: add rbdcli commond for debug 2021-04-16 15:28:24 +08:00
Zexi Li e1816106aa fix(cloudcommon): unify OS_ARCH constants 2021-04-15 10:53:05 +08:00
rainzm c95f064d10 feat(ansibleserver): add reference and instance
Reference is a reference to a local or remote playbook without certain inventory
and its location is determined by playbookPath.
Instance is a complete playbook that can be executed directly, it is filled with inventory and config.
Instance ensures that the playbook is executed successfully as far as
possible without exceeding the maximum number of attempts
2021-04-07 18:50:29 +08:00
Yousong Zhou e4662b77f1 util: ssh: add ConnectContext method for ClientConfig 2021-04-06 13:02:33 +08:00
Zexi Li 1cd6cf50af feat(host): adjust qemu args to support aarch64 2021-03-18 14:59:43 +08:00
Qu Xuan 18445ba433 feat(region): nat op support 2021-03-02 21:34:34 +08:00
Qu Xuan 1c6d6c90f9 fix(region): aliyun request retry 2021-02-23 11:55:41 +08:00
rainzm ed8a88fc5c feat(util): support uint64 in bitmap
The bitmap feature of low-digit uint type can be implemented by this of uint64
2021-02-18 11:45:15 +08:00
TangBin 80a235e3a7 imagetools NormalizeImageInfo update 2021-02-06 13:28:15 +08:00
Qu Xuan 14979480e3 fix(logger): distinct field optimized for logger 2021-02-04 21:15:02 +08:00
rainzm c4dbd9bb55 feat(region): support merging mutli wires to a wire 2021-02-03 14:40:54 +08:00
rainzm d9e75aaa0e feat(region): support synchronize vmware's network configuration to the local
1. move prepare-nets in cloudaccounts_prepare.go
2. when creating vmware account, auto synchronize vmware's network and
synchronize cloudprovider
3. support actively triggering the synchronization of the vmware network
2021-02-03 14:40:54 +08:00
wanyaoqi ad2d472d0d fix(host): fix wait time after mount fuse fs 2021-01-22 19:18:51 +08:00
Qiu Jian e3fb7729dd fix(cloudid): saml navigation template support i18n
saml navigation template support i18n
2021-01-22 00:54:40 +08:00
Qu Xuan 49c90a3814 fix(cloudid): add en-US html templte 2021-01-20 10:33:48 +08:00
Qu Xuan 0752512581 feat(cloudid): add azure saml 2021-01-18 15:10:13 +08:00
bistuzx@163.com 54d4356d33 add budget set alert log 2021-01-09 16:16:05 +08:00
Qiu Jian 658c59327a fix(cloudcommon): splitable may not initialize underlying table 2020-12-29 21:02:03 +08:00
wanyaoqi 550159af7c fix(host-deployer): add log line on blkid failed 2020-12-29 15:30:58 +08:00