Commit Graph
19534 Commits
Author SHA1 Message Date
屈轩 b4cfdd8246 fix(region): host nic info (#20860) 2024-07-20 11:55:59 +08:00
Zexi Li 46b7428b1d feat(monitor): update influxql-to-metricsql@v0.0.7 to support percentile aggregator (#20835) 2024-07-17 22:59:44 +08:00
屈轩 47a7979868 fix(region): add storage name for snapshot (#20828) 2024-07-17 22:55:35 +08:00
屈轩 28dede02cb fix(region): support baremetal server as lb backend (#20838) 2024-07-17 22:54:02 +08:00
屈轩 8632769265 fix(region): vendor update for qcloud lb backend sync (#20823) 2024-07-17 14:17:20 +08:00
屈轩 8ca9d0c289 fix(cloudid): distinct field for cloudid resources (#20819) 2024-07-17 10:12:51 +08:00
Jian QiuandQiu Jian dd89bf8558 fix: always add static routes for metadata server (#20807)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-07-17 10:06:55 +08:00
屈轩 d23148559f fix(region): check user credential length when exec task (#20792) 2024-07-16 11:20:02 +08:00
Zexi Li 601f3e5062 feat(host): add interface meta tags of netio metrics (#20781) 2024-07-12 10:19:13 +08:00
Zexi Li 283122bcb1 feat(region,baremetal): validate ipmi info (#20788) 2024-07-12 10:17:46 +08:00
屈轩 c7dc8917d8 fix(notify): avoid empty email addr (#20798) 2024-07-12 10:10:30 +08:00
屈轩 801bf239c1 fix(region): vendor update (#20801) 2024-07-12 10:09:59 +08:00
Zexi Li 416141992e fix(baremetal): some tasks don't implement IServerBaseDeployTask interface (#20785) 2024-07-10 16:15:36 +08:00
屈轩 efea50cf0b fix(region): optimized host-list speed (#20778) 2024-07-10 16:14:16 +08:00
屈轩 695f6c0e31 fix(region): optimized guest list speed (#20759) 2024-07-10 16:12:26 +08:00
wanyaoqi 65044937e0 fix(host): disk reset with encryption (#20765) 2024-07-10 16:11:10 +08:00
屈轩 f6a1ebd244 fix(region): show pretty cdrom info for server (#20776) 2024-07-10 16:09:50 +08:00
Zexi Li 986b7d2360 fix(scheduler,baremetal): match RAID and PCIE storages in range (#20769)
The index of PCIE storages is not reindex when range is provided.
2024-07-09 11:12:14 +08:00
屈轩 b5461d344e fix(region): 避免非OneCloud区域capability依然返回OneCloud相关字段 (#20733) 2024-07-09 11:11:07 +08:00
屈轩 da2e6faa4f fix(region): enable create cloudpods vm with iso image (#20746) 2024-07-08 21:31:53 +08:00
屈轩 6e95e21e98 fix(notify): avoid panic when mobile not set (#20744) 2024-07-08 21:31:11 +08:00
Jian QiuandQiu Jian 70eea30d9e fix: turn on ethtool gso by default (#20753)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-07-08 21:30:01 +08:00
Jian QiuandQiu Jian 6c4f4cb53f fix: server update nic sub ips (#20757)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-07-08 17:25:23 +08:00
屈轩 0a3f6a10ad fix(scheduler): 修复cloudpods宿主机网络调度问题 (#20751) 2024-07-08 10:52:02 +08:00
屈轩 35ef9f44df fix(climc): auto enable storage when switch s3 on (#20727) 2024-07-07 09:46:43 +08:00
Jian QiuandQiu Jian 414b4e5c32 fix: fail to perform host remove netif (#20739)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-07-07 09:02:52 +08:00
屈轩 d2510bcacd fix(region): 补充部分翻译 (#20748) 2024-07-07 09:01:32 +08:00
屈轩 906c86cecf fix(region): vendor update for support gcp global lb sync (#20712) 2024-07-05 16:23:33 +08:00
wanyaoqi 7a0b878cac fix(region,host): lvm snapshot reset and backup (#20720)
- fix lvm disk reset request hosts wrong, should reset on guest hosts
- add lvm disk snapshot failed handle
- support lvm disk backup
- lvm disk snapshot add encrypt support
2024-07-05 13:50:29 +08:00
屈轩 2791eb0fd0 fix(region): gcp global eip and lb (#20736) 2024-07-05 13:44:58 +08:00
屈轩 997204711f fix(region): avoid delete lb failed (#20709) 2024-07-05 12:38:05 +08:00
屈轩 a3ebd7ca97 fix(region): 简化清理未使用的安全组 (#20723) 2024-07-05 11:03:12 +08:00
Jian QiuandQiu Jian b0e979ada6 fix: normalize sftp errors (#20705)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-07-03 21:11:24 +08:00
wanyaoqi a6f7647cdd fix(scheduler): optimize get guests by hosts ids (#20701) 2024-07-02 00:17:02 +08:00
wanyaoqi d10428aaf3 fix(region,host): migrate converted servers (#20698) 2024-07-02 00:15:45 +08:00
wanyaoqi 0bf8d46a7b feat(host): support run guest with qemu 9.0.1 (#20692)
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com>
2024-07-02 00:15:07 +08:00
屈轩 a6834fe8ae fix(region): security group rule create (#20695) 2024-07-01 11:31:38 +08:00
Jian QiuandQiu Jian e4fff38c43 feature: support baremetal profile (#20688)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-06-30 22:23:01 +08:00
屈轩 00b5de7592 fix(region): support use cached iso image for create cloudpods vm (#20686) 2024-06-30 22:22:16 +08:00
屈轩 12c6181721 fix(region): support eip search (#20683) 2024-06-28 15:58:44 +08:00
屈轩 b4d1a1beeb fix(region): cloudpods instance capability (#20681) 2024-06-28 15:05:19 +08:00
屈轩 efe7032213 fix(log): add rate log type (#20678) 2024-06-28 14:49:28 +08:00
屈轩 77370b4db6 fix(keystone): remove useless log (#20676) 2024-06-28 14:39:12 +08:00
wanyaoqi 40139b4ab8 fix(region): login account allow startwith capital letter (#20670) 2024-06-27 20:50:20 +08:00
wanyaoqi c5f0dcedb5 fix(region): convert to kvm overwirte networks (#20667) 2024-06-27 20:39:11 +08:00
屈轩 836a8d66e2 fix(region): vendor update for qcloud tencentos server (#20663) 2024-06-27 15:39:06 +08:00
wanyaoqi e784f3fdd9 feat(region): add batch convert precheck (#20659)
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com>
2024-06-26 21:20:16 +08:00
wanyaoqi 0bac7ce2ed fix(host): delete snapshot on guest deleted (#20640) 2024-06-26 21:18:21 +08:00
Zexi Li 10b92a21ec fix(climc,webconsole): use OS_AUTH_TOKEN for cloud shell running inside compose environment (#20649) 2024-06-26 12:12:13 +08:00
屈轩 9992dc8c45 fix(region): waf regexset fetch error (#20646) 2024-06-26 11:18:34 +08:00