Zexi Li
787f2e8dcf
fix(host): use alpine-build:3.16.0-go-1.18.2-0
2022-06-30 14:22:47 +08:00
Zexi Li
966be1b1cb
Merge pull request #14542 from swordqiu/hotfix/qj-fix-typo-clickhouse-db
...
fix: typo of clickhouse_db
2022-06-29 11:26:57 +08:00
QIU Jian
0e8f4d010e
fix: typo of clickhouse_db
2022-06-29 09:38:15 +08:00
屈轩
f69e878c50
fix(region): incloudsphere host info ( #14538 )
2022-06-28 20:34:31 +08:00
Zexi Li
6b31de01cf
fix(monitor): cpu usage score ( #14540 )
2022-06-28 20:34:12 +08:00
Zexi Li
dbd63bd016
Merge pull request #14537 from zexi/automated-cherry-pick-of-#14536-upstream-master
...
Automated cherry pick of #14536 : fix(build): fatal: unsafe repository ('/root/go/src/yunion.io/x/onecl…
2022-06-28 12:13:45 +08:00
Zexi Li
a303fcc37a
fix(build): fatal: unsafe repository ('/root/go/src/yunion.io/x/onecloud' is owned by someone else)
2022-06-28 11:51:09 +08:00
Jian Qiu and Qiu Jian
26089ffde0
fix: make condition eval compatible with go 1.18 ( #14534 )
...
* fix: make condition eval compatible with go 1.18
* fix: update circle-ci image to yunion/centos-build:go-1.18.3-0
* update go,mod go version to 1.18
* update vendor
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-28 00:29:56 +08:00
Jian Qiu and Qiu Jian
4ad382a7bd
fix: update build image ( #14533 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-27 16:01:43 +08:00
Zexi Li
6794f2fdcd
Merge pull request #14530 from ioito/hotfix/qx-azure-region-city
...
fix(region): azure region city
2022-06-27 11:34:48 +08:00
Zexi Li
6c2935cf34
Merge pull request #14529 from ioito/hotfix/qx-incloud-sphere-error
...
fix(region): incloudsphere error
2022-06-27 11:34:21 +08:00
ioito
c3f6b96629
fix(region): azure region city
2022-06-27 10:59:06 +08:00
ioito
2766769314
fix(region): incloudsphere error
2022-06-27 10:14:05 +08:00
Jian Qiu and Qiu Jian
84cdeff92b
fix: update vendor for clickhouse v2 ( #14520 )
...
* fix: update vendor for clickhouse v2
* fix: fix go vet
* fix: unreachable codes
* fix: composite literal uses unkeyed fields
* fix: ignore bad syntax for struct tag value
* fix: use make test to do test ci job
* fix: specify circleci resource_class
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-25 15:52:15 +08:00
Jian Qiu
2e3b1f47d7
Updated config.yml
2022-06-25 08:16:22 +08:00
Jian Qiu and Qiu Jian
2a47105af3
fix: upgrade go version to 1.16 for build docker images ( #14526 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-25 02:21:27 +08:00
屈轩
236c2a2ed6
feat(region): Support InCloud Sphere ( #14502 )
...
* feat(region): Support InCloud Sphere
* add: 支持认证及账号录入
* add: 支持region,zone,host资源同步
* add: 实例信息同步
* add: 存储和磁盘同步
* add: 网络信息同步
2022-06-25 00:06:37 +08:00
wanyaoqi
c7f5feca7e
host_health: auto migrate on host shutdown ( #14523 )
...
Before this patch, host guests will not migrate on host manual shutdown.
This patch from k8s node status check host still on line, if node status
not ready, region will migrate guests on host.
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2022-06-25 00:05:29 +08:00
Zexi Li
22de7780f5
Merge pull request #14517 from zexi/update-telegraf-raid-plugin
...
fix(telegraf-raid-plugin): release-1.6.4 image
2022-06-24 01:18:47 +08:00
Zexi Li
b739637691
fix(telegraf-raid-plugin): release-1.6.4 image
2022-06-24 00:35:11 +08:00
Zexi Li
8b009591f2
Merge pull request #14494 from ioito/hotfix/qx-cloud-init
...
fix(region): user data fix
2022-06-23 17:01:20 +08:00
Zexi Li
11e89f6ce2
Merge pull request #14493 from zexi/monitor-lb-migrate
...
feat(monitor): VMs of host loadbalance
2022-06-23 17:00:43 +08:00
Zexi Li
a409b04fa3
Merge pull request #14513 from swordqiu/hotfix/qj-host-detect-physical-nics
...
fix: fail to detect host physical nics
2022-06-23 16:58:09 +08:00
wanyaoqi
dc92f09d95
fix(region,host): auto migrate on host down ( #14497 )
...
* fix(region,host): auto migrate on host down
This patch fix source servers not shutdown on network unreachable.
Restart etcd session add timeout, and shutdown servers add force
option incase host stuck on scriptStop.
Signed-off-by: wanyaoqi <wanyaoqi@yunion.cn >
* host_health: add check network available
On host etcd keep alive failed, add check networks is available.
If networks available, may be is the etcd not work, in this case
we will net shutdowns servers and wait for etcd ready.
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2022-06-23 16:26:18 +08:00
Qiu Jian
ecd35d3678
fix: fail to detect host physical nics
2022-06-23 13:31:39 +08:00
Zexi Li
e5f01ad535
feat(monitor): VMs of host loadbalance
2022-06-23 00:25:03 +08:00
Jian Qiu and QIU Jian
8b2a5d13ee
fix: migrate failure for encrypted local vm ( #14508 )
...
Co-authored-by: QIU Jian <qiujian@yunionyun.com >
2022-06-22 23:10:45 +08:00
Jian Qiu and Qiu Jian
9e099cf451
fix: cleanup tap flows and services for deleted guest and host ( #14503 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-22 23:10:07 +08:00
Jian Qiu and Qiu Jian
cb58c16f59
fix: imageinfo.OsInfo empty ( #14505 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-22 23:09:09 +08:00
Jian Qiu and Qiu Jian
91483a5028
fix: splitable auto_incremental steps should be more than 1 (in case of ( #14499 )
...
HA setup)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-22 06:36:05 +08:00
Jian Qiu and Qiu Jian
df4321d934
fix: clickhouse set max idle connections ( #14496 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-22 06:35:33 +08:00
ioito
8cdd9c77eb
fix(region): user data fix
2022-06-21 20:06:06 +08:00
Jian Qiu and Qiu Jian
daf40a1481
fix(region): not delete groupnetwork when deleting guest ( #14488 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-21 11:28:56 +08:00
Jian Qiu and Qiu Jian
2dfe607fbb
fix: climc create aksk not return access_key ( #14483 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-21 11:28:24 +08:00
Jian Qiu and Qiu Jian
ee61887eac
fix: nas support create from encrypted snapshot ( #14481 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-21 11:21:15 +08:00
屈轩
85bb1f0c4f
feat(region): add tablestore sync ( #14472 )
2022-06-18 10:18:22 +08:00
Zexi Li
70214488a9
Merge pull request #14480 from swordqiu/hotfix/qj-scheduler-options-not-update
...
fix: scheduler options not updated by OptionManager
2022-06-17 23:32:56 +08:00
Qiu Jian
1aee43ab03
fix: scheduler options not updated by OptionManager
2022-06-17 23:10:00 +08:00
Jian Qiu and Qiu Jian
b6f80536c7
fix: tap flow check duplicity ( #14478 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-16 14:15:41 +08:00
Jian Qiu and Qiu Jian
dc3c08e8fe
Hotfix/qj tap service mirrorfixes2 ( #14476 )
...
* fix: no details for net_tap_flows
* fix: tap support bugfixes
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-16 02:56:18 +08:00
屈轩
5e3059d3bf
fix(region): show more statistic info ( #14474 )
2022-06-16 02:48:25 +08:00
Zexi Li
ca19a927c7
fix(baremetal): EnableSerialConsole of UOS ( #14471 )
2022-06-16 02:47:20 +08:00
Jian Qiu and Qiu Jian
14e7e9603c
feature: support tap service phase 2 ( #14466 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-15 05:21:43 +08:00
Zexi Li
cc48edf555
feat(baremetal): wrap pxe error ( #14463 )
2022-06-15 04:46:49 +08:00
Zexi Li
0c2762da7f
feat(climc): server-list --os-arch ( #14465 )
2022-06-15 04:46:23 +08:00
Jian Qiu and Qiu Jian
f1e616a671
feature: tap service support ( #14433 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-14 17:23:52 +08:00
屈轩
d8b97722a4
fix(cloudmon): aliyun rds metric debug log ( #14444 )
2022-06-14 02:38:58 +08:00
wanyaoqi and wanyaoqi
edeffed5fe
feat(region,host): support multiqueues on vhost network ( #14455 )
...
Guest network add attribute num_queues, one is default.
And we can assign queues on guest create, eg:
server-create --net num-queues=4
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
Co-authored-by: wanyaoqi <wanyaoqi@baidu.com >
2022-06-14 02:38:09 +08:00
屈轩
01399a698e
fix(region): custom user data ( #14449 )
2022-06-14 01:51:59 +08:00
Jian Qiu and Qiu Jian
44a5951048
fix: fail to update billingresourcecheck_tbl ( #14456 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-06-14 01:50:15 +08:00