Zexi Li
89c3068a38
fix(aiproxy): remove 30-day limit on custom usage range ( #25355 )
...
Allow querying usage statistics over custom date ranges longer than 30 days.
2026-08-17 16:59:56 +08:00
wanyaoqi
f19c914dce
Automated cherry pick of #25347 : fix(host): add options enabel vendor/device pt usb dev ( #25348 )
...
* fix(host): add options enabel vendor/device pt usb dev
* fix(host): add audio device for spice driver
2026-08-16 11:24:10 +08:00
Jian Qiu
73265ea559
fix: disk backup filter by server_id ( #25344 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-08-15 09:37:48 +08:00
Jian Qiu
636b81973c
feature: support idp driver attribtue_names ( #25333 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-08-15 00:15:56 +08:00
wanyaoqi
d7e4a43b9b
Automated cherry pick of #25313 : Fix/device add params2 ( #25314 )
...
* fix(host): device add params use interface
* fix(host): ide device addr
2026-08-15 00:15:40 +08:00
屈轩
ce2c4a588f
fix(glance): detect windows iso ( #25342 )
2026-08-14 19:01:53 +08:00
Zexi Li
f6edc92c62
fix(monitor): nodata 告警补充 ResIdKey 与 AlertDetails ( #25338 )
...
为 CommonAlertMetricDetails 填充资源 ID tag,并在无数据评估匹配中序列化 AlertDetails,便于下游定位资源。
2026-08-14 16:08:57 +08:00
屈轩
4096e77d48
fix(glance): iso image detect ( #25331 )
2026-08-14 14:55:26 +08:00
屈轩
82b468de2e
fix: update telegraf version ( #25324 )
2026-08-14 14:53:25 +08:00
Zexi Li
5b6170421e
feat(aiproxy): encrypt ai_key and virtual_key secrets at rest ( #25326 )
...
Store provider secrets and virtual keys encrypted with AES, add hash-based VK lookup, and migrate existing plaintext rows on init.
2026-08-14 14:40:22 +08:00
Zexi Li
72eb994f68
feat(aiproxy): migrate catalog resources to virtual resource base ( #25317 )
...
Give ai providers/models/keys/routing-models project scope with tenant backfill, and pass project/domain on LLM sync upserts.
2026-08-14 10:43:15 +08:00
屈轩
b12fe78267
fix(cloudmon): cloudpods metric pull delay time ( #25320 )
2026-08-14 10:38:04 +08:00
屈轩
be6ae61ea4
fix: mcp streamable ( #25312 )
2026-08-13 16:37:34 +08:00
wanyaoqi
56a5dbcaaf
fix(region): server-create add src ip/mac check ( #25303 )
2026-08-13 10:10:31 +08:00
Zexi Li
9db72a1b5c
feat(llm): sync isolated devices by sharing_mode on restart ( #25306 )
...
Respect sharing_mode when attaching/restoring GPU devices in compute,
and sync LLM guest devices with SKU config instead of only detaching
when empty.
2026-08-12 20:17:07 +08:00
Zexi Li
1baffa21e6
feat(k8s): add cluster history-data-clean climc command ( #25301 )
2026-08-11 13:55:28 +08:00
Jian Qiu
dc12c191fd
fix: dhcp distribute static routes on condition ( #25294 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-08-10 10:31:15 +08:00
Zexi Li
b19a23c701
Automated cherry pick of #25222 : fix(baremetal): add IPMI LAN channel discovery with fallback ( #25293 )
...
* fix(baremetal): add AllowFallback guard for OEM profile LAN channel authority
OEM/model profiles are authoritative allowlists; their LanChannels must not be overridden by the fallback 1..11 scan. Add AllowFallback bool to LanConfigSelectionOptions, wrapping the fallback scan in a conditional. When false (default), only preferred and persisted channels are probed.
* fix(baremetal): set AllowFallback on ipmiprobe and manager callers
manager.checkIpmiInfo: AllowFallback=false (profile always present). ipmiprobe.doRawIpmiProbe: AllowFallback=profile==nil (fallback only when no profile exists).
* fix(baremetal): set AllowFallback=false in configIPMISetting, cleanup bm_register
configIPMISetting: AllowFallback=false (profile always present). bm_register.updateIpmiInfo: replace profile-based channel scan with GetLanConfig on the registered channel directly.
---------
Co-authored-by: Bo Xu <i@186526.xyz >
2026-08-07 18:26:02 +08:00
Zexi Li
e8f046de4f
fix(baremetal): tolerate ipmitool exit 1 when lan output is usable ( #25290 )
...
Some BMCs return exit status 1 from ipmitool lan print even with valid
LAN config, which caused IPMI probe to fail with no IPMI lan NotFoundError.
2026-08-07 17:22:30 +08:00
Zexi Li
9d0b4bb975
fix(lbagent): generate valid UDP health check config ( #25288 )
...
Signed-off-by: DadaVinqi <DadaVinqi@users.noreply.github.com >
Co-authored-by: DadaVinqi <DadaVinqi@users.noreply.github.com >
2026-08-07 14:31:20 +08:00
屈轩
50d78a7985
fix(region): change config stop options check ( #25286 )
2026-08-06 17:32:35 +08:00
wanyaoqi
3d173686fc
fix(host): e1000 nic add hotplug support ( #25282 )
2026-08-06 10:48:36 +08:00
Zexi Li
5ea8def943
fix(llm): detach stale GPUs when effective devices are empty on restart ( #25279 )
...
Avoid keeping bound isolated devices after SKU/LLM devices are cleared;
desktop container setup now follows effective devices only.
2026-08-06 10:02:09 +08:00
Zexi Li
bd33225ed0
fix(aiproxy): keep weight=1 keys selectable after health penalty ( #25275 )
...
Integer truncation of base*mul/maxScore can yield 0 for weight=1 keys,
permanently excluding them; floor effective weight at 1 when mul > 0.
2026-08-04 20:24:58 +08:00
wanyaoqi
874f82dfac
fix(host): slvm create from snapshot ( #25266 )
2026-08-04 10:23:14 +08:00
Zexi Li
9e89074f86
feat(host): support Hygon DCU HAMI vdev core allocation ( #25273 )
2026-08-04 10:20:41 +08:00
wanyaoqi
bd3a1d0de9
feat(glance): support nfs as backend storage ( #25242 )
2026-08-03 16:01:01 +08:00
Jian Qiu
e6621aacf0
fix: region backward compatible fields for isolated_devices ( #25262 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-08-03 15:45:47 +08:00
Zexi Li
97fc254cf5
fix(llm): derive aiproxy upstream model key from local_path sku ( #25271 )
2026-08-03 15:44:45 +08:00
Zexi Li
3d3ae1ef0c
feat(llm,host): support Hygon DCU runtime for vLLM containers ( #25259 )
...
Wire vendor on LLM SKU devices, resolve supplemental groups for DCU
access, source DTK env in vLLM entrypoint, and add hysmi telegraf metrics.
2026-08-02 13:51:58 +08:00
wanyaoqi
77aa8c9471
fix(region,host,monitor): hami misc fix ( #25256 )
...
- npusmi monitor support
2026-07-31 10:10:35 +08:00
Zexi Li
8d490d5a3a
fix(seclib2): support Ed25519 encryption ( #25253 )
...
Handle Ed25519 public and private keys in the AES-based encryption path.
Add round-trip coverage for OpenSSH and PKCS#8 private keys.
Co-authored-by: hechang <117586514+Haibersut@users.noreply.github.com >
2026-07-30 10:35:36 +08:00
Jian Qiu
2911f92f9b
fix: handle host listen interface and master nic ( #25248 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-29 23:46:26 +08:00
Zexi Li
c1980ee7fe
feat(host): support Hygon DCU isolated device and HAMI ( #25246 )
...
Add Hygon DCU container device passthrough, HAMI vGPU sharing, vendor
field/filter on isolated devices, remote path helper, and LLM SKU mapping.
2026-07-29 19:01:41 +08:00
Zexi Li
203f5bb396
fix(llm): require memory_mb for local_path HAMi devices ( #25244 )
...
local_path SKUs cannot estimate VRAM from InstantModel; validate HAMi devices set devices[].memory_mb on create/update and deployment.
2026-07-29 10:22:39 +08:00
wanyaoqi
4a729a7639
Automated cherry pick of #25206 : fix(region,host): host register with correct hostname ( #25232 )
...
* fix(region,host): host register with correct hostname
* fix(region): guest migrate reuse create params schedtag
2026-07-28 10:59:34 +08:00
wanyaoqi
712ce702ce
feat(host): support ascend npu hami ( #25236 )
2026-07-28 10:55:50 +08:00
Zexi Li
80ea7e60e1
feat(baremetal): support IPMI RMCP+ cipher suite probe and persist ( #25238 )
...
Auto-detect working ipmitool -C suites (0/3/17) and store cipher_suite on host IPMI config for subsequent connections.
2026-07-28 10:27:06 +08:00
屈轩
daf21aa6a3
fix(climc): climc options update ( #25228 )
2026-07-27 19:41:40 +08:00
wanyaoqi
6bc05ca5c1
fix(host): qmp device add convert string to boolean ( #25231 )
2026-07-27 19:08:27 +08:00
Zexi Li
ea0e1ca42f
fix(aiproxy): avoid permanent ai_key blacklist and clarify skip reasons ( #25224 )
...
Enter cooldown when health score hits zero so keys can recover, and include concrete skip reasons in resolve errors.
2026-07-27 12:15:55 +08:00
Jian Qiu
94862f5232
feature: ip set support ( #25219 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-24 16:34:50 +08:00
Jian Qiu
887bb943b8
fix: vpc distributes static routes ( #25212 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-23 19:12:22 +08:00
Zexi Li
205dbe2f64
feat(llm): support hami ( #25214 )
2026-07-23 17:08:26 +08:00
Jian Qiu
554cdd01be
fix: baremetal use legacy http client ( #25209 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-23 16:33:36 +08:00
屈轩
da03a421a5
fix(region): vendor update ( #25205 )
2026-07-22 11:19:14 +08:00
Jian Qiu
06517e5aa6
fix: allow empty ip on link-local nic ( #25201 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-22 11:06:30 +08:00
屈轩
6d49bee5e6
fix(region): vendor update ( #25198 )
2026-07-21 23:38:10 +08:00
屈轩
033408e7d0
fix(mcp-server): optimized mcp desc ( #25195 )
2026-07-21 16:19:30 +08:00
屈轩
fe1846f690
fix(mcp-server): support forwarding mcp-server request ( #25192 )
2026-07-21 13:27:46 +08:00
屈轩
7aa20811f5
fix(mcp-server): optimized mcp server options ( #25189 )
2026-07-20 20:58:37 +08:00
屈轩
93971e83fb
fix(mcp-server): mcp use climc struct ( #25185 )
2026-07-20 17:17:27 +08:00
wanyaoqi
1950824dfa
feat(region,host,scheduler): isolated device refactor and hami support ( #25181 )
2026-07-20 13:20:49 +08:00
wanyaoqi
7fec30216b
fix(host-deployer): bond netplan add vlan subinterface config ( #25179 )
2026-07-20 12:19:46 +08:00
wanyaoqi
23e1910817
fix(region): baremetal boot mode decided by selected host on image support both uefi&bios ( #25167 )
2026-07-20 12:07:39 +08:00
wanyaoqi
a8f3474fb2
fix(host-deployer): windows disk extend separate partition and filesystem ( #25168 )
2026-07-20 12:06:33 +08:00
wanyaoqi
bee68803b2
fix(host): add nest virtualization options ( #25169 )
2026-07-20 12:03:50 +08:00
wanyaoqi
f58fcc2999
fix(region): disk change driver support change aio_mode and cache_mode ( #25170 )
2026-07-20 11:57:55 +08:00
屈轩
fcbf833fde
fix(mcp-server): query scope params ( #25173 )
2026-07-17 00:26:57 +08:00
屈轩
af2e410c24
fix(cloudid): batch detach policy ( #25165 )
2026-07-16 19:27:36 +08:00
屈轩
f6e32e7707
fix(region): support cas hypervisor ( #25162 )
2026-07-16 19:08:01 +08:00
Zexi Li
277546c95c
fix(aiproxy): emit done events before response.completed in stream converter ( #25159 )
...
Emit output_item.done, reasoning_summary_part.done, function_call_arguments.done,
and related finalize events for text, reasoning, and tool calls before the
response.completed event to match the Responses API stream contract.
2026-07-16 17:04:02 +08:00
Zexi Li
98d4515548
feat(aiproxy): auto-provision placeholder ai_key for upstream resolve ( #25155 )
2026-07-15 19:24:43 +08:00
cwz_eikoh
e6c6f66760
feat(llm): add llm-router-agent ( #25149 )
2026-07-15 15:32:45 +08:00
cwz_eikoh
f3bc838d41
feat(llm): support llm-bench in llm ( #25147 )
2026-07-15 15:03:15 +08:00
Zexi Li
5505986263
feat(aiproxy): support streaming responses for visual messages ( #25145 )
...
* feat(aiproxy): support streaming responses for visual messages
* refactor(aiproxy): share API log helpers and support input/output token usage
Extract common chatlog record lifecycle across proxy handlers, and fall back
to Responses/Anthropic usage field aliases when filling token counts.
2026-07-15 10:57:37 +08:00
Zexi Li
83f4518355
feat(aiproxy): move visual provider to model columns and support streaming responses ( #25143 )
...
Promote visual_provider_id/visual_model_key to dedicated ai_model columns,
force non-stream upstream orchestration for visual paths, and synthesize SSE
chunks for streaming Responses requests that include images.
2026-07-14 18:39:44 +08:00
Zexi Li
b4e5fbb0b7
refactor(aiproxy): rename chat log config to API log with S3 fields ( #25132 )
...
* refactor(aiproxy): rename chat log config to API log with S3 fields
* feat(aiproxy): add visual extension for Responses image tools
Wire visual model catalog, orchestration, and OpenAI Responses compat so chat/Codex can invoke image generation and editing tools.
2026-07-14 11:52:43 +08:00
wanyaoqi
6e889e9cfa
fix(region): reset guest quorum child index on guest shutdown ( #25134 )
2026-07-14 00:08:59 +08:00
屈轩
c75cfb4ca1
fix(region): split sync and probe worker ( #25101 )
2026-07-13 13:59:34 +08:00
Jian Qiu
2e28bd7ca7
fix: allow security group cidr have multiple prefixes ( #25123 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-13 13:58:51 +08:00
Zexi Li
e73cb9dc43
feat(aiproxy): add Z.AI / Zhipu provider with dual OpenAI and Anthropic API modes ( #25130 )
...
Register zhipu as a public OpenAI-compat provider with GLM catalog seeds,
Anthropic passthrough routing, and v4-style base URL path handling.
2026-07-13 11:25:09 +08:00
Zexi Li
0d58ed4ccb
feat(aiproxy): add OpenAI Responses API with provider adapters and Codex support ( #25121 )
...
Implement /v1/responses endpoint with multi-provider translation (OpenAI, Azure,
Anthropic, Gemini), streaming compat layers, Codex config/tool integration, and
updated functional test docs.
2026-07-10 16:40:42 +08:00
Jian Qiu
5bc80cfb42
fix: allow deleting idp without checking project count ( #25109 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-10 08:35:32 +08:00
屈轩
214a606991
fix(region): gcp network tags ( #25120 )
2026-07-09 17:11:25 +08:00
屈轩
60bc65da31
fix(yunionconf): batch import tags ( #25117 )
2026-07-09 16:43:06 +08:00
Jian Qiu
ff9268966c
fix: host order by sql redundant group by ( #25113 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-09 14:22:38 +08:00
cwz_eikoh
e0b568d0ed
feat(aiproxy): support log record in aiproxy through minio ( #25115 )
2026-07-09 13:01:35 +08:00
Jian Qiu
95f4bcf1f0
fix: lb listener rule specific certificates ( #25105 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-08 12:03:36 +08:00
Zexi Li
f538dcf2e6
feat(aiproxy): add Anthropic Messages API and migrate functional tests to Go ( #25097 )
...
Add /v1/messages handler with Anthropic-to-OpenAI translation, upstream
failover, and probe endpoints. Replace shell-based functional test scripts
with pkg/aiproxy/ft and climc test commands; consolidate documentation.
2026-07-07 20:13:03 +08:00
屈轩
8c87c0e57d
fix(region): pve host driver compatibility ( #25099 )
2026-07-03 15:37:58 +08:00
Zexi Li
c91b5bc70c
feat(llm): add ModelScope instant model import and refactor model download ( #25091 )
...
Add ModelScope hub integration, download driver, and instant model import
flow parallel to HuggingFace. Extract shared HuggingFace download helpers
and reuse them across vLLM/SGLang container drivers.
2026-07-01 20:12:59 +08:00
Zexi Li
f1f3c1df2a
feat(llm): support local_path scheduling with prefer_hosts and deployment restart ( #25085 )
2026-07-01 13:11:02 +08:00
wanyaoqi
f6e5f71fba
fix(host-deployer): mount procfs before deploy guestfs ( #25086 )
2026-07-01 00:53:31 +08:00
Zexi Li
00bcdae23f
feat(scheduler): append GPU reserved resource hints on predicate failure ( #25083 )
2026-06-30 15:40:34 +08:00
Zexi Li
3413845e96
feat(llm): backfill orphan LLM instances into deployments on init ( #25079 )
...
On service startup, find LLM instances without llm_deployment_id and
create a matching SLLMDeployment, then link the instance. Idempotent
across restarts; skipped on slave nodes.
2026-06-29 11:26:16 +08:00
wanyaoqi
b47a802515
fix(host-deployer): do base64 windows password ( #25070 )
2026-06-27 06:48:35 +08:00
屈轩
90ea5b77b0
fix(region): quota check ( #25076 )
2026-06-26 13:05:30 +08:00
wanyaoqi
372fae41c6
fix(region,host): kvm guest change disk driver reset uefi vars ( #25068 )
2026-06-26 10:20:25 +08:00
wanyaoqi
3b796dc0e8
fix(host): qemu set multifd before start incoming migration ( #25064 )
...
use drive mirror do block migration
2026-06-26 10:18:45 +08:00
Zexi Li
d3b4ab273a
Automated cherry pick of #25074 : feat(llm): tool call defaults & auto gpu ultilization ( #25075 )
...
* feat(llm): upgrade auto-gpu-ultilization
* feat(llm): add vllm tool call defaults
* feat(llm): add sglang tool call defaults
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-06-26 10:15:55 +08:00
Zexi Li
686b0f3872
feat(llm): async instant model delete and improve import status tracking ( #25072 )
...
fix(aiproxy): set OpenAI handler process timeouts and skip upstream error
response when request context is already cancelled.
2026-06-25 19:52:28 +08:00
Zexi Li
b52aa5de85
feat(llm): validate GPU devices on deployment create and improve error messages ( #25062 )
2026-06-24 14:26:18 +08:00
wanyaoqi
043eac88ba
fix(region): snapshot validate add check guest is quorum master guest ( #25052 )
2026-06-24 10:30:14 +08:00
cwz_eikoh
c3db76457d
Automated cherry pick of #25016 : Feature/http get+llm probe ( #25045 )
...
* hostman: probe http get in pod netns
* llm: watch pod status for service readiness
2026-06-23 19:40:46 +08:00
屈轩
854b93e3a4
fix(region): filter sku by zone ids ( #25061 )
2026-06-23 15:14:51 +08:00
Zexi Li
5a4bbefe72
fix(aiproxy): defer stream context cancel until chunks are consumed ( #25058 )
2026-06-23 14:09:37 +08:00
Zexi Li
4237ce52ea
feat(llm): sync llm deployment with aiproxy catalog and routing ( #25013 )
...
Add auto_register_aiproxy on llm_deployment creation, background sync task,
and register/unregister CLI actions. Link aiproxy providers, routings, and
models to llm replicas via llm_id and llm_deployment_id fields.
2026-06-22 19:35:50 +08:00
cwz_eikoh
d2bbda642b
Automated cherry pick of #25044 : Feature/llm route for aiproxy ( #25046 )
...
* feat(aiproxy): support routing model in aiproxy
* feat(llm): add llm-router
2026-06-22 10:09:58 +08:00
Jian Qiu
c6225bc046
fix: credential scope revisit ( #25050 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-06-21 09:25:58 +08:00
wanyaoqi
c559974e44
fix(host): recycle servers dir on guest delete ( #25022 )
2026-06-21 08:34:26 +08:00
Jian Qiu
5392cfc8a9
fix: some host_type should consider container ( #25048 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-06-20 09:47:47 +08:00
屈轩
9f0d1af484
fix(region): remove debug log ( #25042 )
2026-06-17 14:50:25 +08:00
屈轩
0956e660a4
fix(region): aws dedicated host sync ( #25040 )
2026-06-16 20:14:27 +08:00
屈轩
4bce487605
fix(compute): polish httperrors error messages in pkg/compute ( #25036 )
...
Unify spelling, grammar, and semantics of API error strings without changing error types or business logic.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-15 20:49:22 +08:00
屈轩
4e07d3b30c
fix(region): vendor update ( #25034 )
2026-06-15 17:59:22 +08:00
Zexi Li
81ebea9451
feat(llm): add community images catalog API ( #25030 )
...
Expose llmimages.yaml as list/show/refresh endpoints with configurable
source URL, periodic cache refresh, and mcclient module support.
2026-06-15 17:26:25 +08:00
屈轩
acac258359
fix(region): filter sku by zone ids ( #25029 )
2026-06-15 15:50:46 +08:00
屈轩
c0f9765f9c
fix(region): vendor update ( #25027 )
2026-06-15 14:58:14 +08:00
屈轩
fadd9b92f2
fix(region): struct tag fix ( #25024 )
2026-06-15 13:57:10 +08:00
wanyaoqi
a3a14bbed7
fix(region): guest detach isolated devices add is_force options ( #25020 )
2026-06-15 09:54:40 +08:00
屈轩
fc795b15c0
fix(region): disk througput sync ( #25018 )
2026-06-13 11:56:18 +08:00
wanyaoqi
8527232b7c
fix(host): guest python launcher error ( #25012 )
2026-06-12 14:02:36 +08:00
屈轩
ded845a3dc
fix(region): optimized sku query ( #25009 )
2026-06-11 14:31:29 +08:00
wanyaoqi
3172a1e86c
fix(region): host model add api stats ( #24955 )
2026-06-09 23:01:40 +08:00
屈轩
7cff45fb5b
feat(aiproxy): add aiproxy ( #25003 )
2026-06-09 18:54:54 +08:00
屈轩
5a2bfd9b5a
fix(region): sku price ( #25002 )
2026-06-09 15:58:18 +08:00
Zexi Li
9f1e77deb6
feat(monitor): add tag name/id mapping in metric measurement API ( #24999 )
...
Return structured MetricMeasurementOutput with TagNameIdMap and
TagNameIdValueMap so callers can resolve resource names to IDs.
2026-06-09 15:14:35 +08:00
Zexi Li
72d7bd23b4
Automated cherry pick of #24985 : Feat/deployment hostpath ( #24993 )
...
* feat(llm): hostpath support in deployment
* fix(llm): status error in deployment & sku deleted by deployment accidentally
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-06-08 11:23:48 +08:00
Zexi Li
51a85f66ba
feat(host): support host_path detected in scheduler ( #24992 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-06-08 11:01:14 +08:00
屈轩
035e31d9bf
fix(region): avoid panic ( #24989 )
2026-06-08 10:58:27 +08:00
Zexi Li
3d086abf3e
fix(host): rewrite vm_name in telegraf influx proxy after rename ( #24983 )
...
Sync host guest desc on local VM rename and correct vm_name (and
tenant_id) tags when metadata service proxies agent metrics to TSDB.
2026-06-08 10:43:18 +08:00
Jian Qiu
d9419958d7
fix: support ansible galaxy mirror ( #24986 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-06-08 08:56:48 +08:00
屈轩
cfb9a97c78
fix(region): support rockbasecloud ( #24984 )
2026-06-05 19:28:48 +08:00
屈轩
957e785bd3
fix(monitor): skip disable account alert ( #24980 )
2026-06-05 16:14:28 +08:00
Jian Qiu
f082dc9b2d
fix: lbagent service code typo 20260604 ( #24976 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-06-05 01:13:36 +08:00
屈轩
f2d7af548e
fix(region): prefer zones ( #24972 )
2026-06-04 18:52:01 +08:00
Zexi Li
e42070a852
fix(llm): 更新 model catalog 默认 URL 与 webtop 镜像同步 ( #24973 )
...
将 ModelCatalogURL 默认路径改为 model-catalog.yaml;
sync_llm_images 改为同步 fedora-xfce webtop 并注释其它候选镜像。
2026-06-04 18:51:12 +08:00
Zexi Li
a1ba61b875
fix(llm): container desktop ( #24970 )
2026-06-04 11:51:41 +08:00
Zexi Li
80dcd3ae42
fix(monitor): alert_state of resource metrics api ( #24964 )
2026-06-03 17:15:31 +08:00
屈轩
802062d0f7
fix(region): extend external_id to 512 ( #24963 )
2026-06-03 15:31:56 +08:00
Zexi Li
e3fb9b2295
feat(llm): container desktop ( #24961 )
2026-06-03 13:24:53 +08:00
屈轩
fa44e4502b
fix(region): add cpu model nic bandwidth for server sku ( #24954 )
2026-06-03 10:59:55 +08:00
Jian Qiu
9908af95ea
fix: compatibility issue with vms of empty hypervisor ( #24957 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-06-03 09:57:39 +08:00
wanyaoqi
0759f3b2be
fix(mps): parse pci addr convert to lower case addr ( #24944 )
2026-06-02 20:03:16 +08:00
wanyaoqi
b26e1568f7
fix(host): check cluster is valid before do qemuimg convert ( #24946 )
2026-06-02 20:01:40 +08:00
屈轩
0481bf291a
fix(region): filter zone region by read only ( #24951 )
2026-06-02 11:15:27 +08:00
屈轩
65e5be3420
fix(region): support skip server sync by tags ( #24949 )
2026-06-02 11:07:36 +08:00
屈轩
adc2a468f9
fix(region): avoid create huawei windows server fail ( #24940 )
2026-06-01 15:52:48 +08:00
屈轩
da07addf18
fix(region): init cloudpods host type ( #24934 )
2026-05-31 14:17:35 +08:00
屈轩
07ca3b1520
fix(region): init external project ( #24936 )
2026-05-31 12:48:24 +08:00
cwz_eikoh
28b9e2e155
Automated cherry pick of #24924 : Feat/auto gpu ultilization ( #24929 )
...
* fix(llm): support hf import llm_sku
* feat(llm): auto-gpu-memory-utilization
2026-05-29 17:45:48 +08:00
屈轩
c3fe7a6290
fix(host-deployer): lvm lock ( #24927 )
2026-05-29 15:01:20 +08:00
wanyaoqi
444cf1546c
fix(host): guest sync override cpu_numa_pin before update ( #24912 )
2026-05-28 19:58:26 +08:00
屈轩
17445a6822
fix(region): add notices sync interval ( #24923 )
2026-05-28 19:48:09 +08:00
屈轩
07f434a96b
fix(region): remove account id ( #24920 )
2026-05-28 17:40:14 +08:00
Zexi Li
fd50a6902c
fix(ansibleserver): allow CreatorMark to be nullable in AnsiblePlaybookV2 ( #24917 )
2026-05-28 16:38:07 +08:00
Zexi Li
d87805622e
Automated cherry pick of #24885 : Feature/download progress ( #24909 )
...
* feat(llm): support download progress when model import
* fix(llm): unsupported catalog source \"ollama\" when model_set import llm_sku
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-05-27 13:20:54 +08:00
Zexi Li
8f46ef5098
feat(monitor): add ResourceMetricsDefaultInterval option ( #24906 )
2026-05-27 11:50:23 +08:00
屈轩
916463712a
fix: upgrade go 1.26 ( #24905 )
2026-05-27 11:22:13 +08:00
Jian Qiu
f0647f6ee0
fix: throttle image cache progress callback to avoid download bottleneck ( #24900 )
...
When using S3/MinIO backend, the progress callback in AcquireImage was
called synchronously on every 4KB read chunk (via StreamPipe2). Each
call invokes UpdateServerProgress which makes a blocking HTTP PUT to the
compute API (~50ms), capping download speed at ~0.65 Mbps regardless of
available bandwidth.
Fix: throttle the callback to fire at most once every 5 seconds and make
the HTTP call asynchronous (goroutine), matching the behavior of v3.11.x
which used a 1-second ticker with async callbacks.
Fixes #24897
Co-authored-by: Mrliuch <liu15094534492@gmail.com >
2026-05-26 15:09:00 +08:00
屈轩
208acd9463
fix(region): skip useless addition network wire create ( #24894 )
2026-05-25 19:45:58 +08:00
Zexi Li
f314e7fa33
fix(host): aggregate same-type container devices for env config ( #24891 )
...
When multiple NVIDIA GPUs were attached to a container, each device was
passed individually to GetContainerExtraConfigures, producing one
NVIDIA_VISIBLE_DEVICES env per GPU. Duplicate env keys are collapsed by
the runtime to the last value, so the container only saw one GPU even
though the spec listed all of them.
Group RestDevs by DeviceType and invoke GetContainerExtraConfigures
once per type so all GPU UUIDs are joined into a single
NVIDIA_VISIBLE_DEVICES value.
2026-05-25 17:29:53 +08:00
Zexi Li
4c0dd07a91
feat(llm,scheduler): vram calculation ( #24884 )
2026-05-25 16:27:20 +08:00
Jian Qiu
959e03cccf
fix: disable s3 direct download default ( #24887 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-05-25 10:04:06 +08:00
Zexi Li
ecdf0e824f
feat(llm): auto append backend_parameters in vllm & sglang ( #24883 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-05-22 17:02:18 +08:00
Zexi Li
b7c90351a1
fix(region): prefer check_code series for lb backend check_status ( #24877 )
2026-05-22 14:17:14 +08:00
Jian Qiu
447c0a1f55
fix: set bridge up after created ( #24873 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-05-21 20:30:26 +08:00
wanyaoqi
2eb6254b17
fix(scheduler): set options ContainerNumaAllocate default true ( #24870 )
2026-05-21 19:32:04 +08:00
Zexi Li
d41aa739ff
feat(region,host): upload nvidia gpu memory size ( #24866 )
2026-05-21 16:20:22 +08:00
Zexi Li
7ed23c433d
feat(hermes): connect vllm/sglang/ollama ( #24863 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-05-21 11:41:22 +08:00
Zexi Li
c019216508
feat(llm): create llm_sku from llm_model_set ( #24865 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-05-21 11:40:37 +08:00
Zexi Li
383764dbb6
feat(llm): Implement resumable downloads for models from Hugging Face ( #24859 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-05-21 10:48:39 +08:00
wanyaoqi
955fc5ba54
fix(host): remove cgroup root path check quotation marks ( #24852 )
2026-05-21 10:33:17 +08:00
Zexi Li
b440adf404
fix(region): ensure lb backend check_status returned when check_code missing ( #24854 )
2026-05-21 10:18:36 +08:00
Zexi Li
9775565a53
feat(llm): llm deployemnt ( #24847 )
2026-05-20 11:06:13 +08:00
Jian Qiu
5cec665b48
Revert "fix: revert host masquerade setting ( #24826 )" ( #24845 )
...
This reverts commit a642560fce .
2026-05-19 20:57:43 +08:00
Zexi Li
e6be8d9146
fix(region): query metrics from monitor service ( #24837 )
2026-05-19 18:00:56 +08:00
Zexi Li
d38b835f8e
fix(llm): persistent /config dir of hermes agent ( #24834 )
2026-05-18 14:57:26 +08:00
Zexi Li
3209292fc9
feat(climc): add generic feature-config command ( #24829 )
...
Add a generic `feature-config <feature> <on|off>` command alongside the
existing per-feature `feature-config-<name>` commands. A `--force` flag
skips the known-features validation so new features can be toggled
without a code change. Also adds "ai" to the known feature list.
2026-05-18 14:28:36 +08:00
Jian Qiu
a642560fce
fix: revert host masquerade setting ( #24826 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-05-15 01:57:02 +08:00
Zexi Li
41a5d7aa3f
feat(llm): support sglang ( #24822 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-05-14 17:07:37 +08:00
Jian Qiu
91fd01617f
fix: lbagent keepalived service run may exit ( #24805 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-05-13 12:08:08 +08:00
屈轩
144b0f11c2
fix(region): support stop for change vm config ( #24816 )
2026-05-12 20:08:11 +08:00
屈轩
240ca79b9a
fix(region): update gp3 disk size ( #24810 )
2026-05-12 17:27:23 +08:00
Zexi Li
520bab0dca
Automated cherry pick of #24801 : Feature(vllm): use entrypint instead of StartLLM ( #24803 )
...
* feat(llm): use entrypoint instead of StartLLM
* feat(llm): adapt front-end in comfyui instant-model
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-05-12 10:46:03 +08:00
Zexi Li
48fcab103c
fix(llm): honor SLLM device override when building container spec ( #24798 )
2026-05-11 20:06:12 +08:00
wanyaoqi
4ba4bb7d89
fix(host): remove -no-kvm args, -no-kvm argument was a synonym for setting -machine accel=tcg ( #24788 )
2026-05-11 20:00:44 +08:00
wanyaoqi
e1ca2530f7
fix(host): check is cpu hotplug support on guest init ( #24786 )
2026-05-11 19:59:35 +08:00
Zexi Li
f4503e2284
feat(llm): add SLLM mounted_models override and driver-level validation ( #24795 )
2026-05-11 17:41:05 +08:00
Zexi Li
310183aab2
feat(monitor): use GET for unifiedmonitors resource-metrics ( #24781 )
2026-05-08 16:19:22 +08:00
Zexi Li
e8cf980c79
fix(monitor): dedupe alert trigger condition in notify templates ( #24778 )
2026-05-07 15:52:01 +08:00
Zexi Li
dc4fd66eba
Automated cherry pick of #24760 : Feature/comfyui instant model ( #24775 )
...
* feat(llm): support cursor
* feat(llm): support import from huggingface
* fix(llm): direction error
* feat(llm): support instant model for comfyui
* feat(llm): support multi file select when save-instant-model
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-05-07 14:42:53 +08:00
wanyaoqi
12e8b22a24
feat(host): mps add container device configuration ( #24772 )
2026-05-07 10:03:18 +08:00
屈轩
c0400121b8
fix(esxi-agent): pve agent ( #24769 )
2026-05-06 17:15:41 +08:00
屈轩
0d77887890
fix(region): avoid vm set status start fail when serivce restart ( #24765 )
2026-05-06 12:41:00 +08:00
wanyaoqi
3774162bd8
fix(host): cpu hotplug compatible with high qemu version ( #24758 )
2026-05-03 23:22:01 +08:00
wanyaoqi
e935fc5689
fix(host): auto merge backinf file generate disks index ( #24753 )
2026-05-03 22:39:02 +08:00
Zexi Li
4eb015e649
fix(monitor): normalize resource-metrics alert_state ( #24756 )
...
Treat attach and init as init in PerformResourceMetrics output.
2026-04-30 18:42:01 +08:00
Zexi Li
0005ea8229
fix(monitor): support influxql derivative and difference function translation ( #24748 )
2026-04-30 13:11:45 +08:00
Jian Qiu
225791f78c
fix: init ifb kernel module ( #24745 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-29 23:48:59 +08:00
wanyaoqi
e9dde8eae6
fix(mcclient,region): add tasks mod, service app options ( #24734 )
2026-04-29 23:48:06 +08:00
屈轩
5375fff061
fix(region): optimized listener rule list ( #24742 )
2026-04-29 14:09:29 +08:00
Zexi Li
0f30ccf520
fix(host,llm): fix pod shm mount path return and llm restart memory config ( #24737 )
...
- Return shmPath instead of empty string when mountpoint is already
mounted, so callers get the correct path
- Remove incorrect +1 offset in memory comparison and size formatting
during LLM restart config change
2026-04-28 19:57:42 +08:00
Zexi Li
a403ad5091
fix(lbagent,monitor): use victoria-metrics for telegraf and fix influxql translation ( #24732 )
2026-04-27 16:41:55 +08:00
Jian Qiu
b1908b24e3
fix: create redirect lb listener fail ( #24725 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-27 10:01:19 +08:00
屈轩
acdf623027
fix(region): lb redirect rule create validate ( #24729 )
2026-04-27 10:00:54 +08:00
wanyaoqi
e42d517b28
chore(host-deployer): update host-deployer-base to 1.5.9 ( #24722 )
2026-04-26 23:02:59 +08:00
Zexi Li
9be35e4b45
feat(llm): support OpenClaw manual config mode ( #24719 )
...
When ManualConfig is enabled, inject OPENCLAW_MANUAL_CONFIG=1 env var
and skip provider/channel credential injection, allowing users to
configure providers and channels themselves inside the desktop.
2026-04-24 11:45:46 +08:00
Zexi Li
67cceae9e2
Automated cherry pick of #24717 : Feature/hf-search ( #24718 )
...
* llm: add instant-model huggingface query commands
* fix(vllm): use ping instead of health
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-04-24 10:28:34 +08:00
wanyaoqi
52bbe7c9a7
fix(host): usb device passthrough use hostport ( #24708 )
2026-04-23 13:52:49 +08:00
Jian Qiu
7e5f5cff5e
fix: guest change ipaddr no-sync option ( #24714 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-23 13:52:04 +08:00
Jian Qiu
bb7b50dbc0
fix: handling deleted task object ( #24702 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-23 10:19:14 +08:00
屈轩
350412009e
fix(notify): remove useless code ( #24711 )
2026-04-21 19:38:04 +08:00
Zexi Li
6372ef9819
refactor(llm): extract shared desktop webtop config ( #24699 )
...
Move common desktop/webtop container envs, base spec, rootfs, and login-info parsing
into llm_container helpers and reuse in openclaw and hermes-agent drivers.
2026-04-21 15:04:44 +08:00
Zexi Li
5577aefb22
fix(scheduler): refactor the pending usage logic ( #24705 )
2026-04-21 15:03:44 +08:00
Matt Gideon
cc1524a71f
fix(host): fix isolated device detection regex for PCI and USB devices ( #24692 )
2026-04-20 14:22:38 +08:00
Zexi Li
23e21c2c16
feat(llm): support hermes-agent ( #24696 )
2026-04-20 12:47:23 +08:00
Zexi Li
2ee8ae31ad
feat(llm): add hostpaths for llm-sku ( #24695 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-04-20 10:51:40 +08:00
屈轩
c119af4b81
fix(region): show associate info ( #24688 )
2026-04-17 10:10:29 +08:00
Jian Qiu
e129e0477a
fix: add version etc. aux handlers to mcp-server ( #24686 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-17 09:59:56 +08:00
屈轩
c839d38f60
fix(region): vendor update ( #24684 )
2026-04-16 23:11:21 +08:00
Jian Qiu
54309f95f3
feature: support asymmmetric bandwidth limit ( #24679 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-16 15:15:43 +08:00
Jian Qiu
ee66577d94
fix: climc container related commands improvements 20260414 ( #24672 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-15 10:05:45 +08:00
屈轩
5a09e3d5c9
fix(region): sched fail notify ( #24677 )
2026-04-14 20:13:31 +08:00
屈轩
b55a9a5482
fix(region): disk fail notify ( #24674 )
2026-04-14 16:28:28 +08:00
Zexi Li
218c973638
fix(llm): harden volume resize and update size log ( #24631 )
...
- Wait for disk/desktop status after resize via backup worker
- Centralize volume SizeMB update with resize action log
- Expose vCPU/memory fields in LLM customize columns
2026-04-13 14:38:50 +08:00
Zexi Li
94d2e10f00
feat(climc): support setting rootfs sub_directory
2026-04-13 11:09:52 +08:00
Zexi Li
1b184d3ea7
fix(region): set rootfs default sub_directory ( #24666 )
2026-04-13 09:59:16 +08:00
屈轩
f8cab462c1
fix(esxi-agent): support esxi vm forder name same with vm name ( #24664 )
2026-04-13 09:50:48 +08:00
屈轩
255a1fe84f
fix(region): support query public cloud vm modification types ( #24654 )
2026-04-10 16:54:24 +08:00
wanyaoqi
61b5b8b792
fix(region): optimize fetchHostGuestResource ( #24633 )
2026-04-10 16:53:03 +08:00
Zexi Li
6ccf058d5c
fix(host): restart container on exit when AlwaysRestart is set ( #24661 )
2026-04-10 15:17:11 +08:00
Jian Qiu
258e47056c
fix: vpcagent sync inconsistent networkaddress guestnetwork id ( #24649 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-10 14:44:21 +08:00
屈轩
c568447a61
fix(mcp-server): update mcp docs ( #24652 )
2026-04-09 20:45:23 +08:00
屈轩
d2aef76bd5
fix(cloudmon): vendor update ( #24643 )
2026-04-09 16:33:12 +08:00
Jian Qiu
f9ac278ba3
fix: upgrade coredns to v1.10.1 at 4.0 ( #24619 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-08 16:26:50 +08:00
Jian Qiu
05da992fba
fix: undo pr 24532 ( #24638 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-08 16:25:23 +08:00
wanyaoqi
99bef191f6
feat(host): container add rbd disk support ( #24624 )
2026-04-08 13:27:46 +08:00
屈轩
3f3c92fa7d
fix(region): clean guest network when purge zone ( #24627 )
2026-04-07 20:55:45 +08:00
屈轩
c0c9ba6d78
fix(region): esxi wire sync ( #24617 )
2026-04-04 12:17:00 +08:00
Zexi Li
27874cdbeb
feat(host): support CTyunOS rootfs ( #24612 )
2026-04-02 17:47:56 +08:00
屈轩
904ed8dd3a
fix(region): vendor update ( #24610 )
2026-04-02 10:34:51 +08:00
Zexi Li
dffac28e32
feat(llm): get available models from base_url (for ollama & openai) ( #24608 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-04-01 15:44:30 +08:00
Zexi Li
aa17f76589
fix(monitor): update silent_period when channel is empty ( #24602 )
...
silent_period is stored as Frequency on the notification, not on the
alert itself. PostUpdate only called UpdateNotification (which recreates
notifications with the new silent_period) when Channel was non-empty.
When channel was an empty array, the silent_period update was silently
skipped. Add an else-if branch to directly update the existing
notifications' Frequency when silent_period changes but channel is empty.
2026-03-31 20:00:39 +08:00
Jian Qiu
3553263bb6
fix(host): use findmnt instead of df to detect local mount point ( #24599 )
...
Co-authored-by: Haibersut <117586514+Haibersut@users.noreply.github.com >
2026-03-31 18:06:40 +08:00
Zexi Li
4f693c4641
feat(monitor): add batch resource metrics query API ( #24596 )
...
Add unifiedmonitor class action `resource-metrics` with client options/CLI command.
Implement host/guest metric drivers to query cpu/mem/disk/net rates and attach alert state.
2026-03-31 17:44:35 +08:00
Jian Qiu
11be1de968
fix: support build specific multi-arch buildx ( #24588 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-31 17:43:09 +08:00
Jian Qiu
e1d108a7f0
fix: add customer usable filters that filter noaddr networks ( #24585 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-31 17:27:47 +08:00
Zexi Li
ee98c29d9a
fix(host): use proper shell quoting in pod tar/find commands ( #24592 )
...
Add shellQuote helper that safely escapes single quotes and apply it
consistently across tarGzDir and tarHostDir to prevent shell injection
via crafted paths, directory names, or exclude patterns.
2026-03-31 12:04:07 +08:00
Zexi Li
846ba369ac
fix(host): get pod status by primary container status ( #24581 )
2026-03-30 16:21:18 +08:00
wanyaoqi
c61f5113d2
fix(host): add ovmf 4m code ( #24575 )
2026-03-30 07:54:08 +08:00
Zexi Li
e205da2232
fix(llm): 修复 llm 镜像没有根据 sku 更新的问题 ( #24572 )
2026-03-26 21:38:21 +08:00
屈轩
225de2334e
fix(logger): add syslog init log ( #24555 )
2026-03-26 18:11:22 +08:00
wanyaoqi
9bb31f4b33
fix(region): validate kickstart enabled ( #24558 )
2026-03-26 18:09:41 +08:00
Zexi Li
9eaa72993b
fix(region): order containers by created_at time ( #24567 )
2026-03-26 12:16:31 +08:00
Zexi Li
fb8a339cbb
fix(keystone): allow blob update for image credentials ( #24564 )
...
Also fix type check to allow secret/image only.
2026-03-26 11:41:13 +08:00
屈轩
057e5ebeaa
fix(region): add domain container usage ( #24562 )
2026-03-25 18:26:39 +08:00
Zexi Li
b1f7890324
fix(vllm): user customize args & health check in hostlocal net ( #24553 )
...
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-03-25 10:36:46 +08:00
wanyaoqi
c1edcf27fe
fix(host): metadata handler proxy telegraf data fix tenant_id ( #24544 )
...
* fix(host): metadata handler proxy telegraf data
* fix(host): append unknown dmesg to last entry
2026-03-25 10:34:09 +08:00
Jian Qiu
b45a5f7f9d
fix: lbagent genHaproxyConfig possible nil pointer panic ( #24537 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-25 10:32:41 +08:00
Jian Qiu
d73d3e0108
fix(hostmetrics): add checks for incomplete pod and container stats ( #24549 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-25 10:31:07 +08:00
屈轩
84bbe1bfc1
fix(region): add container usage ( #24542 )
2026-03-25 10:23:27 +08:00
屈轩
b9ef8476f2
fix(host-image): update script for riscv64 host-image ( #24535 )
2026-03-24 11:37:36 +08:00
Zexi Li
7c26ab8db3
fix(host): probing multiple container status ( #24529 )
2026-03-24 10:27:06 +08:00
wanyaoqi
ab7210c6b6
fix(host): dd zero to lv wife partitions on lvremove ( #24525 )
2026-03-23 19:02:16 +08:00
wanyaoqi
c4a6c9ff8a
fix(host-deployer): resizefs add fstype LVM2_member ( #24516 )
2026-03-23 00:00:17 +08:00
wanyaoqi
ec315b5516
fix(region): check instance snapshot joint is nil on snapshot purge ( #24513 )
2026-03-22 23:59:17 +08:00
屈轩
cb266540a1
fix(apigateway): stream download content-type ( #24508 )
2026-03-20 13:41:40 +08:00
Jian Qiu
64c362f20f
feature: support host-local wire ( #24497 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-20 01:36:42 +08:00
wanyaoqi
603f591ebf
Cherry pick of #23094 upstream release 4.0 1770106850 ( #24452 )
...
* feat(region, climc): Add kickstart parameters and metadata
- Add kickstart parameters and metadata support
- Add kickstart CLI options and management commands
- Set kickstart metadata in PostCreate
- Add related kickstart metadata fields
* feat(host): Implement automated VM installation
- Mounts the installation ISO to a unique temp path, reusing existing mounts.
- Extracts kernel (`vmlinuz`, `initrd`) to configure QEMU boot.
- Injects kernel parameters to trigger the autoinstall.
- Add kickstart configuration validation.
Modified `guestLauncher` script to handle kernel parameters with spaces
that were previously truncated by the Python script.
* feat(host): Implement Kickstart monitoring
- Automatically updates the VM status upon
receiving `KICKSTART_SUCCESS` or `KICKSTART_FAILED` signals.
- On success, cleans up temporary mount points
and restarts the server via the Region API.
* feat(region): add kickstart type metadata
Adds the `VM_METADATA_KICKSTART_TYPE` to distinguish between
kickstart configurations passed by URL or by direct content.
* feat(host): Handle kickstart installing and timeout
- Set status to 'installing' upon successful kickstart boot
- Handle KICKSTART_INSTALLING serial message for status updates
- Add timeout handling for kickstart status monitoring
* feat(host): provide Kickstart config via content
Embed the provided config content as a file in a
labeled ISO (mkisofs), then mount the ISO during
the Kickstart installation to supply the config.
* refactor(host): Enhance the kickstart installation
- Integrates kickstart status directly into the VM status, replacing metadata.
- Unifies locations for kickstart logs and temporary files.
- Uses regex for more robust status matching.
- Moves helper functions to `kickstart_helper.go`.
- Fixes an incorrect kickstart configuration filename.
- Adjusts kickstart logging.
* feat(region, host): add kickstart support for openEuler
* refactor(host): extract kickstart cleanup function
* feat(region, climc): add kickstart-complete cli
Add this command to manually update the kickstart status and
reboot VM if needed. This is mainly used by users to manually
update the kickstart status when kickstart status detection is abnormal.
* refactor(region): reduce code duplication in Kickstart validation
- unify two validateKickstartConfig functions
- extract determineKickstartType function for type determination
* fix(region, host): fix kickstart auto-reboot
- Adjusted the timing of setting the status to
`kickstart_pending` to avoid incorrect reboot checks
- Skip setting kickstart if the status is already
`kickstart_completed` to prevent unnecessary reboots
- Added cleanup of kickstart files upon VM deletion
* feat(host): download kickstart config from URL
- download content when passing config via URL
- unified boot parameters
* feat(host): copy kickstart kernel files
* feat(host): ensure kickstart completion signal in config
---------
Co-authored-by: happygame <happygame1024@gmail.com >
2026-03-20 01:35:27 +08:00
wanyaoqi
9142916763
Fix/host deployer nbd driver40 ( #24456 )
...
* fix(host-deployer): nbd add concurrency control
* fix(host-deployer,glance): windows image add current version
2026-03-20 01:32:08 +08:00
Zexi Li
ef6241ac9b
feat(llm): unify container access url info and login response ( #24504 )
2026-03-19 23:06:31 +08:00
wanyaoqi
508d4f7713
fix(host-deployer): get resize dev by serial panic ( #24446 )
2026-03-19 23:03:34 +08:00
cwz_eikoh
e3548b1830
Automated cherry pick of #24471 : Feature(mcp): support x-api-key authentication for mcp-server ( #24500 )
...
* feat(mcp-server): support base64 ak/sk
* fix(mcp-agent): try to fix route of default-mcp-tools
2026-03-19 15:04:45 +08:00
cwz_eikoh
e3e04ab29d
feat(llm): support model import for vllm ( #24503 )
2026-03-19 15:03:49 +08:00
wanyaoqi
8e83889c9f
Automated cherry pick of #24473 : fix(glance): cache images to ceph add brand filter ( #24479 )
...
* fix(glance): cache images to ceph add brand filter
* fix(region): iso image support default uefi boot mod
2026-03-19 11:45:43 +08:00
Jian Qiu
4314497e88
fix: logger add app-options-show api ( #24493 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-19 11:43:55 +08:00
屈轩
f5beef50f5
fix(region): allow set disk auto-delete attribute ( #24488 )
2026-03-19 10:27:57 +08:00
Zexi Li
3e925b6d95
fix(llm): derive openclaw auth password from llm id ( #24480 )
2026-03-18 19:01:02 +08:00
屈轩
db451719dd
fix(region): vendor update ( #24485 )
2026-03-18 18:52:18 +08:00
wanyaoqi
25fbf463bc
fix(baremetal-agent): bm register reuse baseprepare updateBmInfo ( #24474 )
2026-03-18 10:10:31 +08:00
Zexi Li
bc9c5cf088
fix(monitor): align multi-metric alert conditions in notifications ( #24468 )
2026-03-17 15:57:19 +08:00
屈轩
5476c43cda
fix: add more log info ( #24461 )
2026-03-17 14:38:57 +08:00
Zexi Li
354e3cd872
feat(llm): add llm_types filters and cleanup dify cli ( #24457 )
2026-03-16 17:01:36 +08:00
Zexi Li
8c6167bb7b
feat(llm): 调整 openclaw 容器与 LLM 基础模型/sku 逻辑 ( #24453 )
2026-03-16 16:19:40 +08:00
Zexi Li
ace220a0ca
fix(llm): mount openclaw home dir ( #24449 )
2026-03-13 20:38:28 +08:00
屈轩
f1df0e3ac1
fix(region): avoid delete ksyun vm error ( #24441 )
2026-03-13 15:23:11 +08:00
Jian Qiu
39f3853f3e
fix: compat fixes for container host in vm ( #24439 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-13 13:26:42 +08:00
cwz_eikoh
2c59756f75
Automated cherry pick of #24338 : feat(llm): init vllm as llm_container ( #24437 )
...
* feat(llm): init vllm as llm_container
* feat(vllm): fix save-instant-model for vllm
* feat(llm): support quick-model for vllm
* feat(vllm): support preferred-model in llm
* fix(llm): add ValidateSpec in llm_container_driver
* feat(vllm): auto-set vllm params
2026-03-13 11:07:19 +08:00
Zexi Li
6c98f46671
feat(host): rotate container logs ( #24432 )
2026-03-12 15:14:49 +08:00
Zexi Li
25d1965950
feat(llm): add login-info api ( #24429 )
2026-03-12 07:20:43 +08:00
wanyaoqi
620814527a
fix(region): guestnetworksecgroup list add network info ( #24392 )
2026-03-11 19:31:46 +08:00
wanyaoqi
c32b6792d9
fix(host): check file exist before copy ovmf vars ( #24365 )
2026-03-11 19:29:25 +08:00
Zexi Li
88f9b71e53
feat(llm): restart action ( #24426 )
2026-03-11 19:07:39 +08:00
屈轩
90cc427ad5
fix(cloudmon): update volc api ( #24423 )
2026-03-11 16:54:44 +08:00
Zexi Li
81d1308ddd
openclaw llm agent ( #24411 )
...
* support comfyui and openclaw
feat(region,host): support env credential of container
feat(llm): openclaw url
* fix(region): delete server without host_id
* feat(llm): llm spec
2026-03-11 15:21:10 +08:00
屈轩
6b83d6148f
fix(monitor): add vm out bandwidth metric ( #24417 )
2026-03-11 13:49:55 +08:00
屈轩
f2e3713e04
fix(region): vendor update ( #24413 )
2026-03-11 11:03:18 +08:00
屈轩
86ce69b4a1
fix(region): persistence server status change ( #24409 )
2026-03-10 15:06:47 +08:00
Zexi Li
804cbbfd45
Automated cherry pick of #24399 : feat(llm): polymetric dify with llm ( #24405 )
...
* feat(llm): polymetric dify with llm
* fix(llm): drop LLMSpecHolder & fix some bugs
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-03-10 10:23:44 +08:00
Zexi Li
93820a5af4
fix(region): associate eip to pod ( #24402 )
2026-03-09 15:23:57 +08:00
Zexi Li
6eca607a9b
fix(monitor): 仅在 From/To/Interval 为空时设置默认值 ( #24395 )
...
setDefaultValue 中 From、To、Interval 改为仅在当前值为空时
才用 inputQuery 覆盖,避免覆盖用户已指定的查询时间范围与间隔
2026-03-06 19:13:10 +08:00
Zexi Li
b7d7a1aa16
fix(host): hard code start index of va gpu
2026-03-05 11:49:02 +08:00
Zexi Li
5b4f6f1f72
feat(host): cgroupv2 implemented for pod ( #24116 )
2026-03-04 11:21:42 +08:00
cwz_eikoh
64d3842c93
Automated cherry pick of #24355 : fix: some bugs in mcp-agent & llm ( #24383 )
...
* fix(mcp-agent): encoding issue when simulated streaming
* fix(mcp-agent): use chat-stream in phase tool-choose
* fix(mcp-agent): support reasoning model
* fix(llm): add pre-delete detection
* feat(mcp-agent): add default mcp-agent
* feat(mcp-agent): add default-mcp-tools
2026-03-03 16:08:22 +08:00
cwz_eikoh
6a7904788a
Automated cherry pick of #24354 : feat(mcp-server): add mcp-server config ( #24385 )
...
* feat(mcp-server): add mcp-server config
* fix(mcp-agent): add claude mcp-server-config
2026-03-03 16:06:15 +08:00
屈轩
30cb39af98
fix(esxi-agent): vendor update for rebuild root fail ( #24380 )
2026-03-03 00:17:06 +08:00
Zexi Li
acb62fc773
feat(monitor): support disable_notify_recovery for commonalert ( #24375 )
2026-03-02 16:12:49 +08:00
屈轩
9f4f88fc62
fix(region): check bind disk resource ( #24372 )
2026-03-02 12:02:53 +08:00
屈轩
bcc6800988
fix(region): snapshot size opslog ( #24369 )
2026-02-28 16:38:29 +08:00
屈轩
520ecda36b
fix(region): avoid sync remove disk ( #24362 )
2026-02-27 15:06:05 +08:00
屈轩
ad4ee389e5
fix(ansibleserver): update telegraf ( #24359 )
2026-02-27 14:06:40 +08:00
Jian Qiu
0ff2ef0e19
fix: allow uncache deleted image ( #24349 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-26 23:08:24 +08:00
wanyaoqi
d7b099efa0
fix(host): add guest max mem size options ( #24342 )
2026-02-26 20:26:41 +08:00
Zexi Li
0096082472
fix(monitor): convert SNodeAlert to SCommonAlert in FetchCustomizeColumns ( #24344 )
...
Pass cObjs of type *SCommonAlert to SCommonAlertManager.FetchCustomizeColumns
instead of *SNodeAlert so the parent correctly fetches common alert columns.
2026-02-25 19:31:51 +08:00
Jian Qiu
479e8e1b3a
fix: keep climc network-create backward compatibility ( #24340 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-25 09:03:12 +08:00
屈轩
df2a6d6170
fix(region): avoid account sync cost time abnormal ( #24336 )
2026-02-24 17:34:02 +08:00
Jian Qiu
b6e11061ef
fix: instance snapshot virtual size ( #24328 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-24 09:23:14 +08:00
Zexi Li
8ce635a36a
fix(region): wrong args type on callback function of DiskCreateTask ( #24330 )
2026-02-13 17:05:22 +08:00
Zexi Li
fbd83ed9b0
fix(host): do not set cached image status to active for TGZ on host ( #24324 )
...
TGZ images are unpacked after fetch on host; leave status update to region
StorageCacheImageTask so cachedimage becomes active only in OnCacheSucc.
2026-02-13 10:04:49 +08:00
Jian Qiu
4bb85225b0
fix: ensure s3 client init for s3 storage driver ( #24321 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-12 10:01:12 +08:00
Zexi Li
e1c2b122b1
feat(region,host): support post overlay uppper config ( #24287 )
2026-02-11 16:57:04 +08:00
屈轩
5a49aa6a3c
fix(yunionconf): policy scope ( #24314 )
2026-02-11 11:23:51 +08:00
wanyaoqi
3e557a8eb9
fix(host): set dmesg parse failed log level to debug ( #24309 )
2026-02-11 00:59:35 +08:00
wanyaoqi
39b64b8edd
fix(host-deployer): deploy single disk has no disk id ( #24304 )
2026-02-10 19:35:45 +08:00
wanyaoqi
1b36450a7c
fix(host-deployer): online resize loop dev ( #24301 )
...
* fix(host-deployer): online resize loop dev
* fix(host-deployer): update host-deployer-base
2026-02-10 17:07:51 +08:00
Zexi Li
11ca895482
feat(monitor): support alert reason notification ( #24290 )
...
* feat(monitor): support alert reason notification
* fix(climc): commonalert list options
2026-02-10 09:06:24 +08:00
Jian Qiu
48b438d37b
fix: guest syncstatus subtask for disk create task ( #24292 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-10 09:03:19 +08:00
屈轩
99e582286c
fix(notify): notify receiver ( #24297 )
2026-02-09 20:42:39 +08:00
Jian Qiu
42da4e038c
fix: remove parent task info from task context ( #24283 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-09 13:22:02 +08:00
wanyaoqi
33b60e4bc6
fix(host): add device_id only scsi-hd device ( #24279 )
2026-02-09 11:26:45 +08:00
wanyaoqi
7cc035a767
fix(host): deploy nics config defore do add nics ( #24276 )
2026-02-09 08:38:35 +08:00
Jian Qiu
f84b8f1a65
fix: unify lb charge type ( #24272 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-08 18:43:14 +08:00
Jian Qiu
1659268809
feature: support postpaid traffic metering ( #24269 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-08 12:57:45 +08:00
wanyaoqi
73f71776de
feat(region,host,vpcagent): allow guest network dedicate secgroups ( #24261 )
2026-02-07 17:31:44 +08:00
wanyaoqi
cebeaae9d0
fix(region,host): rbd snapshot get actual size ( #24240 )
...
- add host down and auto migrate notification
2026-02-07 17:30:54 +08:00
屈轩
8b3b1a0ab6
fix(region): vendor update ( #24265 )
2026-02-07 13:52:06 +08:00
wanyaoqi
1479e5da3e
fix(region,host): rename screen dump info structure ( #24258 )
2026-02-06 18:08:50 +08:00
cwz_eikoh
0b229dc00a
fix(llm): add handler in apigateway for mcp-agent-chat ( #24254 )
2026-02-05 18:16:46 +08:00
屈轩
60da86e645
fix(region): snapshot policy operation ( #24249 )
2026-02-05 16:40:33 +08:00
wanyaoqi
987fca770c
fix(glance): set s3 bucket name before s3 init check ( #24237 )
2026-02-04 23:07:33 +08:00
屈轩
ee161f21b0
fix(yunionconf): support tags ( #24231 )
2026-02-04 17:13:59 +08:00
屈轩
1d898e52a7
fix(region): public cloud sku create ( #24226 )
2026-02-04 14:56:55 +08:00
屈轩
873006650f
fix(region): support cloudpods vm disk driver ( #24221 )
2026-02-04 14:28:09 +08:00
Zexi Li
24dda38605
fix(region,climc): persist netinterface vlan_id to hostnetwork ( #24213 )
...
- climc: add VlanId to host-add-netif, host-remove-netif, host-enable-netif,
host-disable-netif
- region: set bn.VlanId from netif.VlanId when attaching to network
- mcclient: include Vlan_ID in baremetalnetworks list columns
2026-02-04 11:03:12 +08:00
屈轩
cc3a74b2f9
fix(host): support skip check kernel mod ( #24218 )
2026-02-04 10:30:02 +08:00
屈轩
522ca973f2
fix(region): avoid duplicate check when update account aksk ( #24209 )
2026-02-03 20:53:12 +08:00
Zexi Li
3e982a7438
Automated cherry pick of #24194 : Fix(llm): some mistakes, use CmpId & InstantModelId insteadof SvrId & ModelId ( #24205 )
...
* fix(llm): some mistakes
* fix(llm): use CmpId instead of SvrId
* fix(llm): instant_model use id instead of modelId
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-02-03 16:46:07 +08:00
Zexi Li
05bb19c5a6
fix(monitor): comparator string ( #24202 )
2026-02-03 12:01:41 +08:00
屈轩
9489b6baa4
fix(region): init snapshot policy disk table ( #24198 )
2026-02-02 20:38:49 +08:00
wanyaoqi
e86609c969
fix(host): guestnetworksync do nothing on detach vfio nic ( #24178 )
2026-02-02 20:18:05 +08:00
Jian Qiu
8e1c23ec2e
fix: allow guestnetwork ip4 addr field nullable ( #24191 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-02 20:16:29 +08:00
Zexi Li
6b68d880c7
feat(monitor): add the registered model manger function ( #24153 )
2026-02-02 17:50:46 +08:00
屈轩
3f0c52be68
fix(climc): sku create support arch ( #24186 )
2026-02-02 14:17:08 +08:00
屈轩
9204340b38
fix(notify): support webhook sign ( #24182 )
2026-02-02 12:53:55 +08:00
wanyaoqi
c005337eed
Automated cherry pick of #24126 : feat(region,host): riscv64 cpu arch support ( #24174 )
...
* feat(region,host): riscv64 cpu arch support
* fix(region,host): compatible riscv64
* fix(host): add qemu v10.0.7 support
2026-02-01 20:27:12 +08:00
wanyaoqi
7d4245c677
fix(host): live migrate add timeout ( #24162 )
2026-02-01 20:24:00 +08:00
wanyaoqi
5341c97ccf
fix(region): server add set network num queues ( #24166 )
2026-02-01 20:12:39 +08:00
wanyaoqi
a1bfcc1d9f
fix(glance): set glance s3 bucket name default onecloud-images ( #24171 )
2026-02-01 20:10:57 +08:00
屈轩
e1730556e1
fix(region): defer ctx cancel ( #24156 )
2026-01-30 19:11:58 +08:00
cwz_eikoh
f2cc3f0c18
Automated cherry pick of #24149 : Fix(llm): fix bugs & apikey encrypt & support history for mcp-agent-chat & delete modelname in llmSku ( #24150 )
...
* fix(llm): mcp-agent apiKey encrypt
* fix(llm): error-handle when instant-model import
* feature(llm): add get-available-network for llm
* feature(llm): support history for mcp-agent-chat
* fix(llm): llm create with net instead of networktype & networkid
* fix(llm): delete modelName in llmSku & fix some bugs
2026-01-29 10:50:11 +08:00
wanyaoqi
cd755ba02b
fix(region): have agent add check is telegraf deployed ( #24145 )
2026-01-29 10:34:13 +08:00
屈轩
86ffcde03a
fix(region): billing resource create time ( #24140 )
2026-01-28 19:59:48 +08:00
屈轩
fa08f8fd8f
fix(glance): support prob iso image ( #24133 )
2026-01-28 15:28:56 +08:00
Zexi Li
7f54e038c0
fix(llm): add community-registry api ( #24130 )
2026-01-28 14:30:43 +08:00
Jian Qiu
d83585f158
fix: skip baremetal-agent riscv64 ( #24123 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-01-24 20:33:16 +08:00
屈轩
855afe6dc5
fix(region): vendor update ( #24118 )
2026-01-23 17:03:32 +08:00
屈轩
784efcf211
fix(region): cloudpods container sync ( #24113 )
2026-01-21 15:33:40 +08:00
Jian Qiu
0cbdf68df3
fix: notify receiver update precedure recode ( #24100 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-01-20 00:16:06 +08:00
wanyaoqi
28bbdd3061
fix(host): ensure scsi pci addr on add scsi disk ( #24097 )
2026-01-19 20:16:30 +08:00
cwz_eikoh
8c20fb7e3d
Automated cherry pick of #23906 : feature(llm): adapt frontend ( #24095 )
...
* feature(llm): add llm-list details, add autostart for llm-save-instant-model
* fix(llm): adjust some interfaces
* fix: name-dup problem when create llm
* fix: install instant-model by id rather than modelID
* fix(llm): add llm_id for mcp-agent
* feature(llm): move network from sku to instance
* feature(llm): add LLMType for llm-image
* feature(llm): add gpuMemoryRequired & ollama-registry yaml
* feature(llm): add url-get interface
* feature(llm): support mcp in mcp-agent-chat
* fix(llm): abstract ollama registry
2026-01-19 18:06:18 +08:00
屈轩
5904eaf042
fix(region): vendor update ( #24092 )
2026-01-19 14:21:46 +08:00
Jian Qiu
378177ad2f
fix: user filter revisit ( #24089 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-01-19 10:51:20 +08:00
Zexi Li
86a6a816af
fix(telegraf-raid-plugin): working for victoria metrics ( #24085 )
2026-01-15 17:20:39 +08:00
Jian Qiu
a321c89e5f
fix: detailed apigateway auth failure log ( #24077 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-01-15 10:13:28 +08:00
Zexi Li
dd76886d51
fix(host): compatible with telegraf 1.36 and add ipmi_sensor conf ( #24082 )
...
* fix(host): compatible with telegraf 1.36 and add ipmi_sensor conf
* feat(monitor): add ipmi_sensor metric
2026-01-15 10:06:58 +08:00
屈轩
29809ce265
fix(region): vendor update ( #24080 )
2026-01-14 14:05:28 +08:00
屈轩
eb33cdbe4a
fix(glance): avoid context warnning ( #24074 )
2026-01-14 10:54:52 +08:00
屈轩
cfde0396c3
fix(region): avoid panic when update user resource ( #24071 )
2026-01-13 18:20:57 +08:00
屈轩
a640fb3d60
fix(common): skip octet-stream warnning ( #24068 )
2026-01-13 18:20:35 +08:00
Zexi Li
f1f66fbed1
feat(monitor): delta reducer ( #24063 )
2026-01-12 17:27:32 +08:00
屈轩
35649ce641
fix(region): remove useless mod ( #24061 )
2026-01-12 14:12:19 +08:00
cwz_eikoh
0ff02020e7
Automated cherry pick of #24025 : feature(llm): add mcp-agent ( #24026 )
...
* feature(llm): add mcp-agent
* feature(llm): support openai in llm_client
* feature(llm): chat-stream demo
2026-01-12 10:46:06 +08:00
屈轩
e1e91c0248
fix(region): host schedtag sync ( #24056 )
2026-01-11 18:33:44 +08:00
屈轩
f9c73f53c3
fix(region): allow batch resize disk ( #24050 )
2026-01-09 14:04:52 +08:00
Zexi Li
7bd4869998
fix(monitor): top query of monitor_resource_alert ( #24052 )
2026-01-09 12:10:17 +08:00
屈轩
97becd57ba
fix(monitor): optimized common alert list ( #24043 )
2026-01-09 10:09:53 +08:00
wanyaoqi
399bfcb2e2
fix(host): add query id on detect qemu machine info ( #24046 )
2026-01-09 08:24:42 +08:00
屈轩
3eba59982c
fix(monitor): optimized monitor resource list ( #24039 )
2026-01-08 15:23:28 +08:00
屈轩
5e50483cbc
fix(region): support order by snapshot ( #24036 )
2026-01-08 11:14:00 +08:00
Zexi Li
317497d6c2
fix(monitor): resource id deduplication of alert record ( #24032 )
2026-01-07 11:15:51 +08:00
屈轩
e7dee4e9a0
fix(monitor): show alert count ( #24028 )
2026-01-07 10:03:13 +08:00
Zexi Li
2a82c99942
feat(host): mount post overlay layers by shortest path order ( #24012 )
...
* fix(host): mount and umount order for post overlay
- support host_lower_map for post overlay image
* feat(host): tar dirs of pod with include patterns
2026-01-06 20:02:58 +08:00
Zexi Li
35b17d1d7c
fix(monitor): fill resource ids of the cloud account ( #24029 )
2026-01-06 19:44:18 +08:00
wanyaoqi
518f81ba69
fix(region): guest batch create isolated devices add host lock ( #24013 )
2026-01-06 18:10:49 +08:00
Jian Qiu
8fb0236de5
fix: endpoint mode slave ( #24023 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-01-06 18:05:27 +08:00
屈轩
c1cd91e01c
fix(region): show pretty error ( #24021 )
2026-01-06 10:29:39 +08:00
屈轩
27500ca14e
fix(cloudmon): optimized account balance metric collect ( #24011 )
2025-12-30 19:56:59 +08:00
屈轩
ec0d44e1bc
fix(region): add billing resource check ( #24008 )
2025-12-30 18:47:27 +08:00
cwz_eikoh
0137096ba8
feature(mcp-server): add InitAuth & userCred ( #24006 )
2025-12-30 10:36:53 +08:00
wanyaoqi
6c66130f16
fix(region,host,host-deployer): add win11 tpm support ( #23951 )
2025-12-29 11:18:46 +08:00
wanyaoqi
cb155ebcbb
fix(scheduler): correct mem_free = (mem_total - mem_reserved) * mem_cmtbound ( #23983 )
2025-12-29 11:17:38 +08:00
wanyaoqi
89c836518b
fix(climc): host set memory commit bound incorrect params ( #23974 )
2025-12-29 11:02:19 +08:00
wanyaoqi
62ab0616ff
fix(glance): image disk_format use String2ImageFormat ( #23990 )
2025-12-29 11:01:01 +08:00
Jian Qiu
572d83f146
fix: change OutOfResource http status code to 507 ( #23987 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-12-29 10:59:10 +08:00
屈轩
e2bd696ac6
fix(monitor): alert filter by owner ( #24001 )
2025-12-29 10:15:45 +08:00
屈轩
faeb5685be
fix(region): show host cpu and mem usage ( #23998 )
2025-12-25 21:58:00 +08:00
屈轩
49088da817
fix(region): ksyun create vm params ( #23996 )
2025-12-25 10:32:40 +08:00
屈轩
dd5dc038cd
fix(region): vendor update ( #23994 )
2025-12-24 19:45:10 +08:00
屈轩
b8e70e1142
fix(region): update private cloud host cpu and mem usage by cloudmon ( #23984 )
2025-12-24 19:21:21 +08:00
Zexi Li
29dc02f484
fix(host): make disk mount point shared for unshared post overlay ( #23980 )
2025-12-24 15:33:31 +08:00
屈轩
4dd9e26225
fix(region): show guest nic index ( #23958 )
2025-12-24 11:33:36 +08:00
Zexi Li
17882cca3f
fix(host): quote include paths when before executing tar ( #23969 )
2025-12-23 18:11:57 +08:00
Jian Qiu
d0383ff1ab
feature: assume user login support ( #23963 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-12-23 13:54:23 +08:00
Zexi Li
3293def16a
feat(host): add debug info when restoring backup to disk ( #23962 )
2025-12-23 12:02:49 +08:00
wanyaoqi
e20f46f7ed
Automated cherry pick of #23930 : Automated cherry pick of #23725 : feat(baremetal-agent): Linux PCIE disk support mdadm soft raid ( #23931 )
...
* feat(baremetal-agent): Linux PCIE disk support mdadm soft raid
* fix(baremeta-agent): soft raid support intel imsm
* fix: update baremetal-agent base
2025-12-22 13:29:25 +08:00
wanyaoqi
a8e8641c75
fix(scheduler,host): sort numa node by numa distance check memsize ( #23922 )
2025-12-22 11:43:51 +08:00
wanyaoqi
2085d9dfa5
fix(region): guest usage by arch ( #23955 )
2025-12-22 11:42:48 +08:00
Jian Qiu
2c45df0895
fix: host compat with ovs in container ( #23945 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-12-22 11:41:01 +08:00
Jian Qiu
5a15d84685
fix: host flush addrs instead of reset interface ( #23948 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-12-18 01:14:39 +08:00
屈轩
3e49aac8f6
fix(region): cloudpods pod ( #23946 )
2025-12-17 16:29:00 +08:00
cwz_eikoh
09b5ecbce0
Automated cherry pick of #23928 : feature(llm): add llm-instant-model-import ( #23929 )
...
* feature(llm): add llm-instant-model-import
* fix(llm): can't delete llm while deploy faile
* feature(llm): add instant-model-import to instant-model-create
2025-12-17 13:34:07 +08:00
屈轩
8554c93b0f
fix(region): disable sync schedtags ( #23942 )
2025-12-16 20:40:55 +08:00
屈轩
6b6147777c
fix(region): disable cloudpods auto create project ( #23937 )
2025-12-15 15:51:38 +08:00
屈轩
ddcd72716c
fix(region): add provider info for sync log ( #23932 )
2025-12-15 13:47:19 +08:00
Zexi Li
67d743296d
fix(monitor): meter alert panic ( #23920 )
2025-12-12 10:20:13 +08:00
屈轩
4fbe43192d
fix(region): aliyun system disk size ( #23926 )
2025-12-12 10:19:34 +08:00
Jian Qiu
16f15ac0fc
fix: backup storage edit external url ( #23916 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-12-09 19:43:54 +08:00
Jian Qiu
eca000b52e
fix: splitable not function due to empty datefield ( #23908 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-12-09 13:34:26 +08:00
屈轩
3a2ab9e73d
fix(region): vendor update ( #23904 )
2025-12-07 16:00:55 +08:00
屈轩
7a5a2c549a
fix(region): baidu storage info ( #23902 )
2025-12-05 16:20:46 +08:00
cwz_eikoh
9ac509e55b
Automated cherry pick of #23898 : Feature/pre quick model ( #23899 )
...
* feat: add preinstall for quick-models
* fix: drop error when duplicate blobs
2025-12-05 10:33:55 +08:00
Zexi Li
4ca1fbfda5
fix(host): ensure a single file dir when mounting ( #23896 )
2025-12-04 13:54:08 +08:00
cwz_eikoh
80287d6b4d
Automated cherry pick of #23769 : [Feature] llm model 使用 post_overlay 功能实现秒装挂载模型 ( #23888 )
...
* feat(llm): add probed-package
* feat(llm): add llm-save-instant-app
* feat(llm): add some llm-instant-app options
* fix(llm): change app to model
* fix(llm): rename origin model to sku
* feat(llm): add llm-quick-models
* fix(llm): saved paths for instant model
* fix(llm): fix quick-install-model
---------
Co-authored-by: Zexi Li <zexi.li@icloud.com >
2025-12-03 16:27:19 +08:00
Zexi Li
7015962121
fix(monitor): filter baremetal host for no data query ( #23893 )
2025-12-03 16:24:35 +08:00
Zexi Li
1a87bb18c9
fix(apigateway): load llm ( #23886 )
2025-12-03 16:21:04 +08:00
屈轩
af85cca1d6
fix(region): optimized backend sync ( #23890 )
2025-12-03 15:14:17 +08:00
屈轩
8d9740f149
fix(region): aliyun vnc addr ( #23884 )
2025-12-03 14:04:16 +08:00
Zexi Li
2dd1d6fc26
fix(host): remove empty files used bind mount ( #23881 )
2025-12-02 19:34:00 +08:00
wanyaoqi
ce338f180a
fix(host,host-deployer): host-deployer add password quality check ( #23875 )
2025-12-02 17:02:34 +08:00
Zexi Li
6869eca040
feat(monitor): 支持指定过去时间段返回报警资源最多的top5监控策略 ( #23878 )
...
* feat(monitor): 支持指定过去时间段返回报警资源最多的top5监控策略
* feat(monitor): 支持指定过去时间段返回报警数量最多的top5资源
* feat(monitor): 支持指定过去时间段某监控策略下各监控指标报警资源最多的top5资源
* feat(monitor): 支持获取过去时间段各项目下报警资源数量
2025-12-02 15:47:54 +08:00
屈轩
4666b00bda
fix: update host-deploy base image ( #23871 )
2025-12-01 11:41:13 +08:00
屈轩
154673e6a3
fix(region): vendor update ( #23868 )
2025-11-30 17:22:22 +08:00
Zexi Li
0cd633046f
fix(monitor): filter alertrecords by alert_name and res_name ( #23864 )
2025-11-28 18:58:24 +08:00
屈轩
f0980d7817
fix(region): vendor update ( #23859 )
2025-11-27 20:35:44 +08:00
wanyaoqi
2b0a7ac265
Automated cherry pick of #23846 : Fix/host misc fix ( #23847 )
...
* fix(host): host register return wrong error value
* fix(host): host handlers use gotypes check ret value is nil
2025-11-27 19:19:31 +08:00
Zexi Li
79166f9aaa
fix(monitor): alert shield is not working ( #23861 )
2025-11-27 19:18:37 +08:00
屈轩
0ec78aaa8a
fix(keystone): change token AuditIds width ( #23851 )
2025-11-27 17:19:37 +08:00
Zexi Li
8622137834
fix(monitor): threshold_range message ( #23855 )
2025-11-27 16:47:24 +08:00
Zexi Li
4a7b6af08a
feat(monitor): support threashold range ( #23849 )
2025-11-27 14:59:55 +08:00
Zexi Li
41ba24f4b5
feat(climc): support --ouput option for pprof command ( #23840 )
2025-11-27 14:18:35 +08:00
屈轩
11dc0d46a2
fix(region): vendor update ( #23844 )
2025-11-26 16:57:01 +08:00
Jian Qiu
fbdf305ff5
fix: generic guest delete task ( #23837 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-26 01:01:11 +08:00
wanyaoqi
2d30cb862f
fix(region,host): perform screendump no save to s3 ( #23827 )
2025-11-26 01:00:38 +08:00
wanyaoqi
c712a848a5
fix(region): disk take snapshot check backing snapshot is merged ( #23833 )
2025-11-26 00:59:14 +08:00
屈轩
01c97c0df6
fix(region): support vmware resource pool ( #23829 )
2025-11-25 19:07:32 +08:00
Zexi Li
c3f9b88faa
feat(monitor): get records of monitor_resource_alert ( #23822 )
2025-11-24 21:34:20 +08:00
屈轩
a49e7437bd
fix(region): vendor update ( #23820 )
2025-11-24 14:20:51 +08:00
Jian Qiu
491cde2257
fix: validate policy role delete condition ( #23813 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-21 12:04:20 +08:00
Zexi Li
b28bdf43e4
fix(monitor): alerting level ( #23800 )
2025-11-21 10:26:41 +08:00
Jian Qiu
4afbf46da1
fix: region-dns not support dameng dialect ( #23805 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-21 09:55:20 +08:00
屈轩
6a0c361ea3
fix(region): snapshot policy resource purge ( #23807 )
2025-11-20 23:42:22 +08:00
Zexi Li
80b5a7c04a
fix(monitor): title of notification by language context ( #23788 )
2025-11-20 20:11:34 +08:00
屈轩
729a523260
fix(monitor): avoid panic ( #23795 )
2025-11-20 18:43:12 +08:00
屈轩
3e7c73677e
fix(host): format sLsusbTree field content json tag ( #23791 )
...
Co-authored-by: 云原生驿站 <33771248+CloudCourierStation@users.noreply.github.com >
2025-11-20 18:26:16 +08:00
Zexi Li
f12c22e7b6
fix(monitor): check if LastSendNotification is zero ( #23781 )
2025-11-20 18:03:45 +08:00
屈轩
2fee1b6aea
fix(region): migrate snapshot policy resource ( #23789 )
2025-11-20 17:38:15 +08:00
屈轩
32d4820a63
fix(cloudmon): account balance metric with tenant_id ( #23785 )
2025-11-20 14:22:28 +08:00
屈轩
15c7a825bf
fix(cloudmon): avoid undetected new resources ( #23778 )
2025-11-20 10:48:36 +08:00
Zexi Li
985995c684
fix(baremetal-agent): msdos typo in grub configuration ( #23775 )
2025-11-20 10:39:09 +08:00
屈轩
52f2d801c1
fix: support build rpm/deb of riscv64 ( #23771 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-19 17:39:54 +08:00
屈轩
a0f9484770
fix: support risc-v ( #23770 )
2025-11-19 17:20:26 +08:00
Jian Qiu
19b0997ab6
fix: diskbackup fail to syncstatus on offline backend ( #23765 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-19 10:48:51 +08:00
Jian Qiu
6274e21053
fix: export/import disk backup ( #23760 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-18 23:49:39 +08:00
Zexi Li
3ba6c1b3ff
fix(host): use directory of single file as post_overlay lower ( #23756 )
2025-11-18 16:34:48 +08:00
Zexi Li
9099f682fb
feat(monitor): set alert_channel to metata ( #23754 )
2025-11-18 12:52:37 +08:00
屈轩
a0d28c214f
fix(region): esxi vm folder ( #23752 )
2025-11-17 18:14:02 +08:00
屈轩
fccf389a53
fix(region): server sku create status ( #23749 )
2025-11-17 17:01:08 +08:00
wanyaoqi
8a68f5d7d4
feat(region,host): host dmesg collect ( #23746 )
2025-11-17 15:44:42 +08:00
Jian Qiu
51fddda1bd
fix: filter schedtags by zones ( #23743 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-15 18:30:33 +08:00
Jian Qiu
65e0f4414e
feature: user expired_at attribute support ( #23727 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-14 10:53:39 +08:00
Zexi Li
c33dc74019
feat(cloudcommon): add ExtraHook steps to joint model ( #23722 )
2025-11-14 10:50:39 +08:00
wanyaoqi
705fe7a5d9
fix(host): thrown errors on disk fromatfs ( #23729 )
2025-11-14 10:40:49 +08:00
Zexi Li
91617dc81b
fix(host): SHostPingTask was stuck by calling docker command ( #23732 )
2025-11-13 20:18:55 +08:00
屈轩
f668f496dc
fix(region): scope resource ( #23736 )
2025-11-13 14:43:45 +08:00
屈轩
69831485a3
feat: Cloudpods basic service image RISC-V support ( #23724 )
...
This patch enables cloudpos basic service image to be built on RISC-V
platforms and support build script to work on RISC-V platforms.
Signed-off-by: Jinyu Zhao <1813479822@qq.com >
Co-authored-by: Jinyu Zhao <1813479822@qq.com >
2025-11-12 11:44:05 +08:00
cwz_eikoh
8d4595be87
fix(region): add kvm_delete_task ( #23698 )
2025-11-11 16:32:33 +08:00
wanyaoqi
fcb72e304b
fix(region,scheduler): check is BIOS boot request on uefi predicate ( #23718 )
2025-11-11 13:45:18 +08:00
Zexi Li
30b7deb9f5
fix(baremetal): power status of server is not synced ( #23687 )
2025-11-10 09:56:29 +08:00
Jian Qiu
a191da0a77
fix: log change bandwidth event ( #23713 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-10 09:48:40 +08:00
Jian Qiu
dfbd89c9db
fix: vm nic charge type support ( #23703 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-07 10:53:04 +08:00
cwz_eikoh
f53caeb6d1
fix(region): add finish for DependencyTopoGraph ( #23710 )
2025-11-07 10:20:31 +08:00
cwz_eikoh
bf4f1755c8
fix(llm): don't rely on polling ( #23709 )
2025-11-07 10:19:37 +08:00
Zexi Li
9bb6e3eb1b
fix(host): clear previous usage metrics when any container stopped of pod ( #23704 )
2025-11-06 20:55:43 +08:00
屈轩
33938c6c01
fix(torrent): vendor update for support risc-v ( #23701 )
2025-11-06 20:21:14 +08:00
屈轩
4f1bb2a871
fix(region): allow delete server sku ( #23694 )
2025-11-05 18:20:20 +08:00
屈轩
7abcd04f16
fix(region): add device for disk ( #23691 )
2025-11-05 16:23:29 +08:00
屈轩
2cae726280
fix(scheduler): sku predicate with empty zone id ( #23685 )
2025-11-04 20:56:34 +08:00
Zexi Li
16aa081789
fix(baremetal-agent): chose root disk by pci path ( #23681 )
2025-11-04 20:09:39 +08:00
Jian Qiu
45de538d15
fix: rename check when change project ( #23677 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-11-04 16:08:09 +08:00
cwz_eikoh
a05b793b81
feat(region): pod containers start in dependency order ( #23669 )
2025-11-04 10:38:33 +08:00
屈轩
7df775f07c
fix(region): optimized aws server sku sync ( #23674 )
2025-11-03 22:32:17 +08:00
屈轩
ec3c9f3a20
fix(region): metadata filter by value ( #23671 )
2025-11-03 19:24:33 +08:00
Zexi Li
e2e79cd7cc
fix(host): upload container status when not created ( #23666 )
2025-11-03 15:53:44 +08:00
屈轩
68675541ff
fix(region): optimzed server sku sync ( #23663 )
2025-11-03 15:13:45 +08:00
屈轩
9ee0e83747
fix(region): disk filter by server ( #23659 )
2025-11-01 13:32:27 +08:00
屈轩
4068843773
fix(region): optimized filter sku by zone ( #23656 )
2025-11-01 13:04:49 +08:00
屈轩
c4b719628b
fix(region): vendor update ( #23653 )
2025-11-01 13:03:59 +08:00
cwz_eikoh
66afa2f141
Automated cherry pick of #23620 : feat(llm): add network id and network type for llm-model ( #23621 )
...
* feat(llm): add network id and network type for llm-model
* fix(llm):portmapping of model network only works when network mode is hostlocal
2025-10-31 10:21:51 +08:00
Zexi Li
51bdf0c655
Automated cherry pick of #23642 : fix(scheduler): enable profiling ( #23647 )
...
* fix(scheduler): enable profiling
* feat(scheduler): cache NetworkAdditionalWire
2025-10-31 10:19:50 +08:00
屈轩
5fc5c5b330
fix(region): sku cpu mem sync ( #23649 )
2025-10-30 22:33:39 +08:00
屈轩
1c61483bc1
fix(region): filter disks by server list ( #23644 )
2025-10-30 17:24:41 +08:00
屈轩
79c45568c7
fix(region): vendor update ( #23639 )
2025-10-30 10:06:23 +08:00
Zexi Li
002b37f6a1
fix(host): move the hostInstance.Init() step after InitAuth ( #23624 )
2025-10-29 14:00:33 +08:00
Jian Qiu
6a18b70168
fix: task remote notify ( #23627 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-29 12:17:27 +08:00
屈轩
bbf0991bb3
fix(cmd): show mcp server update cmd ( #23629 )
2025-10-28 18:35:01 +08:00
屈轩
1052eb4451
fix(mcp): add dockerfile for mcp server ( #23619 )
2025-10-28 15:23:20 +08:00
屈轩
07ce88c828
fix(mcp): cherry pick 4.0 ( #23617 )
2025-10-28 15:22:48 +08:00
屈轩
29585a8af6
fix(region): set ksyun tag ( #23611 )
2025-10-24 22:54:09 +08:00
Zexi Li
06258859d8
chore(ci): turn off goimports-check rule ( #23606 )
2025-10-24 15:48:44 +08:00
Zexi Li
2bbd1f792c
Automated cherry pick of #23282 : [OSPP]feature: Auto deploy llm and dify ( #23601 )
...
* feat(llm): add llm-create
* fix(llm): fix llm-create, add llm-list & llm-show
* fix(llm): format file names
* fear(llm): add exec stream
* fear(llm): init llm model cache
* fix(llm): move llm model cache to LocalImageCache
* feat(llm): auto clean model cache
* fix(llm): auto clean tmp model cache
* feat(dify): init dify-create
* fix(dify): change dify default registry
* feat: support create model with gguf file
* feat(llm): support more modelfile option for gguf file
* feat(dify): init user customize dify parameters
* feat: update llm as a service in climc
* fix: delete llm from region service
* feat: init llm service (with error)
* fix: resolve errors (task cant callback yet)
* feat: add PerformRequestHostActionByOtherService for container
* fix: make llm service usable
* feat: delete llm and dify after guest deleted
* feat(llm): add llm-image
* feat(llm): add llm-model
* feat: mv old llm to ollama
* feat(llm): init llm-batch-create(can not run)
* fix(llm): make llm-create usable
* fix(llm): add pull-model step
* feat(llm): add list and delete
* fix(llm): ollama pull official model don't rely on host & region's code any more
* feat(llm): add dify-model
* fix: remove llm's code in host & compute
* fix: remove remain code in compute
* feat(llm): Abstract out and reuse the llm_model logic
* feat(llm): abstract llm_base from llm
* fix(llm): make dify usable
* feat(llm): add sync_dify_images.sh
* fix(llm): format import
* feat(llm): support start & stop for llm and dify
* feat(llm): add model-update
* fix(llm): gendocgo
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2025-10-24 13:29:40 +08:00
Jian Qiu
56b41893ec
fix: rpm/deb support postinst/preinst/prerm/postrm hooks ( #23596 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-23 01:03:18 +08:00
Jian Qiu
cb0729f672
fix: suport bulding multi-arch rpm deb ( #23570 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-22 23:53:16 +08:00
屈轩
e6ec61cab1
fix(keystone): fetch domain user count ( #23591 )
2025-10-22 16:25:54 +08:00
wanyaoqi
35e34f019a
fix(region,host,scheduler): add check kvm cpu max on cpu predicate ( #23538 )
2025-10-22 15:07:22 +08:00
Zexi Li
b352d0cc92
feat(region,host): support nvidia GPU CDI configuration ( #23566 )
2025-10-22 15:04:08 +08:00
cwz_eikoh
56e938ee2e
feat(container): container-restart ( #23588 )
2025-10-22 14:59:49 +08:00
屈轩
a9649db617
fix(region): support ocean base ( #23587 )
2025-10-22 14:43:32 +08:00
屈轩
b1ef423c2a
fix(region): disable cloudprovider when sync lost ( #23582 )
2025-10-22 11:30:23 +08:00
屈轩
8da753833d
fix(region): vendor update ( #23579 )
2025-10-22 11:12:17 +08:00
Zexi Li
16b3d220f4
feat(region): allow containers to be created with auto_start param ( #23572 )
2025-10-21 17:20:52 +08:00
屈轩
dc5884b361
fix(region): adjust the ip_addr character length ( #23563 )
2025-10-21 10:45:11 +08:00
Jian Qiu
77c471322a
fix: container memory.high ratio support ( #23558 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-21 09:32:57 +08:00
屈轩
584b3291cd
fix(glance): add notify for image create ( #23553 )
2025-10-16 14:30:48 +08:00
wanyaoqi
f5a6465629
fix(webconsole): baremteasl ipmi sol instance_name hide password ( #23533 )
2025-10-16 00:02:42 +08:00
wanyaoqi
de05e8cc4a
fix(host): host probe isoalted device return jsonarray ( #23544 )
2025-10-16 00:01:36 +08:00
屈轩
a839607802
fix(region): valid essd pl0 disk resize ( #23546 )
2025-10-15 17:25:06 +08:00
屈轩
6251e28e52
fix(region): vendor update ( #23540 )
2025-10-15 10:57:52 +08:00
屈轩
3591e9a15f
fix(region): support change storage type ( #23530 )
2025-10-14 16:59:21 +08:00
屈轩
84e8b83aab
fix(region): healt status ( #23525 )
2025-10-13 18:51:04 +08:00
屈轩
cd3190d80f
fix(keystone): distribute permissions when the organization changes ( #23502 )
2025-10-13 18:49:45 +08:00
屈轩
b60346b97f
fix(region): private zone create status ( #23521 )
2025-10-13 18:05:27 +08:00
wanyaoqi
d3c64b8054
fix(host): ensure host wire marshal nil value ( #23507 )
2025-10-12 11:04:35 +08:00
屈轩
914c1a1971
fix(region): server sku create with region id ( #23509 )
2025-10-11 16:54:47 +08:00
wanyaoqi
13ce2252ce
fix(region,glance,host-deployer): guest image support bios boot mode detect ( #23375 )
2025-10-11 10:20:54 +08:00
Zexi Li
3bdfb00850
fix(baremetal): ensure the execution of the BaremetalServerDestroyTask ( #23497 )
2025-10-09 17:07:35 +08:00
Jian Qiu
bc7cc1ad07
fix: ignore e2fsck errors if retcode < 4 ( #23489 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-09 16:31:40 +08:00
wanyaoqi
dd7602e628
fix(host): disk resize error input params ( #23493 )
2025-10-09 13:27:44 +08:00
Jian Qiu
7fe4ac72fe
fix: network manager keyfile static routes ( #23480 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-08 13:18:34 +08:00
Jian Qiu
55e586121d
fix: support network manager connection profiles ( #23468 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-03 09:25:14 +08:00
Jian Qiu
144ee48cec
fix: default cloud region init error ( #23475 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-03 06:34:24 +08:00
屈轩
b3a3d170e2
fix(region): vendor update ( #23459 )
2025-09-30 15:09:43 +08:00
屈轩
ebdcabe330
fix(region): host order by virt cpu ( #23457 )
2025-09-30 13:19:16 +08:00
Jian Qiu
e504d0d4e3
fix: hostman master nic may be nil ( #23450 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-30 11:18:23 +08:00
Jian Qiu
00ee68c716
fix: s3 common options ( #23444 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-29 19:22:25 +08:00
Jian Qiu
c6bf60722b
fix: disable password history unique check by default ( #23438 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-29 15:47:40 +08:00
wanyaoqi
8e6e30d57f
fix(region,baremetal): ipv6 baremetal register support ( #23422 )
2025-09-29 15:22:22 +08:00
Jian Qiu
1f31c00819
fix: backup task worker count in host configmap ( #23427 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-29 15:20:38 +08:00
屈轩
a704ab1cea
fix(cloudevent): options changed with etcd ( #23433 )
2025-09-29 12:24:15 +08:00
屈轩
b90abee236
fix(region): vendor update ( #23416 )
2025-09-28 18:04:03 +08:00
wanyaoqi
ee471da787
fix(host-deployer): update host-deployer-base to 1.4.11 ( #23413 )
2025-09-28 17:26:03 +08:00
Zexi Li
4e1d8f2a98
fix(region,host): sync server status by upload guest status api ( #23408 )
2025-09-28 17:24:04 +08:00
屈轩
65492d196c
fix(region): vendor update ( #23405 )
2025-09-28 14:58:55 +08:00
wanyaoqi
af73e7e93a
Automated cherry pick of #23374 : fix(region,host): guest add vnc screen dump support ( #23377 )
...
* fix(host): update nic confs inside vm on qga delete nics
Signed-off-by: wanyaoqi <wanyaoqi@yunion.cn >
* fix(region,host): guest add vnc screen dump support
---------
Signed-off-by: wanyaoqi <wanyaoqi@yunion.cn >
2025-09-27 12:06:12 +08:00
wanyaoqi
59089c6792
Automated cherry pick of #23386 : fix(host-deployer): allow growpart on primary partition ( #23394 )
...
* fix(host): init cgroup ignore disable cgroup option
* fix(host-deployer): allow growpart on primary partition
2025-09-27 12:02:06 +08:00
Zexi Li
9a19621da0
fix(host): unmount post overlay dir without accquire cached image ( #23402 )
2025-09-27 07:43:35 +08:00
屈轩
85ad508d83
fix(region): vendor update ( #23398 )
2025-09-26 18:05:24 +08:00
屈轩
e67f8392a7
fix(region): support cnware ( #23389 )
2025-09-26 14:45:37 +08:00
屈轩
c9ece3e7de
fix(region): vendor update ( #23383 )
2025-09-26 13:53:39 +08:00
wanyaoqi
b6329b5c23
fix(host-deployer): loop dev resize diskfs umounted and f2fs support ( #23358 )
2025-09-24 18:52:48 +08:00
Zexi Li
b7a3ed9e27
fix(host): clear the rootfs of container before starting ( #23361 )
2025-09-24 18:52:06 +08:00
Jian Qiu
d591b7991b
fix: network filter by ip error for dameng ( #23364 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-24 18:45:07 +08:00
Jian Qiu
e05112b3f6
fix: auto cleanup obsolete password records ( #23371 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-24 18:35:38 +08:00
屈轩
bef839cc7b
fix(region): vendor update ( #23368 )
2025-09-24 17:22:23 +08:00
Zexi Li
6c7bb1a1b1
feat(region,host): clean no persistent rootfs ( #23354 )
2025-09-22 18:10:12 +08:00
屈轩
efe0d135b2
fix(region): add expired release notify hour options ( #23351 )
2025-09-22 10:58:13 +08:00
Jian Qiu
185332fa28
fix: host backup task worker limit ( #23347 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-22 09:48:20 +08:00
Jian Qiu
64fa9f1675
fix: linux sshd_config support ( #23342 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-20 00:39:27 +08:00
Zexi Li
60a57b1e1b
fix(scheduler): watch serversku ( #23328 )
2025-09-19 23:49:32 +08:00
屈轩
8ac435af8e
fix(region): rds backup sync ( #23306 )
2025-09-19 23:47:32 +08:00
wanyaoqi
c436fde002
fix(host,host-deployer): support lvm disk resize ( #23334 )
...
- add resize lvm disk support
- support qga online resize disk partitions and filesystems
2025-09-19 23:46:03 +08:00
Jian Qiu
f4bcb7ffdf
fix: check os_arch when server rebuilding root ( #23338 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-19 23:44:31 +08:00
屈轩
38d1d0f766
fix(region): disk reset webhook ( #23326 )
2025-09-18 15:08:21 +08:00
屈轩
f8001de546
fix(notify): optimized workwx access token expired time ( #23323 )
2025-09-18 14:55:18 +08:00
Zexi Li
bd731ca958
fix(monitor): diffTagKeys are empty when only one series in results ( #23311 )
2025-09-18 07:49:17 +08:00
屈轩
6c4a1a3628
fix: upgrade goimports ( #23321 )
2025-09-17 22:08:03 +08:00
屈轩
5387fc03f8
fix(region): remove debug sql ( #23318 )
2025-09-17 16:54:47 +08:00
屈轩
37c3db52b9
fix(cloudmon): alert metric with tenant id ( #23315 )
2025-09-17 16:40:21 +08:00
屈轩
976f0f0bf4
fix(climc): sku create params ( #23301 )
2025-09-15 15:33:40 +08:00
wanyaoqi
f446f86e9f
fix(region): virtual isolated device balance on guest start ( #23049 )
2025-09-15 11:58:23 +08:00
屈轩
4428791397
fix(region): support gcp shared vpc and image ( #23296 )
2025-09-12 23:03:31 +08:00
Zexi Li
314fb8f08e
feat(host): hide host files mounted to container ( #23293 )
2025-09-12 18:55:06 +08:00
屈轩
331231ce1a
fix(monitor): history alert report ( #23280 )
2025-09-12 15:27:20 +08:00
Zexi Li
a8e4ecfa5a
fix(host,region): container rootfs use sub directory ( #23290 )
2025-09-12 15:08:07 +08:00
Zexi Li
51bec5644e
fix(monitor): fetch total alert resources from monitor_resource_alert ( #23275 )
2025-09-10 19:17:29 +08:00
屈轩
092a0c2239
fix(region): update cloudprovider external id ( #23272 )
2025-09-10 18:59:47 +08:00
Jian Qiu
82bfb4cea1
fix: ipv6 ra should be sent periodically ( #23259 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-10 18:59:09 +08:00
Jian Qiu
e35ca851a7
fix: image self check status ( #23250 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-10 18:57:27 +08:00
屈轩
aba6378177
fix(region): support hyperdisk for gcp ( #23269 )
2025-09-10 15:34:34 +08:00
Zexi Li
abda8b0400
fix(climc): monitor-alertrecords-total-alert command ( #23266 )
2025-09-10 14:24:52 +08:00
屈轩
606112ea44
fix(region): sync cloudpods ipmi ip addr ( #23264 )
2025-09-09 20:52:56 +08:00
屈轩
aca997796d
fix(region): cloudpods ipmi info sync ( #23262 )
2025-09-09 19:27:52 +08:00
屈轩
df7d2d3d80
fix(region): sync cloudpods baremetal isolated device ( #23257 )
2025-09-09 18:40:38 +08:00
屈轩
42fb3e1327
fix(region): sync cloudpods host storage info ( #23255 )
2025-09-09 16:00:02 +08:00
屈轩
031e54b81e
fix(region): retention server by tag ( #23248 )
2025-09-08 17:59:59 +08:00
屈轩
f990fe0ba3
fix(region): support retention server by tags ( #23246 )
2025-09-08 16:27:31 +08:00
屈轩
28dff24e44
fix(region): support retention server by tag ( #23244 )
2025-09-08 15:45:34 +08:00
屈轩
932e12ae87
fix: upgrade go 1.24 ( #23242 )
2025-09-05 18:26:42 +08:00
屈轩
7e60f49d4a
fix(region): snapshot policy unbind disks ( #23239 )
2025-09-04 16:57:58 +08:00
屈轩
cbe77a29e2
fix(region): sync prepaid disk expired time ( #23236 )
2025-09-04 16:47:09 +08:00
屈轩
9ea05affbf
fix(region): add disk change billing type log ( #23232 )
2025-09-03 20:16:38 +08:00
屈轩
56825a3cd9
fix(region): add kafka and mongodb capability ( #23229 )
2025-09-03 19:44:34 +08:00
屈轩
0e04ce4371
fix(region): distinct cloudprovider fields ( #23227 )
2025-09-03 15:03:18 +08:00
wanyaoqi
fe36e13dc7
fix(host): live migrate compat ipv6 ( #23214 )
2025-09-03 05:49:54 +08:00
Jian Qiu
fdf9195e8c
fix: fail to delete cas idp due to readonly domain ( #23217 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-03 05:48:43 +08:00
Jian Qiu
f72104ce60
fix: image s3 direct download option ( #23220 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-03 05:47:32 +08:00
Jian Qiu
73ddbd4048
fix: network filter by ipv6 address ( #23223 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-09-03 05:46:44 +08:00
屈轩
2f474ff911
fix(region): support more scheme keypair ( #23196 )
2025-09-02 14:45:03 +08:00
Zexi Li
3edd8dd65b
feat(host): add SdnFetchDataFromComputeService option ( #23207 )
2025-09-01 23:15:40 +08:00
屈轩
cbf4310cab
fix(region): avoid change to the same config sku not effective ( #23203 )
2025-09-01 11:43:01 +08:00
Jian Qiu
f2d77ad487
fix: too many recursive locks when batch create ( #23198 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-29 23:08:07 +08:00
wanyaoqi
f491efc498
fix(host): update nic desc on nic changed ( #23180 )
2025-08-28 10:07:18 +08:00
wanyaoqi
bd719d99c0
feat(region,hostdeployer): add f2fs feature support ( #23183 )
2025-08-28 10:05:51 +08:00
屈轩
9f037c1baf
fix(region): add cloud_env filter for cachedimages ( #23191 )
2025-08-27 18:34:36 +08:00
Jian Qiu
9b6a13037c
fix: guest ipv6 vip ( #23187 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-27 18:07:44 +08:00
Jian Qiu
3b6949fe78
fix: dhcpv6 should nack confirm if addr changed ( #23169 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-26 15:35:31 +08:00
wanyaoqi
023309c1cf
fix(region,host): ipv6 change addr ( #23171 )
2025-08-26 15:34:27 +08:00
屈轩
7bfdae3c45
fix(keystone): show ldap url ( #23174 )
2025-08-26 14:28:39 +08:00
屈轩
6ea9447a92
fix(keystone): upgrade ldap version ( #23166 )
2025-08-26 13:28:40 +08:00
Jian Qiu
cef3b9effb
fix: deploy gai.conf if both v4 and v6 present ( #23161 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-25 18:19:27 +08:00
Zexi Li
e30d669d19
feat(host): support single file to use post overlay ( #23159 )
2025-08-25 11:48:01 +08:00
屈轩
38872edae2
fix(region): optimized cached image list ( #23154 )
2025-08-22 15:43:23 +08:00
wanyaoqi
cff38d74ec
feat(region,host,host-deployer): f2fs filesystem support ( #23118 )
2025-08-22 09:06:31 +08:00
wanyaoqi
f1f01ea823
fix(host): run ifdown script on guest delete ( #23102 )
2025-08-22 09:03:54 +08:00
Zexi Li
66587b4e52
fix(region): update the image status to save_fail when OnImageSavedFailed ( #23140 )
2025-08-21 18:12:24 +08:00
wanyaoqi
206a4b5b19
fix(scheduler): add session usage timeout options ( #23143 )
2025-08-21 18:10:51 +08:00
屈轩
90f479bafc
fix(region): dns zone registrar charset ( #23150 )
2025-08-21 11:34:42 +08:00
屈轩
1df9c11501
fix(region): add change_config status for aigateway ( #23138 )
2025-08-20 17:05:34 +08:00
屈轩
79561cd8ef
fix(region): avoid update guest disable_delete attribute error when host id is empty ( #23135 )
2025-08-20 16:21:24 +08:00
Zexi Li
435344ee1d
fix(baremetal): update the grub auto configuration to fix the aarch64 disk boot ( #23132 )
2025-08-20 15:11:31 +08:00
屈轩
15d079f966
fix(region): sync lb eip ( #23125 )
2025-08-20 14:13:59 +08:00
Zexi Li
90aef7ef0c
feat(region): fix ISO size display ( #23128 )
...
SGuestcdrom.Size is Byte, not MB
Co-authored-by: happygame <happygame1024@gmail.com >
2025-08-20 12:08:23 +08:00
Zexi Li
390feec8ec
fix(baremetal-agent): error occurred when removing logical volumes on the arm64 host ( #23122 )
2025-08-20 12:00:19 +08:00
屈轩
911694c9fe
fix(region): sync dns zone ns info ( #23116 )
2025-08-19 17:28:32 +08:00
屈轩
73199002c3
fix(region): sync eip associate resource ( #23112 )
2025-08-19 14:54:49 +08:00
屈轩
0dc21f1b69
fix(region): allow update vpc network cidr ( #23110 )
2025-08-19 14:38:53 +08:00
屈轩
f593f7f660
fix(region): add storage filter for snapshot ( #23108 )
2025-08-18 14:57:55 +08:00
wanyaoqi
046a6ac6cb
fix(host): persistent ceph config for qemu connection ( #23089 )
2025-08-16 14:47:00 +08:00
Jian Qiu
7733907f9b
fix: webconsole skip refererer check by default ( #23092 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-16 14:45:45 +08:00
wanyaoqi
b43953fc29
fix(vpcagent): dhcp enable default gateway on default network ( #23097 )
2025-08-16 14:44:39 +08:00
屈轩
5f708fe816
fix(scheduledtask): force sync account ( #23085 )
2025-08-14 19:36:10 +08:00
Zexi Li
69056db01a
fix(region): filter host by ips ( #23083 )
2025-08-14 18:35:28 +08:00
wanyaoqi
d48bab9ddd
Automated cherry pick of #23072 : fix(host): cephutil and nbd ipv6 compat ( #23073 )
...
* fix(region,host,host-image): host-image and qemu-nbd compat ipv6
* fix(host,host-deployer): cephutils add ipv6 compat
2025-08-14 18:34:44 +08:00
屈轩
d10a322aec
fix(region): server snapshot policy ( #23078 )
2025-08-14 10:42:35 +08:00
屈轩
f694fead2e
fix(region): dns record policy type ( #23076 )
2025-08-13 17:49:22 +08:00
屈轩
d4b04f3f2e
fix(region): The eip displays the internal ip address of the virtual machine ( #23068 )
2025-08-12 09:59:08 +08:00
wanyaoqi
6d633b5647
feat(host): container cpufreq realtime simulate ( #23051 )
2025-08-11 10:24:28 +08:00
Jian Qiu
b7870e0453
fix: ipv6 compatibility issues fixes 20250809 ( #23061 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-10 10:07:50 +08:00
Jian Qiu
4eb90fc442
fix: task obj_type and object nullable and default empty ( #23059 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-10 08:46:59 +08:00
wanyaoqi
35093fb7a7
fix(host): lvm guest reload disk before delete snapshot ( #23053 )
2025-08-08 20:57:24 +08:00
Jian Qiu
9a3871014e
fix: filter guest by multiple ips with exact match ( #23039 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-08 17:56:10 +08:00
Zexi Li
b4e3d17178
fix(host): 修复 loop 设备被其它进程创建而导致分配失败的问题 ( #23041 )
2025-08-08 17:51:20 +08:00
Jian Qiu
4fa4cadb69
fix: host metrics tag add hypervisor ( #23034 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-07 22:26:11 +08:00
Jian Qiu
d0ec6885d6
fix: ipv6-only mode compatibility fixes ( #23031 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-06 22:02:08 +08:00
屈轩
634bdf7b90
fix(region): support lb health check sync status ( #23029 )
2025-08-06 17:37:44 +08:00
屈轩
117efad40d
fix(region): disk update tag ( #23025 )
2025-08-06 15:52:11 +08:00
Jian Qiu
35aaafc09f
fix: always update hostname for rhel-like os ( #23017 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-06 01:06:23 +08:00
wanyaoqi
421a3e9e87
fix(region,host): host nic add default secret ipv4 address ( #23015 )
2025-08-02 23:07:07 +08:00
Jian Qiu
fbefeae06f
fix: host network ipv6 support ( #23013 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-08-02 12:15:07 +08:00
Zexi Li
ef04ac2dac
feat(region): list gpu by index and device_minor ( #23012 )
2025-08-01 18:46:22 +08:00
屈轩
52d54cfc00
fix(region): support lb health check ( #23009 )
2025-08-01 18:38:41 +08:00
Zexi Li
33936c937c
feat(region,host): upload index and minor info of a nvidia GPU ( #23005 )
2025-08-01 10:36:11 +08:00
Zexi Li
3b2632fb26
feat(region,host): auto create the file or dir of hostPath ( #23001 )
2025-07-31 14:01:06 +08:00
屈轩
412413c2f5
fix(region): cloudflare redirect pool ( #22998 )
2025-07-30 20:17:44 +08:00
屈轩
0970725598
fix(region): cloudflare lb backend operation ( #22996 )
2025-07-30 19:02:30 +08:00
屈轩
1012991176
fix(region): support cloudflare lb ( #22993 )
2025-07-30 14:51:48 +08:00
Jian Qiu
120725c311
fix: unify guest sync status and upload status procedure ( #22983 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-30 10:38:11 +08:00
Jian Qiu
ea88b81f3f
fix: inconsist checksum between image and its same format subimage ( #22987 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-30 01:44:10 +08:00
wanyaoqi
c26ad31c8d
fix(host,glance): only target qcow2 set cluster size on image convert ( #22979 )
2025-07-30 00:43:15 +08:00
Jian Qiu
4b0f3b4dd1
fix: glance converts all queued subimages, regardless of format ( #22971 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-29 10:26:09 +08:00
wanyaoqi
5a3bc2acb6
fix(host): set qemuimg convert cluster_size 64k on compat image ( #22965 )
2025-07-29 00:01:10 +08:00
Jian Qiu
4080c2ddfb
fix: set default worker parameter ( #22958 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-28 14:12:18 +08:00
Jian Qiu
10a2c41d37
fix: host clean image with regards of container image deps ( #22955 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-26 08:50:17 +08:00
wanyaoqi
a196b19b0c
fix(region): iso boot do not check boot mode ( #22950 )
2025-07-26 02:26:55 +08:00
wanyaoqi
50519e9099
fix(host): host init no numa node ( #22945 )
2025-07-25 00:32:50 +08:00
屈轩
44c487eeb1
fix(region): init guest secgroup ( #22941 )
2025-07-24 17:15:56 +08:00
Zexi Li
1a7327c244
feat(host): 保存容器 volume 镜像时设置 min_disk 大小 ( #22932 )
2025-07-23 20:24:38 +08:00
屈轩
f5839b560e
fix(region): add guest billing type for disk ( #22936 )
2025-07-23 18:53:48 +08:00
wanyaoqi
3e0231ae31
fix(region): ipv6 change ipaddr ( #22924 )
2025-07-23 09:29:18 +08:00
屈轩
003de57c91
fix(region): host order ( #22927 )
2025-07-22 15:20:01 +08:00
屈轩
ddb64eaf2e
fix(region): vendor update ( #22920 )
2025-07-21 17:33:36 +08:00
屈轩
8248bcd67e
fix(region): support ssl delete ( #22912 )
2025-07-16 19:55:21 +08:00
Jian Qiu
39a3918bb8
fix: dhcpv6 client id change by slice overwritten ( #22906 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-16 16:19:27 +08:00
屈轩
47d9f2f434
fix(region): add is expired for certificate ( #22908 )
2025-07-16 15:36:00 +08:00
Zexi Li
5bdf4d1d30
fix(scheduler): netinterface cache is not informed ( #22901 )
2025-07-15 19:59:43 +08:00
Jian Qiu
3e5e6e175c
fix: deploy ipv6 scripts fixes ( #22900 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-15 18:59:42 +08:00
wanyaoqi
42e58b4996
feat(region,host-deployer): ipv6 only guest support ( #22897 )
2025-07-15 16:21:49 +08:00
wanyaoqi
a071cd2287
fix(host): check storage id is correct on src migrate prepare ( #22892 )
...
correct disk storage id on dest migrate prepare
2025-07-15 16:12:57 +08:00
屈轩
66748dbfcd
fix(region): ssl create with zone info ( #22889 )
2025-07-14 18:32:15 +08:00
屈轩
d27c9be330
fix(region): ssl certificate create ( #22887 )
2025-07-14 16:06:22 +08:00
Jian Qiu
ea8f6c8221
fix: host metrics error for missing ip ( #22883 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-12 18:00:46 +08:00
Jian Qiu
c6f84dfa94
fix: dhcpv6 support phase 3 ( #22881 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-12 12:10:31 +08:00
屈轩
382c2bc6cd
fix(region): add sort for host ( #22877 )
2025-07-11 19:08:59 +08:00
Zexi Li
598f68a7e9
fix(region): allow stopping the container in probe_failed status ( #22873 )
2025-07-11 10:42:07 +08:00
Jian Qiu
967d52f874
fix: host no default routes due to empty ipv6 addr ( #22871 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-10 22:34:07 +08:00
wanyaoqi
d1dcfc9ed3
fix(region): do not set guest to resuce status on guest running ( #22867 )
2025-07-10 22:11:11 +08:00
屈轩
ebd7298d0d
fix(region): 修复本地到期释放功能和资源同步冲突 ( #22860 )
2025-07-10 19:37:58 +08:00
Jian Qiu
992c5f498e
fix: dhcpv6 support, phase 2 ( #22852 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-09 14:41:34 +08:00
wanyaoqi
570b371290
fix(host): add check mem dev is null on guest setup ( #22848 )
2025-07-09 14:16:08 +08:00
屈轩
0b6a23e2fb
fix(region): 避免删除虚拟机时,未能正常删除后挂载的磁盘 ( #22841 )
2025-07-07 14:46:10 +08:00
Zexi Li
da501a34d8
feat(host): support pod post cleanup configuration ( #22839 )
2025-07-04 17:12:22 +08:00
屈轩
34fd2c5ca4
fix(region): create disk with tags ( #22833 )
2025-07-04 17:08:05 +08:00
屈轩
afe4afe095
fix(region): vendor update ( #22828 )
2025-07-03 15:16:35 +08:00
屈轩
9121720e21
fix: compatible with other os netutils ( #22826 )
2025-07-03 15:01:44 +08:00
Jian Qiu
b527b1ad6b
fix: dhcpv6 support, initial support ( #22823 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-07-03 14:37:17 +08:00
屈轩
bdcbc15cf5
fix(region): vendor update for sync mongodb ip addr ( #22817 )
2025-07-03 05:33:12 +08:00
wanyaoqi
397f165d37
fix(host): set arm guest max mems to host mem ( #22814 )
2025-07-03 05:32:20 +08:00
wanyaoqi
f29a1d8567
fix(host): enable qemu cap detect ( #22799 )
2025-07-03 05:30:45 +08:00
wanyaoqi
47a9fa3505
fix(region): host calculate set mem_cmt_bound 1 on host enable hugepage ( #22810 )
2025-07-03 05:29:20 +08:00
wanyaoqi
7df2a43d22
fix(host): qemuimg convert add cluster_size ( #22792 )
2025-07-03 05:27:35 +08:00
屈轩
826f4df8f7
fix(region): vendor update ( #22806 )
2025-07-02 21:01:57 +08:00
屈轩
7cee63907b
fix(esxi-agent): avoid esxi cache image error ( #22803 )
2025-07-02 19:25:32 +08:00
Zexi Li
0e50049ab1
fix(host): adjuest max loop device count to 512 ( #22788 )
2025-07-01 15:25:26 +08:00
屈轩
975f4ed864
fix(region): add ai gateway ( #22785 )
2025-06-27 22:38:21 +08:00
屈轩
5643619a7c
fix(region): vendor update for cdn attribute ( #22778 )
2025-06-24 17:43:09 +08:00
屈轩
3e35ea56df
fix(notify): support dingtalk robot sign ( #22767 )
2025-06-23 16:59:40 +08:00
屈轩
1ba251f053
fix(cloudmon): cloudpods collect metric interval ( #22764 )
2025-06-23 16:17:24 +08:00
屈轩
25d1b699c9
fix(region): vendor update for aliyun alb and nlb ( #22762 )
2025-06-23 10:30:26 +08:00
屈轩
19143c134a
fix(region): sync remove backend group ( #22759 )
2025-06-20 19:38:27 +08:00
Zexi Li
27a8e098d6
feat(region,host): support port mapping rule ( #22756 )
2025-06-20 19:17:04 +08:00
屈轩
cb12c9fe1c
fix(region): support skip sync server by tag value ( #22754 )
2025-06-20 18:40:35 +08:00
屈轩
fc2603ce4d
fix(region): vendor update ( #22750 )
2025-06-20 18:12:44 +08:00
Jian Qiu
d9c5d5657e
fix: task filter by owner sql revisit ( #22746 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-06-20 16:06:27 +08:00
屈轩
b6b5c6041b
fix(region): ssl certificate purge ( #22743 )
2025-06-19 17:53:10 +08:00
Jian Qiu
c1345560bb
fix: use goid to identify differnt goroutine ( #22740 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-06-19 14:50:47 +08:00
屈轩
8448395003
fix(region): waf rule create ( #22738 )
2025-06-18 20:06:16 +08:00
Zexi Li
5058f02538
Automated cherry pick of #22729 : Monitor worker alert ( #22730 )
...
* fix(monitor): GetMetricMeasurement 接口只查询过去30m的数据
避免数据过多导致 victoria-metrics 报错
* fix(monitor): wildchar of alert group by field
2025-06-18 14:25:43 +08:00
屈轩
31b766a7d6
fix(region): lb listener rule associate backend group ( #22734 )
2025-06-18 14:15:01 +08:00
Zexi Li
650acf4ea9
fix: panic when there is no secondary IP on the host. ( #22726 )
...
Co-authored-by: glzjin <glzjin2015@gmail.com >
2025-06-17 11:15:01 +08:00
屈轩
1322a21445
fix(region): vendor update ( #22725 )
2025-06-16 20:07:32 +08:00
屈轩
fb26af0566
fix(region): vendor update for lb multi eip sync ( #22720 )
2025-06-16 17:17:27 +08:00
wanyaoqi
af0559ac35
fix(region,host): add auto merge snapshots options, preallocation options ( #22713 )
2025-06-13 15:19:50 +08:00
Zexi Li
72f68dd541
fix(host): dirty shutdown pod is not auto started ( #22705 )
2025-06-10 10:18:31 +08:00
Jian Qiu
ae09aa3c82
fix: remove cgo deps for ioctl ( #22701 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-06-07 08:42:14 +08:00
屈轩
b677cef407
fix(region): vendor update ( #22698 )
2025-06-06 19:22:45 +08:00
屈轩
9ae9879c56
fix(region): enable cloud dns record ( #22695 )
2025-06-06 18:32:01 +08:00
Jian Qiu
2f8c719f03
fix: http perf stats monitor ( #22689 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-06-06 18:12:16 +08:00
Zexi Li
712059cedb
fix(host): marshal update status input inside error ( #22692 )
2025-06-06 17:27:51 +08:00
屈轩
4bbc651732
fix(region): waf rule enable disable ( #22688 )
2025-06-06 14:53:25 +08:00
Jian Qiu
24e525926b
fix: update vendor release/4.0 20250606 ( #22685 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-06-06 14:23:50 +08:00
wanyaoqi
119140fe93
fix(host): pass decoded userdata to host-deployer ( #22681 )
2025-06-05 23:50:51 +08:00
屈轩
1b45c3d174
fix(region): vendor update ( #22678 )
2025-06-05 19:28:02 +08:00
Zexi Li
9675f1d4e4
fix(host): change mount context timeout to 30s ( #22676 )
2025-06-05 18:40:30 +08:00
Jian Qiu
e7e13552d9
fix: cloudmon high cpu loads for bucket probing ( #22658 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-06-05 17:51:26 +08:00
屈轩
91ad8f038e
fix(region): vendor update ( #22670 )
2025-06-04 17:37:36 +08:00
Zexi Li
c5e70ed1aa
fix(scheduler): wrong sort order of instance group selection ( #22666 )
2025-06-04 14:27:30 +08:00
Zexi Li
cdd46c490d
feat(host): containerd snapshot rootfs service ( #22661 )
2025-06-04 11:00:42 +08:00
Zexi Li
1d69a15372
fix(host): sync container crash status ( #22655 )
2025-06-03 20:16:12 +08:00
Zexi Li
5237beb197
fix(host): retry stopping container forcibly ( #22650 )
2025-06-03 17:12:07 +08:00
Zexi Li
ffdf7a3a6e
fix(host): losetup package initialization order ( #22652 )
2025-06-03 13:39:30 +08:00
Jian Qiu
c835c87afc
fix: update vendor to fix keystone user join project not found ( #22645 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-31 18:47:54 +08:00
Jian Qiu
58e2ea41af
fix: disk statu sync recover ( #22633 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-31 09:04:25 +08:00
Jian Qiu
addbe7f9ea
fix: bucket perform mon random string generation consume high cpu load ( #22639 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-31 09:03:21 +08:00
wanyaoqi
618722bc16
fix(host): change log level to debug on get numa node faild ( #22641 )
2025-05-31 09:01:55 +08:00
Zexi Li
fd0c96e6f9
refactor(region,host): container status management ( #22635 )
2025-05-30 17:48:42 +08:00
wanyaoqi
5a17a9e37b
feat(host-deployer): deploy vlan subinterface on baremetal hypervisor ( #22629 )
...
- host-deployer add deploy vlan subinterface on baremetal hypervisor
- fix baremetal-agent cache image parse input data
2025-05-30 10:32:01 +08:00
wanyaoqi
44ed13473a
feat(region,host,host-deployer): support set uefi boot order ( #22560 )
2025-05-30 10:31:03 +08:00
wanyaoqi
d8b00188a0
feat(region,host): qga deploy network config on attach nics ( #22548 )
2025-05-30 10:29:48 +08:00
屈轩
0b61ca0432
fix(region): vendor update ( #22624 )
2025-05-29 11:23:02 +08:00
屈轩
b9a9151555
fix(region): secgroup rule filter ( #22619 )
2025-05-28 18:38:37 +08:00
wanyaoqi
17db7be134
fix(host): qemu extra params format ( #22609 )
2025-05-27 13:34:48 +08:00
屈轩
892431d5b9
fix(region): update qcloud storage type ( #22615 )
2025-05-27 12:44:12 +08:00
屈轩
3d36c293e5
fix(region): add region driver for cloudflare ( #22606 )
2025-05-26 16:22:25 +08:00
Jian Qiu
3ff50f0d11
fix: tar ignore error revisit ( #22604 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-26 12:35:10 +08:00
Jian Qiu
6144325daf
fix: container save image with leading prefix ( #22602 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-26 12:34:48 +08:00
Zexi Li
bf3b83870c
fix: ignore init loop device error ( #22601 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-26 11:36:09 +08:00
wanyaoqi
62b7eea828
fix(host): check min_free_kbytes size is enough ( #22592 )
2025-05-24 01:11:09 +08:00
Zexi Li
4e07811e2f
fix(monitor): not filter status tag key ( #22596 )
2025-05-23 09:59:43 +08:00
Zexi Li
f819e021b3
feat(host): loop device manager ( #22590 )
2025-05-22 13:24:24 +08:00
屈轩
3224eac821
fix(cloudmon): add vm_ip metric for vm ( #22586 )
2025-05-22 10:53:59 +08:00
屈轩
a1fce125da
fix(cloudmon): vm metrics with ips ( #22583 )
2025-05-22 10:41:11 +08:00
屈轩
aa0a6b58d3
fix(region): add filter for secgroup rule ( #22580 )
2025-05-21 19:27:29 +08:00
屈轩
0c9a44e279
fix(region): add account info for sec rules ( #22577 )
2025-05-21 18:40:18 +08:00
Zexi Li
4dd92825a8
fix(host): ignore internal stopped event of primary container ( #22574 )
2025-05-21 16:23:17 +08:00
屈轩
30a319fe5e
fix(region): allow create public server sku ( #22571 )
2025-05-21 14:43:28 +08:00
Zexi Li
faf35a6879
fix(host): status of stopping primary container ( #22568 )
2025-05-21 12:23:33 +08:00
屈轩
4520b54a5b
fix(region): init aliyun storage medium type ( #22564 )
2025-05-20 21:48:33 +08:00
wanyaoqi
fa53aea075
fix error when create vm with ceph disk ( #22561 )
...
Co-authored-by: liangkaijun <liangkaijun52013@gmail.com >
2025-05-20 21:28:00 +08:00
Jian Qiu
36b5532b04
feature: monitor bucket formance and resource status ( #22553 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-19 22:28:32 +08:00
Zexi Li
01ab43941e
fix(host): clean loop device before deleting ( #22558 )
2025-05-19 19:47:28 +08:00
屈轩
249569be9f
fix(region): user sync with ctx ( #22555 )
2025-05-19 18:09:26 +08:00
Jian Qiu
db0b275772
fix: host files not initialized when host reboot ( #22551 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-19 01:57:58 +08:00
wanyaoqi
e6bb86c934
fix: vendor update 2505013 ( #22521 )
2025-05-19 01:50:32 +08:00
屈轩
c53f707089
fix(region): vendor update ( #22544 )
2025-05-16 11:19:49 +08:00
屈轩
ef36176130
fix(region): guest disk iops ( #22542 )
2025-05-15 15:46:12 +08:00
屈轩
edd11ea1cd
fix(region): show correct disk iops ( #22538 )
2025-05-15 12:48:51 +08:00
屈轩
4ad7d635bc
fix(region): change disk billing type ( #22533 )
2025-05-15 11:48:26 +08:00
Zexi Li
18604b46b1
feat(region,host): change ownership of post overlay merged dir ( #22525 )
2025-05-13 19:52:52 +08:00
屈轩
4609c543c9
fix(region): add dns brand ( #22523 )
2025-05-13 16:30:57 +08:00
屈轩
779559dbdc
fix(region): add proxied for dns record ( #22514 )
2025-05-12 17:52:46 +08:00
Zexi Li
27c6c82b82
fix(monitor): return measurements info from db directly ( #22512 )
2025-05-12 17:17:36 +08:00
屈轩
fa99905bf6
fix(common): avoid empty context ( #22509 )
2025-05-12 16:21:18 +08:00
屈轩
608e4edb4e
fix(region): add cloudflare const ( #22507 )
2025-05-12 14:10:58 +08:00
屈轩
43c646b537
fix(notify): support notify with robotids ( #22503 )
2025-05-09 21:23:07 +08:00
屈轩
ad798d7bbe
fix(notify): optimized notify error msg ( #22501 )
2025-05-09 17:35:17 +08:00
屈轩
238458066a
fix(region): vendor update ( #22498 )
2025-05-09 14:56:01 +08:00
屈轩
90a8b10401
fix(common): obj id cache ( #22495 )
2025-05-09 14:50:24 +08:00
Jian Qiu
46195f72ee
fix: hostfile delete validation ( #22493 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-08 23:50:06 +08:00
屈轩
05829a225a
fix(region): vendor update ( #22491 )
2025-05-08 18:36:31 +08:00
屈轩
f0858ce4d2
fix(common): policy tag filter cache ( #22485 )
2025-05-08 15:56:57 +08:00
Jian Qiu
cc3477415d
fix: host files support ( #22481 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-07 11:28:47 +08:00
Jian Qiu
40a09fe335
fix: scopedpolicy edit climc command ( #22476 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-05-04 09:07:20 +08:00
wanyaoqi
755b1931cc
feat(host): add telegraf config dir environmental variable ( #22473 )
2025-05-04 08:59:54 +08:00
屈轩
4b77e1f4a7
fix(notify): init topic action and resource ( #22478 )
2025-05-02 13:31:35 +08:00
Jian Qiu
d22dcecbca
fix: update README for DeepWiki ( #22474 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-30 14:45:18 +08:00
Jian Qiu
334ed8dadf
fix: waning on lock common context ( #22450 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-30 00:13:43 +08:00
Jian Qiu
01903a0833
fix: task cleanup worker ( #22452 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-28 18:36:02 +08:00
Zexi Li
809c67c429
fix(regoin): stop container before deleting it ( #22460 )
2025-04-28 18:35:34 +08:00
Jian Qiu
90c9fa5917
fix: cloudmon default options ( #22451 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-28 18:34:10 +08:00
Jian Qiu
a399e30f8c
fix: container backup ignoring tar errors ( #22470 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-28 18:33:29 +08:00
屈轩
e6339bcd96
fix(region): vendor update ( #22467 )
2025-04-27 16:13:04 +08:00
屈轩
d49c308bb6
fix(region): vendor update ( #22464 )
2025-04-27 11:58:13 +08:00
屈轩
9c65a3f9bb
fix(region): optimized policy query ( #22456 )
2025-04-27 11:56:04 +08:00
屈轩
0dc71bfa7e
fix(region): vendor update ( #22453 )
2025-04-23 14:12:07 +08:00
Zexi Li
2858568942
feat: container env ref ( #22449 )
2025-04-22 16:45:12 +08:00
wanyaoqi
7c652a1542
fix(region,host): isolated device add field render_path ( #22448 )
2025-04-21 16:43:51 +08:00
Jian Qiu
00c85061cf
fix: task restart cancel with message ( #22447 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-20 22:46:03 +08:00
Jian Qiu
6304a66a39
fix: optimize filterByOwner query speed ( #22446 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-20 18:17:10 +08:00
Jian Qiu
e2268e8ea3
fix: start sync status ( #22442 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-20 18:06:35 +08:00
wanyaoqi
515fb7b424
fix(host): lvm disk create from esxi ( #22426 )
2025-04-20 18:06:05 +08:00
Jian Qiu
7a081ad58f
fix: permission check for credential object ( #22441 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-20 18:03:45 +08:00
Jian Qiu
1ffd0a907b
fix: webconsole referer whitelist ( #22419 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-20 18:02:16 +08:00
Zexi Li
ae99d0448b
fix(monitor): remove host type query filter ( #22438 )
2025-04-18 12:15:26 +08:00
wanyaoqi
4de62f8ae4
fix(monitor): telegraf config add host_ip tag ( #22368 )
2025-04-17 22:35:15 +08:00
wanyaoqi
09785f2b71
feat(host): container add nvidia gpu share device type ( #22432 )
2025-04-17 16:56:19 +08:00
Zexi Li
984fea1b24
fix(monitor): getTagValues no data ( #22433 )
2025-04-17 11:09:19 +08:00
Zexi Li
a88239d7f1
fix(scheduler): unused prometheus pkg ( #22429 )
2025-04-16 10:40:15 +08:00
Zexi Li
307f3aa690
fix(scheduler): disable prometheus metrics handler ( #22427 )
2025-04-16 10:34:56 +08:00
屈轩
2111a80729
fix(region): vendor update ( #22423 )
2025-04-15 19:37:24 +08:00
Zexi Li
6d54b36de7
fix(region): check status when container exec command ( #22422 )
2025-04-15 18:27:28 +08:00
wanyaoqi
b33027a3af
fix(host-health): check etcd client is reconnecting ( #22399 )
2025-04-15 18:25:02 +08:00
Jian Qiu
77655b7dc6
fix: action show climc support fields ( #22414 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-15 15:17:41 +08:00
Zexi Li
2406a8c6e3
fix(monitor): support victoria metrics bottom query ( #22416 )
2025-04-15 15:16:55 +08:00
Zexi Li
dddde50afc
feat(region,host): primary container supported ( #22413 )
2025-04-14 18:43:57 +08:00
屈轩
9bf61accb8
fix(climc): keystone pprof profile ( #22406 )
2025-04-14 15:28:19 +08:00
屈轩
21ea7ff3db
fix(keystone): password history check default 1 ( #22410 )
2025-04-14 15:27:27 +08:00
Jian Qiu
3bff930818
fix: handler support worker manager callback ( #22404 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-13 15:43:46 +08:00
wanyaoqi
d302eb2a30
fix(host): ignore errors on reconfigure vfio nic bandwidth ( #22369 )
2025-04-13 09:57:02 +08:00
Jian Qiu
36c87e17b7
fix: notify default policy not effective ( #22379 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-13 09:56:09 +08:00
Jian Qiu
d5151f0e32
fix: disk rebuild allow set size ( #22387 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-13 09:55:36 +08:00
Jian Qiu
6a2ad39f3d
fix: backend proxy worker count ( #22400 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-13 09:55:20 +08:00
Zexi Li
195666dfeb
feat(host): support container always_restart ( #22403 )
...
* fix(container): create steam app
* feat(host): support container always_restart
2025-04-11 17:08:02 +08:00
Four Hu
feb37fd5b1
fix(region): add custom total count ( #22374 )
2025-04-10 15:25:55 +08:00
屈轩
3284071d21
fix(webconsole): require rdp input password ( #22396 )
2025-04-10 11:23:04 +08:00
屈轩
593b0d2635
fix(ansibleserver): show pretty error for ansible playbook ( #22394 )
2025-04-10 10:52:33 +08:00
屈轩
6fbc18905a
fix(region): export metadata ( #22392 )
2025-04-09 18:44:31 +08:00
屈轩
6606f94ba2
fix: update file repo docker script ( #22388 )
2025-04-09 17:26:58 +08:00
屈轩
57b904e297
fix(region): update gpu used usage ( #22390 )
2025-04-09 17:26:11 +08:00
屈轩
a034fd3d5b
fix(ansbileserver): update docker file ( #22381 )
2025-04-09 10:54:21 +08:00
屈轩
cf3be8dae3
fix(host-deployer): add tencentos support ( #22378 )
2025-04-09 09:49:05 +08:00
屈轩
6495614966
fix(monitor): system metric ( #22377 )
2025-04-08 14:33:32 +08:00
屈轩
636f579069
fix(region): add gpu unused usage ( #22372 )
2025-04-08 11:40:47 +08:00
Zexi Li
adbe8e3af7
fix(monitor): check measurement field ( #22375 )
2025-04-07 18:40:32 +08:00
屈轩
d2596a0860
fix(cloudmon): add host access ip tag for metric ( #22366 )
2025-04-07 13:58:47 +08:00
Jian Qiu
b388246edf
fix: container final status ( #22365 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-05 20:06:47 +08:00
Jian Qiu
4189fcf726
fix: hide image location ( #22363 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-04 08:17:26 +08:00
Zexi Li
5fe6578478
feat(container-examples): create_steam tool ( #22362 )
2025-04-03 19:52:17 +08:00
Jian Qiu
324262ca8e
fix: set db connection keepalive options ( #22356 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-03 19:52:04 +08:00
Jian Qiu
24d34bf42d
fix: disable ping to hostlocal network ( #22361 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-04-03 19:49:55 +08:00
屈轩
d83b5bb144
fix(region): capabilities query usable isolated device ( #22360 )
2025-04-02 17:29:15 +08:00
屈轩
4b8148362f
fix(region): isolated device share ( #22351 )
2025-03-31 18:17:21 +08:00
Jian Qiu
08bd825ef0
fix: supplement fields of archived tasks ( #22354 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-30 12:25:34 +08:00
Jian Qiu
89e9012e21
fix: add numa_node to isolated_devices ( #22353 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-30 09:53:23 +08:00
Zexi Li
5284f5a17a
feat(region,host): support apparmor for container ( #22241 )
2025-03-28 16:16:07 +08:00
wanyaoqi
166698bdd2
feat(host): cgroupv2 support ( #22314 )
2025-03-28 16:13:05 +08:00
Jian Qiu
11bff68aa1
fix: protect appsrv default handlers ( #22341 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-26 17:51:54 +08:00
wanyaoqi
09b079795f
fix(region): guestdisk list add auto reset column ( #22345 )
2025-03-26 15:06:58 +08:00
wanyaoqi
2bd1f4388b
fix(monitor): vm_net add bytes and packages measurements ( #22344 )
2025-03-26 15:06:30 +08:00
Jian Qiu
e95de5640a
fix: update vendor 20250325 ( #22340 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-26 00:29:25 +08:00
Zexi Li
63be6ae064
fix(scheduler,monitor): tls 3des ( #22335 )
2025-03-25 21:15:03 +08:00
wanyaoqi
aa12abead1
fix(host): skip vastaitech Null line ( #22323 )
2025-03-25 20:34:36 +08:00
Zexi Li
2fa746e292
fix(monitor): wrong index of details ( #22334 )
2025-03-25 15:31:42 +08:00
Zexi Li
838e705465
fix(monitor): wrong TriggerTime ( #22331 )
2025-03-25 11:42:55 +08:00
Zexi Li
3dfb39cce9
optmized(monitor): query alertrecord by res_id ( #22320 )
2025-03-25 10:03:39 +08:00
屈轩
4b171f5045
fix(region): vendor update ( #22325 )
2025-03-24 19:49:26 +08:00
Zexi Li
94b8bc74f5
feat(host): pod HostIPC ( #22318 )
...
* feat(host): pod HostIPC
* steam wolf test app
2025-03-24 14:32:14 +08:00
Jian Qiu
a778fb9dd5
fix: host cache image directly from object storage ( #22317 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-22 08:33:42 +08:00
Jian Qiu
79ae3be805
fix: batch cache image ( #22313 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-21 17:44:43 +08:00
屈轩
f9c2d3c187
fix(region): add isolated device sync log ( #22311 )
2025-03-20 15:08:14 +08:00
屈轩
d0a10ae595
fix(region): change config status ( #22310 )
2025-03-20 11:52:09 +08:00
Jian Qiu
e1e89cc7a2
feature: archived task show ( #22309 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-20 10:24:14 +08:00
Jian Qiu
d729c00c26
fix: fail to delete sub images of composed guest image ( #22280 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-19 22:26:39 +08:00
屈轩
028a660549
fix(region): support isolated device for cloudpods ( #22308 )
2025-03-19 15:56:17 +08:00
屈轩
4455291199
fix(region): add post delete hook ( #22301 )
2025-03-19 10:13:40 +08:00
Zexi Li
8de8e90416
optimized(keystone): local sql auth by password ( #22304 )
2025-03-19 10:10:46 +08:00
屈轩
04017f1cfd
fix(monitor): optimized alert list ( #22297 )
2025-03-18 19:52:29 +08:00
屈轩
8bc9ce005b
fix(region): vendor update ( #22291 )
2025-03-18 16:15:40 +08:00
wanyaoqi
44596e07dc
fix(host): virtio nic add fdb record on has sriov nic ( #22285 )
2025-03-18 15:10:40 +08:00
Zexi Li
639090b4e2
fix(webconsole): disable 3des cipher suites ( #22296 )
2025-03-18 13:12:37 +08:00
Zexi Li
62596470aa
feat(monitor): support listing monitor_resource by alert_state ( #22289 )
2025-03-18 11:52:41 +08:00
Jian Qiu
58fcc3b9d6
fix: use host service status storing online/offline status ( #22290 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-17 12:36:19 +08:00
Jian Qiu
8f01a6b50c
feature: active cache image ( #22276 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-16 00:05:42 +08:00
wanyaoqi
7f9f7102e9
fix(host): hotplug mem adaptation for guests no memdev ( #22258 )
2025-03-16 00:04:58 +08:00
屈轩
3e45447dae
fix(region): vendor update ( #22277 )
2025-03-16 00:03:15 +08:00
屈轩
0d6f8bb312
fix(region): vendor update ( #22273 )
2025-03-14 09:59:04 +08:00
屈轩
529f49c429
fix(notify): task model ( #22272 )
2025-03-13 14:52:04 +08:00
屈轩
7e1d2db513
fix(notify): support create topic ( #22268 )
2025-03-13 14:04:52 +08:00
屈轩
11014c3d8a
fix(climc): service config bool value ( #22269 )
2025-03-13 14:00:15 +08:00
屈轩
3f90b86ef5
fix(region): show dump info when worker stuck ( #22250 )
2025-03-12 16:51:58 +08:00
屈轩
a024d94bcb
fix(monitor): add service metric monitor ( #22226 )
2025-03-12 16:40:12 +08:00
Zexi Li
7cb030c90f
fix(host): add pod to probe manager when dirty marked ( #22266 )
2025-03-11 20:42:33 +08:00
Zexi Li
1207212723
fix(region): BaremetalUploadAllGuestsStatusTask uncompleted ( #22264 )
2025-03-11 20:29:08 +08:00
Zexi Li
56dd5a8fa3
Merge pull request #22259 from zexi/fix-mux-pprof
...
fix(webconsole,monitor): pprof handlers of gorilla mux
2025-03-11 12:27:26 +08:00
Zexi Li
9d2c172820
fix(webconsole,monitor): pprof handlers of gorilla mux
2025-03-11 11:49:14 +08:00
Jian Qiu
425b081ede
fix: split compute tasks into subtasks ( #22253 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-09 09:16:27 +08:00
wanyaoqi
f05c23a02d
feat(glance,region,host): auto cache glance images to ceph storages ( #22076 )
2025-03-08 11:03:27 +08:00
wanyaoqi
a7b90a1de6
fix(host): add check is mps device need update ( #22237 )
2025-03-08 10:51:48 +08:00
Jian Qiu
6a76123a6a
fix: auto truncate sql string ( #22242 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-08 10:45:58 +08:00
wanyaoqi
bcfd60e161
fix(host): change storage clone disk add encrypt info ( #22231 )
2025-03-08 10:44:16 +08:00
Jian Qiu
16ee2ff0ee
fix: clean task job batch limit not effect ( #22240 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-07 16:36:14 +08:00
Jian Qiu
f794cb43f0
fix: task clean job in batch limit ( #22238 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-07 01:50:33 +08:00
wanyaoqi
9c0048dd05
fix(host-deployer): set xfs default ftype 1 ( #22232 )
2025-03-06 11:16:11 +08:00
Zexi Li
f1eddf4d18
fix(host): change timeout to 10s when stopping container ( #22225 )
2025-03-05 19:33:43 +08:00
Zexi Li
df97cf3bfe
fix(host): not purge isolated device when detaching it ( #22222 )
2025-03-05 19:33:06 +08:00
Jian Qiu
3a48490e3d
fix: glance always init s3 client ( #22128 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-03 20:15:19 +08:00
Jian Qiu
425574f2ad
fix: add summary-stats options ( #22218 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-03 10:10:24 +08:00
Jian Qiu
41d783515d
fix: disk copy to storage inherit classmeta ( #22209 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-03-03 10:03:31 +08:00
Zexi Li
3bcc1143d8
fix(region): call SetStatusFromHost when guests status uploaded ( #22221 )
2025-03-03 10:01:18 +08:00
Zexi Li
d3f5c71404
feat(region,host): using BaremetalUploadAllGuestsStatusTask when host online ( #22187 )
...
* feat(region,host): using BaremetalUploadAllGuestsStatusTask when host online
* feat(climc,region): filter containers by host
2025-02-28 18:44:49 +08:00
wanyaoqi
2d072af6b3
Automated cherry pick of #22206 : Fix/deploy guest add cpu vendor ( #22208 )
...
* fix(host-deployer): deploy guest add cpu vendor
* fix(host): host generate passwd use strong ruler
2025-02-28 14:12:48 +08:00
Zexi Li
5c2968812a
fix(host,monitor): container memory metrics ( #22201 )
2025-02-27 16:12:10 +08:00
wanyaoqi
d90d1c3d93
fix(host): shared lvm activte with auto activation option ( #22191 )
2025-02-27 16:05:35 +08:00
wanyaoqi
b2dba9956a
feat(region,host): add guest disk auto reset on shutdown support ( #22199 )
2025-02-27 16:03:36 +08:00
屈轩
1cd90f8566
fix(esxi-agent): vendor update ( #22202 )
2025-02-27 14:49:17 +08:00
Zexi Li
5075e8481e
fix(mcclient): recover panic when invoking container exec ( #22205 )
2025-02-27 13:14:05 +08:00
屈轩
2914d0d337
fix(region): fast sync image ( #22184 )
2025-02-26 15:17:47 +08:00
屈轩
d8be4361e5
fix(region): fix typo ( #22181 )
2025-02-25 17:11:38 +08:00
屈轩
edb01cfa3c
fix(notify): avoid panic when clean task ( #22180 )
2025-02-25 12:02:44 +08:00
屈轩
7868a04fe3
fix(region): allow create disk when vm running ( #22173 )
2025-02-25 12:02:30 +08:00
Zexi Li
97103534e4
fix(monitor,webconsole): enable app profiling ( #22175 )
2025-02-24 19:51:24 +08:00
Jian Qiu
58b3ce8ef7
fix: remove default values from cmtbound columns ( #22156 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-24 17:31:52 +08:00
Jian Qiu
951d570bb3
fix: disable server TLS 1.0, 1.x and 1.2 SHA1 ( #22165 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-24 17:29:34 +08:00
屈轩
9f3fc6e7af
fix(region): 允许不同账号dns zone重名 ( #22161 )
2025-02-24 11:11:06 +08:00
屈轩
db5c036287
fix(region): update storage type and dev-type fied ( #22124 )
2025-02-21 11:12:31 +08:00
wanyaoqi
77283050f7
fix(host): check has vga use desc dev_type instead of host dev object ( #22147 )
2025-02-21 10:22:01 +08:00
wanyaoqi
f1c502ac25
fix(host): add check default mem dev exist on hotplug ( #22141 )
2025-02-21 10:21:16 +08:00
Zexi Li
52306e3099
fix(climc): show ip column of action-show command ( #22153 )
2025-02-21 10:15:14 +08:00
Zexi Li
d369533f6d
fix(monitor): always skip_check_series for metric-measurement api ( #22143 )
2025-02-19 19:57:22 +08:00
Zexi Li
c5a38b5142
feat(host): untar TGZ image when image cached ( #22144 )
2025-02-19 19:56:22 +08:00
Zexi Li
e0fbd525ab
fix(scheduler): 尽早发现子网ip不足引起的调度失败 ( #22130 )
2025-02-19 16:53:31 +08:00
屈轩
e1e4470201
fix(climc): support create vm with tags ( #22125 )
2025-02-19 16:49:49 +08:00
Jian Qiu
db9a69beea
fix: separate default admin secgroup id for kvm and pod ( #22113 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-18 22:27:22 +08:00
Jian Qiu
39de045948
fix: monitor query close response http client ( #22110 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-18 18:31:21 +08:00
Zexi Li
e3d343f464
fix(monitor): split tags and cloud_tags ( #22114 )
2025-02-18 18:29:22 +08:00
屈轩
33128e92f5
fix(region): avoid panic ( #22117 )
2025-02-18 15:52:42 +08:00
wanyaoqi
88cd7551e5
fix(host): update host-base to v0.7.0 ( #22085 )
...
* fix(host): update host-base to v0.7.0
* fix(cronjob): init timezone, timer set location
2025-02-15 00:02:32 +08:00
屈轩
73945d37ad
fix(region): support change vm billing type ( #22092 )
2025-02-14 11:33:38 +08:00
屈轩
7dbc954d0e
fix(monitor): cdf ( #22077 )
2025-02-13 15:19:07 +08:00
屈轩
efe9c8f99a
fix(region): skip sync server status time range ( #22098 )
2025-02-13 15:17:54 +08:00
Zexi Li
02c1bcfbf4
fix(lbagent): telegraf configuration panic ( #22097 )
2025-02-13 12:29:58 +08:00
Zexi Li
3acb3188e3
fix(host): chown for pod volume ( #22088 )
2025-02-12 15:58:00 +08:00
屈轩
7bfb8a5b19
fix(region): 跳过esxi存储找不到的关联宿主机 ( #22082 )
2025-02-12 12:04:36 +08:00
Zexi Li
1ff08ad0c8
fix(monitor): not split resource when notifying ( #22072 )
2025-02-10 19:50:00 +08:00
wanyaoqi
3f3d7e5d0b
fix(host,host-image): use nbd export images ( #21738 )
2025-02-10 14:16:05 +08:00
Zexi Li
de0a4a928b
fix(host): ignore tar warning message error ( #22071 )
2025-02-07 10:56:23 +08:00
屈轩
9fd940a07e
fix(webconsole): avoid high cpu load ( #22068 )
2025-02-06 15:46:28 +08:00
wanyaoqi
5edf955170
fix(host): amd gpu memutil convert to a percentage ( #22065 )
2025-02-06 15:43:07 +08:00
屈轩
4968d3649b
fix(region): avoid panic ( #22066 )
2025-02-06 14:42:47 +08:00
屈轩
1ff7def45d
fix(region): aliyun disk resize ( #22061 )
2025-02-05 21:04:37 +08:00
Jian Qiu
ab96506529
fix: separate backup worker ( #22064 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-05 20:20:24 +08:00
wanyaoqi
91ae9fa50d
fix(host): check image desc is empty ( #22057 )
...
image.inf record chksum or image id not matched will cause image desc empty
2025-02-05 18:53:58 +08:00
wanyaoqi
7b5785ad12
fix(host): add amd gpu memutil ( #22056 )
2025-02-05 18:53:01 +08:00
屈轩
9938a7317d
fix(region): resize cloud_auto disk ( #22059 )
2025-02-05 18:03:37 +08:00
屈轩
fb5dd09070
fix(region): avoid panic ( #22054 )
2025-02-05 17:43:31 +08:00
Jian Qiu
61116a17b5
fix: register image/identity/etc. task modules ( #22053 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-05 15:07:26 +08:00
Jian Qiu
c399c68889
fix: task fetch duplicated id error ( #22051 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-05 15:03:18 +08:00
Jian Qiu
5a77b6bba5
fix: image cache use specific workers ( #22046 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-05 11:33:28 +08:00
Zexi Li
db9d27024d
optimized(scheduler): reduce scheduling time ( #22030 )
2025-02-05 10:25:16 +08:00
Zexi Li
84b47d64a6
fix(host): return error when setting container status ( #22045 )
2025-02-05 10:24:12 +08:00
屈轩
d917a59c52
fix(region): avoid panic ( #22048 )
2025-02-05 09:54:36 +08:00
Jian Qiu
d8c3b59659
fix: backup ignore file removed warning ( #22044 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-02-02 11:43:19 +08:00
Jian Qiu
c4669d51ed
fix: image support s3 parallel ( #22034 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-30 00:00:21 +08:00
wanyaoqi
6da6325b0e
fix(region): hosts_tbl sys_info use longtext ( #22041 )
2025-01-29 23:59:20 +08:00
wanyaoqi
ba3f51d193
fix(host): support sata ahci controller ( #22039 )
2025-01-29 23:58:32 +08:00
Jian Qiu
0c4892bed0
fix: notify empty receipients ( #22035 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-28 18:54:42 +08:00
wanyaoqi
dd75e4d4f9
fix(glance): donot umount s3fs on glance exit ( #22037 )
2025-01-26 19:57:54 +08:00
wanyaoqi
10dd582a83
fix(region,host): slvm snapshot delete and instance snapshot purge ( #22022 )
2025-01-26 19:38:11 +08:00
Zexi Li
2bb4511567
fix(host): wrong order of ResUid and ResGid ( #22036 )
2025-01-26 19:22:05 +08:00
wanyaoqi
a4377527c5
feat(host): container nvidia gpu metrics ( #21950 )
...
* feat(host): container nvidia gpu metrics
* feat(host): add vastaitech gpu metrics support
* feat(host): add cph amd gpu metrics
* fix(host): add nvidia gpu no card envs
* fix(host): add nvidia gpu telegraf conf on container host
2025-01-26 12:52:28 +08:00
Jian Qiu
475f110256
fix: allow host public_ip domain name ( #22027 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-26 12:52:17 +08:00
Zexi Li
df8ec0afc6
feat(region,host): support resgid and resuid for container volume mount ( #22011 )
2025-01-26 12:38:31 +08:00
Zexi Li
19e595cc08
customized(monitor): check whether the measurement field exists in victoriametrics ( #22028 )
2025-01-26 12:24:00 +08:00
Zexi Li
61dcdcc408
fix(host): get cri id from pod sandbox ( #22023 )
2025-01-25 19:00:42 +08:00
wanyaoqi
dbb86f8d30
feat(region,host): hostpinger add cpu usage percent report ( #22005 )
2025-01-25 15:42:45 +08:00
Jian Qiu
8fc56dcd4f
fix: support server change ipv6 address ( #22016 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-25 15:40:01 +08:00
Zexi Li
f6fa781156
fix(glance): query vmware account brand ( #22017 )
2025-01-24 11:51:29 +08:00
屈轩
7e929e074f
fix(climc): apigateway endpoint type ( #22012 )
2025-01-23 14:38:55 +08:00
屈轩
0dbdf592cf
fix(host): cephfs mount ( #22010 )
2025-01-23 10:33:10 +08:00
Zexi Li
61998734a0
fix(apigateway): set GOMAXPROCS to 2 when executing climc ( #22009 )
2025-01-22 15:32:08 +08:00
Zexi Li
a94dddcd37
fix(region): panic occured when removing post overlay ( #22008 )
2025-01-21 23:43:02 +08:00
Jian Qiu
3e96ee5071
fix: is_classic is missing from network details ( #21993 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-21 16:25:15 +08:00
屈轩
ef28bc7ec9
fix(apigateway): set scope policy binding project id query ( #21998 )
2025-01-20 17:50:45 +08:00
Zexi Li
6887125778
fix(host): handle error not mounted ( #21958 )
2025-01-20 10:22:08 +08:00
Jian Qiu
bfb7caaaf3
fix: add summary statistics switch ( #21987 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-18 06:15:15 +08:00
Zexi Li
36047f2043
fix(host): skip detect device that is not GPU class ( #21985 )
2025-01-18 06:14:40 +08:00
Zexi Li
085f9cca87
fix(host): netmask updated of hostlocal network ( #21988 )
2025-01-18 05:51:33 +08:00
屈轩
b86e773d78
fix(apigateway): add scopedpolicybindings api ( #21989 )
2025-01-17 20:54:11 +08:00
屈轩
a45c8c3f95
fix(host): cephfs mount ( #21982 )
2025-01-16 17:37:15 +08:00
屈轩
7a30718a6b
fix(region): export excel float ( #21980 )
2025-01-16 11:54:41 +08:00
wanyaoqi
b2d161fdf9
fix(region): snapshot policy with multi disk on same guest fix(region): delete overdued snapshots on cleanup snapshot task only ( #21968 )
2025-01-16 10:43:25 +08:00
Zexi Li
e41a91ff60
fix(host): container exec probing ( #21979 )
2025-01-16 10:42:00 +08:00
Zexi Li
324cfe02f6
fix(host): wrap qemu machine info error ( #21974 )
2025-01-14 20:50:13 +08:00
Zexi Li
56a9d2355c
fix(region): StartCacheImagesTask on container starting ( #21966 )
2025-01-14 16:01:18 +08:00
Jian Qiu
8c662cccb3
fix: image update input struct param ( #21962 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-14 02:17:40 +08:00
Jian Qiu
3047cf2fe1
fix: cleanup inprocess task on service restart ( #21961 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-14 01:15:39 +08:00
Zexi Li
4f31176e38
fix(host): defer cancel context in loop block ( #21955 )
...
* fix(host): defer cancel context in loop block
* fix(host): reconnect disk when loop device already mounted or mount point busy
* fix(region): pass server stop params to container stop task
2025-01-13 20:46:05 +08:00
屈轩
7b263ddf48
fix(region): tags export ( #21959 )
2025-01-13 16:49:39 +08:00
wanyaoqi
0aed062701
fix(region): host list add hide cpu topo info option ( #21944 )
2025-01-13 13:54:31 +08:00
Zexi Li
87e2ab33ae
feat(glance): upload tar as TGZ image ( #21952 )
2025-01-10 14:24:33 +08:00
Zexi Li
f46c325b5b
feat(region,host,climc): support container post image overlay ( #21942 )
2025-01-09 14:04:45 +08:00
Jian Qiu
fb849aec25
fix: enable task archivers ( #21943 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-08 23:20:28 +08:00
屈轩
a82939fc07
fix(region): vendor update ( #21940 )
2025-01-08 18:47:21 +08:00
屈轩
296c8d5586
fix(region): loadbalancer listener create input ( #21937 )
2025-01-08 18:31:17 +08:00
Jian Qiu
c26bc691ae
fix: imporve task query speed ( #21921 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-08 12:23:34 +08:00
wanyaoqi
2459378ace
fix(region,host): guest reserve cpus compatible with numa allocate ( #21803 )
...
* fix(region,host): isolate guest reserved cpus
* fix(region,host): guest reserve cpus
2025-01-07 20:43:54 +08:00
Zexi Li
c07c99e08d
fix(region): not change container exited status to net_failed ( #21923 )
2025-01-07 20:43:28 +08:00
wanyaoqi
4931aaa8bc
fix(region): record snapshot last attched host on delete disk ( #21927 )
2025-01-07 19:59:57 +08:00
屈轩
1b11d898e5
fix(region): fetch lb backend owner ( #21930 )
2025-01-07 09:40:07 +08:00
屈轩
e133b83082
fix(region): support skip sync host and storage info ( #21918 )
2025-01-02 17:38:52 +08:00
Jian Qiu
8c51743605
fix: container cp to tar support multiple dirs ( #21916 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-02 13:02:35 +08:00
Jian Qiu
21b9e53a34
fix: backup storage support sign version ( #21912 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-01-01 10:10:59 +08:00
Zexi Li
1770d2cdd6
fix(host): calculate netint device index by path ( #21911 )
2024-12-31 15:47:03 +08:00
Zexi Li
c134969f85
fix(host): previous time of container_diskio ( #21910 )
2024-12-31 12:31:26 +08:00
Jian Qiu
34204c5f3a
fix: task query optimize ( #21904 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-12-31 10:42:15 +08:00
wanyaoqi
af3bb676b7
Automated cherry pick of #21894 : Fix/host load servers ( #21897 )
...
* fix(host): load disks init scsi bus
* fix(region,host): delete instance snapshot progress incorrect
2024-12-30 10:32:56 +08:00
Jian Qiu
8466820466
fix: add more filters to isolated_device ( #21906 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-12-30 10:29:45 +08:00
wanyaoqi
2448bb4bbc
fix(region,host): select isolated devs misc fix ( #21905 )
2024-12-30 10:27:31 +08:00
wanyaoqi
8e1c0ef946
Automated cherry pick of #21876 : Automated cherry pick of #21875 : Automated cherry pick of #21804 : [WIP] fix: add more action log ( #21878 )
...
* fix: add more action log
* fix(region): add set cmt bound action
2024-12-29 23:09:27 +08:00
Zexi Li
ce0db061d7
feat(host): add container copy by tar methods ( #21903 )
2024-12-27 17:54:01 +08:00
Zexi Li
56efaed760
fix(host): SetDirtyContainer when updating container status error ( #21901 )
2024-12-26 14:14:57 +08:00
屈轩
41b8579fc5
fix(region): skip record conflict error ( #21900 )
2024-12-26 09:46:55 +08:00
屈轩
2b29b9b6fb
fix(region): qcloud rds cpu option ( #21891 )
2024-12-25 10:54:36 +08:00
屈轩
30877e0966
fix(region): add cas ( #21889 )
2024-12-24 16:30:16 +08:00
Jian Qiu
589343ef6d
fix: hashed-worker-manager nil pointer panic ( #21887 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-12-24 01:26:22 +08:00
Jian Qiu
290626c484
feature: hashed worker manager ( #21886 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-12-23 22:05:24 +08:00
wanyaoqi
62d63cc5f2
fix(host): delete snapshot from storagehandler misc fix ( #21885 )
2024-12-23 20:43:56 +08:00
Zexi Li
2466219139
feat(host): mount post_overlay with metacopy feature ( #21880 )
2024-12-23 20:13:15 +08:00
屈轩
d9e3d2df25
fix(region): update private provider const ( #21877 )
2024-12-23 10:45:42 +08:00
Jian Qiu
9ba6bef994
fix: s3cli upgrade 20241222 ( #21874 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-12-22 10:21:23 +08:00
屈轩
8a28f717f6
fix(region): add app callback ( #21873 )
2024-12-20 18:49:14 +08:00
Zexi Li
40395dc90e
fix(monitor): unknown column returned when group by name tag ( #21868 )
2024-12-20 18:00:20 +08:00
Zexi Li
234d40de78
fix(baremetal): panic when save desc ( #21867 )
2024-12-20 16:18:57 +08:00
屈轩
8d3b5e22b3
fix(cloudmon): skip pull k8s service info ( #21861 )
2024-12-20 15:48:03 +08:00
屈轩
10b68302f7
fix(devtool): remove duplicate init db ( #21855 )
2024-12-20 15:34:33 +08:00
屈轩
2c7fd49c19
fix(climc): avoid showing help twice ( #21858 )
2024-12-20 15:34:15 +08:00
wanyaoqi
de55ae2f9e
fix(region): disk show io throttles ( #21805 )
2024-12-20 11:40:56 +08:00
wanyaoqi
a0c5a3a9a7
fix(host): optimize storage register failed wiht dup name ( #21833 )
2024-12-20 11:39:56 +08:00
屈轩
2991e8471b
fix(region): expand rds maintain time field length ( #21838 )
2024-12-20 11:14:23 +08:00
wanyaoqi
a5e7c5721b
fix(climc): host-show hide long content sys_info nic_info metadata ( #21849 )
2024-12-20 11:11:29 +08:00
Zexi Li
725adb83f1
fix(host): unmount sub mountpoint ( #21848 )
2024-12-20 11:10:41 +08:00
屈轩
f8c5365fd8
fix(region): host order by commit ( #21852 )
2024-12-20 09:57:26 +08:00
屈轩
45c192d521
fix(cloudmon): optimize service metric collect ( #21846 )
2024-12-19 18:48:19 +08:00
Zexi Li
a160b380c5
fix(host): make telegraf configuration log to debug ( #21844 )
2024-12-19 15:56:32 +08:00
屈轩
7cc649f47a
fix(region): host custom total count ( #21828 )
2024-12-19 11:33:49 +08:00
屈轩
554368f282
fix(webconsole): vnc add cookie head ( #21827 )
2024-12-18 18:27:55 +08:00
Zexi Li
c2bc6b1c99
feat(climc,host): support container copy and copy-from ( #21822 )
2024-12-18 16:55:33 +08:00
Jian Qiu
4132f245ac
fix: enfore mfa ( #21800 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-12-17 19:39:31 +08:00
屈轩
a9e73c2751
fix(apigateway): totp_issuer ( #21823 )
2024-12-17 19:36:59 +08:00
屈轩
13f00b8e6a
fix(scheduledtask): add handler for scheduledtask ( #21819 )
2024-12-17 19:26:00 +08:00
云原生驿站
8e5d9858bc
fix(host): fix the rtl8139 NIC information is missing ( #21808 )
2024-12-17 10:36:26 +08:00
Zexi Li
7312f5c912
feat(region,host): support lazy umount for post overlay of container ( #21813 )
2024-12-16 20:33:03 +08:00
Zexi Li
472c5f8e04
fix(webconsole,apigateway): execute container command by climc ssh way ( #21812 )
2024-12-16 18:49:42 +08:00
屈轩
753a7ee1c0
fix(region): vendor update ( #21809 )
2024-12-16 16:38:53 +08:00
Zexi Li
3fa1abb060
feat(host,monitor): container diskio metrics ( #21799 )
2024-12-16 11:38:45 +08:00
Zexi Li
c5747b7991
fix(baremetal-agent): adjust redfish http client timeout to 60s ( #21793 )
2024-12-13 10:39:44 +08:00
屈轩
a4c19d70d8
fix(region): skip cloudpods vm kernel check ( #21794 )
2024-12-12 19:23:28 +08:00
Zexi Li
c1610ce04a
fix(region): server-purge failed on pod ( #21789 )
2024-12-12 14:08:32 +08:00
屈轩
0cdbc213f4
fix(cloudmon): add sangfor metric ( #21788 )
2024-12-11 20:16:38 +08:00
Zexi Li
ebb0310c27
fix(host): check binder device path ( #21787 )
2024-12-11 17:27:57 +08:00
Zexi Li
6d4bd29edd
fix(region): set pod status to start_start before invoking task ( #21785 )
2024-12-11 15:23:10 +08:00
Zexi Li
7410803657
feat(host): use loopdev manager ( #21784 )
2024-12-11 14:27:09 +08:00
Zexi Li
93587b668a
feat(webconsole): keep_websocket_session option ( #21781 )
2024-12-11 14:26:23 +08:00
屈轩
5602b168f9
fix(region): avoid query isolate device error ( #21774 )
2024-12-11 10:37:50 +08:00
Zexi Li
ebbb900565
fix(host): not use losetupioctl.DetachAndRemoveDevice ( #21779 )
2024-12-10 18:54:46 +08:00
Zexi Li
2d4bda96ab
fix(region): validate post overlay unique_name ( #21776 )
2024-12-10 11:22:39 +08:00
Zexi Li
041a0ec57f
fix(host): backup container post overlay ( #21773 )
2024-12-09 18:26:23 +08:00
屈轩
ce680bb15d
fix(region): uis vm disk create ( #21772 )
2024-12-09 15:05:23 +08:00
Zexi Li
598f13ff77
fix(region): container no failed running status ( #21771 )
2024-12-09 11:56:21 +08:00
Jian Qiu
a40f265623
fix: container allow exec in running status ( #21770 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-12-09 09:57:45 +08:00
Zexi Li
27d6b5bf57
feat(monitor): add min and max aggregator ( #21764 )
2024-12-07 20:58:05 +08:00
屈轩
97fdc00825
fix(keystone): avoid remove project metadata when join organization node ( #21761 )
2024-12-07 20:55:09 +08:00
屈轩
a894da86e7
fix(region): keep cloudpods vm empty password ( #21758 )
2024-12-06 18:09:51 +08:00
Zexi Li
96b4432a81
feat(host,monitor): container process metrics ( #21757 )
2024-12-06 11:16:13 +08:00
屈轩
713dc191e5
fix(region): managed vm migrate info ( #21754 )
2024-12-05 19:28:41 +08:00
屈轩
c4c1f1c686
fix(region): sync managed vm status ( #21750 )
2024-12-05 16:38:03 +08:00
屈轩
460e1e58d8
fix(region): managed vm migrate ( #21747 )
2024-12-05 16:11:47 +08:00
Zexi Li
fc74470066
feat(host): pod and container process count metrics ( #21743 )
2024-12-05 14:47:41 +08:00
屈轩
7fa6e2c06a
fix(region): uis misc fix ( #21730 )
2024-12-05 14:45:43 +08:00
屈轩
e6066b56cc
fix(region): cloudpods vm migrate ( #21744 )
2024-12-05 14:39:07 +08:00
屈轩
46a84f432f
fix(region): vendor update ( #21740 )
2024-12-05 12:33:46 +08:00
Zexi Li
25a17bf338
feat(host): remove loop device by ioctl ( #21676 )
2024-12-05 10:12:49 +08:00
屈轩
3226e1424e
fix(cloudmon): sync cloudproviders ( #21731 )
2024-12-04 09:43:03 +08:00
屈轩
795c1788c3
fix(apigateway): add service settings info ( #21720 )
2024-12-04 09:41:17 +08:00
Zexi Li
58290b4498
fix(monitor): clone alert dashboard ( #21725 )
2024-12-03 10:05:50 +08:00
wanyaoqi
55ed52df30
fix(host,host-deployer): start deployer guest with all of disk ( #21712 )
2024-12-02 14:59:13 +08:00
屈轩
7b96f7b5d5
fix(region): zettakit isolate device capability ( #21717 )
2024-11-29 22:52:24 +08:00
Zexi Li
460d150ae7
feat(region,host): post overlay for container volume mount ( #21709 )
2024-11-29 20:26:28 +08:00
屈轩
ff26bf22c4
fix(region): isolate device sync ( #21714 )
2024-11-28 15:44:46 +08:00
wanyaoqi
b94cf59f0a
fix(scheduler,region): fill resource info check guest is in pending usage ( #21708 )
2024-11-27 11:18:52 +08:00
屈轩
c7f76c7293
fix(region): zettakit misc fix ( #21703 )
2024-11-26 17:47:58 +08:00
屈轩
fe70c4569a
fix(region): zettakit eip create ( #21701 )
2024-11-26 15:44:18 +08:00
Jian Qiu
ae96541d87
fix: complete monitor metrics ( #21692 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-11-26 14:45:22 +08:00
wanyaoqi
4f61339ce1
fix(host): generate ceph conf dup monHosts ( #21691 )
2024-11-26 14:07:53 +08:00
屈轩
c623f86c77
fix(region): support uis ( #21686 )
2024-11-26 12:04:09 +08:00
屈轩
2c9e04f39f
fix(region): validate zettakit disk size ( #21684 )
2024-11-26 10:30:24 +08:00
Zexi Li
e2c244e2cb
optimized(host): use goroutine to start ContainerStatsProvider ( #21683 )
2024-11-25 20:57:08 +08:00
屈轩
712c6d005e
fix(region): optimized zettakit ( #21673 )
2024-11-24 13:23:48 +08:00
Zexi Li
292cbaf29f
fix(monitor): set default query select and group by for alerting and panel ( #21669 )
2024-11-22 19:20:06 +08:00
Zexi Li
905cf7aa4a
feat(monitor): list alertrecords by res_id ( #21664 )
2024-11-22 16:54:23 +08:00
屈轩
096a56ffc6
fix(region): support zettakit ( #21663 )
2024-11-22 16:49:41 +08:00
Zexi Li
5246ba11ac
fix(monitor): raw_name of influxdb query ( #21659 )
2024-11-22 15:52:39 +08:00
屈轩
467ac29e13
fix(region): avoid panic ( #21655 )
2024-11-22 14:52:36 +08:00
wanyaoqi
58fb47e49f
fix(host): import from libvirt parse live xml ( #21651 )
2024-11-22 14:51:56 +08:00
屈轩
6dbe908f10
fix(region): support baidu cloud ( #21652 )
2024-11-21 16:56:43 +08:00
屈轩
7c6fe301e3
fix(cloudid): vendor update for azure iam ( #21646 )
2024-11-20 20:16:04 +08:00
Zexi Li
949685c2e3
feat(host): add container net_failed status ( #21642 )
2024-11-20 18:19:55 +08:00
屈轩
87dfd89f83
fix(region): vendor update for azure vm create ( #21641 )
2024-11-20 15:12:42 +08:00
Zexi Li
7096c5b0e7
feat(monitor): support sorting reduced result ( #21633 )
2024-11-20 11:16:56 +08:00
Zexi Li
17364c8f45
fix(monitor): set default aggregator and group by for alert model ( #21632 )
2024-11-19 14:56:49 +08:00
Zexi Li
c165398784
fix(monitor): inject ResType ( #21628 )
2024-11-19 14:00:32 +08:00
Zexi Li
84b6d8b8d4
support telegraf linux_sysctl_fs ( #21619 )
...
* support telegraf-sysctl
* feat(monitor): add linux_sysctl_fs measurement
2024-11-18 20:03:56 +08:00
Zexi Li
3ff493169e
fix(region): ContainerBatchStopTask and ContainerBatchStartTask ( #21617 )
2024-11-18 17:18:26 +08:00
Jian Qiu
1196406b6c
fix: noop task support ( #21616 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-11-18 01:31:40 +08:00
屈轩
7a19b32ddf
fix(region): add lb backend group count and listener count for lb details ( #21607 )
2024-11-17 22:46:53 +08:00
Zexi Li
d51b44339b
fix(region): 容器处于 probe_failed 时可能出现重复开机的情况 ( #21615 )
2024-11-17 22:46:15 +08:00
wanyaoqi
84ecb2ec49
fix(region,host,scheduler): isolated device balance with to reserve cpus ( #21614 )
2024-11-17 22:45:59 +08:00
Jian Qiu
a6e7ea5b65
fix: add opentsdb catalog ( #21612 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-11-16 19:55:53 +08:00
Zexi Li
b45e290f1e
fix(region): invoke GuestDeleteTask to stop pod ( #21603 )
2024-11-14 21:30:20 +08:00
Zexi Li
2e1d866f37
fix(region): not sync status when attaching and detaching disk ( #21602 )
2024-11-14 21:28:10 +08:00
屈轩
af51bfc561
fix(region): shareable virtual resource query ( #21596 )
2024-11-14 20:34:54 +08:00
屈轩
7b6bdcb11a
fix(region): remove dstack ( #21599 )
2024-11-14 20:29:44 +08:00
Zexi Li
13b2662b78
fix(monitor): raw_name of group_by ( #21592 )
2024-11-14 18:00:57 +08:00
Zexi Li
4d00c1db4d
fix(host): add startPodLock for pod instance ( #21591 )
2024-11-14 18:00:37 +08:00
Zexi Li
f703cf490f
feat(region,monitor): add IsolatedDeviceTypeCount of host details ( #21590 )
2024-11-14 15:56:40 +08:00
屈轩
845799178d
fix(region): allow disable default policy ( #21585 )
2024-11-14 14:42:21 +08:00
Zexi Li
bdc9d8e289
feat(host,monitor): 支持容器相关gpu设备监控采集 ( #21588 )
2024-11-14 14:23:25 +08:00
Jian Qiu
50344061ea
fix: integrate opentsdb ( #21589 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-11-14 10:25:32 +08:00
wanyaoqi
63db9fc8e4
fix(scheduler): numa memory more balance on with prefer nodes ( #21580 )
...
* fix(scheduler): numa memory more balance on with prefer nodes
* fix(host): host agent allocate numa node
2024-11-14 10:18:08 +08:00
Zexi Li
bfbef55f1a
fix(host): remove pod with retry ( #21583 )
2024-11-13 17:45:39 +08:00
屈轩
85cbee58ae
fix(region): add actual capacity used usage ( #21572 )
2024-11-12 11:34:45 +08:00
Zexi Li
2a90d185c3
fix(monitor): alert notification details ( #21576 )
2024-11-12 11:27:59 +08:00
屈轩
8d1d07184b
fix(region): filter unused snapshot ( #21561 )
2024-11-12 11:15:58 +08:00
Zexi Li
4af0a0f231
fix(monitor): add metric content for email template ( #21567 )
2024-11-11 16:09:28 +08:00
Zexi Li
cfd80d3cd0
fix(host): 修复 container force stop 报错问题 ( #21564 )
2024-11-08 17:30:01 +08:00
Jian Qiu
dd848785ef
fix: disable default dns domain cloud.onecloud.io ( #21552 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-11-08 10:09:34 +08:00
wanyaoqi
735668d20c
fix(scheduler,region,host): guest add alloc extra cpu ( #21557 )
2024-11-07 23:16:07 +08:00
Zexi Li
df5f753cd5
fix(region,host,hostdeployer): 支持添加 case_insensitive_paths ( #21558 )
2024-11-07 21:22:37 +08:00
屈轩
9ea44bbeb4
fix(region): dbinstance swagger api ( #21553 )
2024-11-07 15:17:10 +08:00
屈轩
76ad2043c3
fix(region): vendor update for gcp disk name length ( #21554 )
2024-11-07 15:00:24 +08:00
Jian Qiu
f42b4326a6
fix: telegraf kakfa ordered configuration ( #21548 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-11-07 09:49:21 +08:00
屈轩
b3c9c85d2f
fix(glance): image stream worker count ( #21536 )
2024-11-07 09:48:09 +08:00
Zexi Li
0b50b2134e
feat(region,climc): server-set-root-disk-matcher ( #21547 )
2024-11-06 18:53:39 +08:00
Zexi Li
e53bb0f46f
fix(monitor): 修复报警恢复时包含其他资源的问题 ( #21539 )
2024-11-06 18:52:03 +08:00
Zexi Li
3c598eca97
feat(region,host,climc): stop container forcely by kill parent process ( #21535 )
2024-11-06 11:07:50 +08:00
屈轩
a0acb81420
fix(notify): show pretty notify error ( #21531 )
2024-11-06 10:04:48 +08:00
wanyaoqi
0e7d28b76c
fix(region,host): storage add master host ( #21472 )
2024-11-06 10:04:01 +08:00
wanyaoqi
2f7dbbd062
fix(region): mps device attach group by addr ( #21526 )
2024-11-06 09:47:31 +08:00
Zexi Li
a66d1a357a
fix(region,host): server-stop 接口没有对处于 crash 状态的容器发关机请求 ( #21534 )
2024-11-05 20:15:49 +08:00
Zexi Li
66b3087e79
fix(host): desc of container server is not update when sync-config ( #21530 )
2024-11-05 17:50:15 +08:00
屈轩
d7a8c3c646
fix(monitor): add order index for monitor panel ( #21527 )
2024-11-05 17:31:37 +08:00
Zexi Li
c30125d4be
feat(region,host,host-deployer,climc): support ext4 casefold feature disk ( #21502 )
2024-11-05 10:44:02 +08:00
Zexi Li
88ede626bf
fix(host): losetup --nooverlap option ( #21525 )
2024-11-05 09:42:41 +08:00
Zexi Li
87126cebd9
feat(monitor): add system and processes host metrics ( #21522 )
2024-11-04 19:17:04 +08:00
Zexi Li
1f347597c7
fix(host): add default masked and read only paths ( #21520 )
2024-11-04 16:53:10 +08:00
屈轩
c0c84269c1
fix(region): vendor update for disable esxi swap ( #21514 )
2024-11-04 15:08:57 +08:00
Zexi Li
1194d677e4
fix(region): not set PrimaryZone when no dns_domain configured ( #21510 )
2024-11-04 12:39:46 +08:00
wanyaoqi
dc88d51d12
fix(region,scheduler,host): container numa aware ( #21506 )
...
- optimize host register isolated device update
- container device base try detect numa node
- container alloc numa memory
- calc numa distance before select isolated device
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2024-11-02 07:50:32 +08:00
Zexi Li
8d45dcf185
fix(host): return expectedStatus when json file content is empty ( #21507 )
2024-11-02 00:44:03 +08:00
Zexi Li
f38098eaaa
feat(region,climc): add disable_limit_check for set-res-no-limit api ( #21505 )
2024-11-01 20:14:30 +08:00
Zexi Li
38b6493fa8
fix(host): 忽略 tar 打包出现文件变更的错误 ( #21503 )
2024-11-01 20:14:09 +08:00
Jian Qiu
5f1cc2c503
fix: disk filter by storage host ( #21498 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-10-31 01:49:28 +08:00
Zexi Li
fc44dcea17
fix(host): 容器卡在 probing 状态 ( #21497 )
2024-10-30 16:02:15 +08:00
Jian Qiu
3b396966dc
feature: kafka telegraf output options ( #21493 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-10-30 12:06:54 +08:00
Zexi Li
cc0b8ce289
fix(host): 修复 dirty shutdown 机制和 reconcile 的冲突问题 ( #21492 )
2024-10-29 20:56:43 +08:00
屈轩
5f306f36cb
fix(region): vendor update ( #21489 )
2024-10-29 18:26:06 +08:00
Zexi Li
bbc2186a52
feat(host): 支持容器运行时做备份 ( #21488 )
2024-10-29 16:22:40 +08:00
屈轩
3bd90f3c3c
fix(region): file system set quota params ( #21487 )
2024-10-29 14:16:28 +08:00
Zexi Li
92fa0823f4
feat(region,host): support container cpuset_clone_children ( #21484 )
2024-10-29 11:31:35 +08:00
屈轩
2229f7c956
fix(region): cephfs set quota ( #21482 )
2024-10-28 18:20:51 +08:00
屈轩
895e6f8318
fix(region): 避免翻页查询导致公有云实例被误清除 ( #21479 )
2024-10-28 16:40:48 +08:00
wanyaoqi
6b03f5d648
fix(region): batch get isolated device spec ( #21475 )
2024-10-28 16:16:02 +08:00
屈轩
34bd50ed9d
fix(region): purge manager quota ( #21476 )
2024-10-28 15:50:30 +08:00
Zexi Li
72f730c6be
fix(host): not set container_exited status when do server-syncstatus ( #21473 )
2024-10-28 09:53:24 +08:00
Zexi Li
d86ef45c14
feat(webconsole): disable command recording defaultly ( #21467 )
2024-10-25 21:55:22 +08:00
Zexi Li
96b3b568bc
feat(climc): support webconsole-container-exec ( #21466 )
2024-10-25 20:57:43 +08:00
Zexi Li
33b6715fa7
fix(host): 同步pod状态没有考虑容器被删除的情况 ( #21465 )
2024-10-25 20:42:07 +08:00
屈轩
6ed6d9791e
fix(cloudmon): cloudpods metric sync ( #21464 )
2024-10-25 17:54:24 +08:00
Zexi Li
2089875015
fix(host): 重启时拉起容器 GuestStartWorker 出现排队 ( #21459 )
2024-10-25 10:38:48 +08:00
wanyaoqi
4313d1dca0
fix(region,host): ceph add enable messenger v2 options ( #21445 )
2024-10-25 10:16:20 +08:00
Zexi Li
2e07e9204c
fix(host): adjust timeout for stopping container ( #21458 )
2024-10-24 20:35:33 +08:00
Zexi Li
df6645c487
feat(host): set container start and stop worker count to 1 defaultly ( #21457 )
2024-10-24 19:30:40 +08:00
Zexi Li
0b8ae5edb3
fix(host): add lock when attach loop device ( #21453 )
...
* fix(host): add lock when attach loop device
* fix(host): only using reconcileContainerLoop to manage containers
2024-10-24 16:09:20 +08:00
Zexi Li
9cdc4fd6bb
fix(region,host): sync disk status to ready when rebuild_failed ( #21451 )
...
* fix(region,host): sync disk status to ready when rebuild_failed
* fix(host): support to retry when stopping container
2024-10-23 22:57:20 +08:00
屈轩
47ceee941f
fix(region): vendor update ( #21439 )
2024-10-22 19:57:42 +08:00
Zexi Li
768c9f30b6
fix(host): 删除 server 时再次尝试从 cri 获取 id ( #21442 )
2024-10-22 13:33:24 +08:00
Zexi Li
4b417379f3
fix(host): use deadline context when stopping container ( #21438 )
2024-10-21 18:05:03 +08:00
Jian Qiu
a8b8c89117
fix: host bond slave nic should use permaddr as mac ( #21432 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-10-20 14:42:00 +08:00
Jian Qiu
948b4e7194
fix: more verbose log ( #21431 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-10-19 12:16:57 +08:00
Zexi Li
07ade2b60a
fix(host): umount wrong path when detach loop device ( #21430 )
2024-10-18 17:06:08 +08:00
屈轩
3532416eef
fix(region): support cloudpods secrule ops ( #21427 )
2024-10-18 16:47:56 +08:00
屈轩
141baa1096
Revert "fix(region): account probe lock" ( #21424 )
...
This reverts commit 7f90d38e5f .
2024-10-18 16:07:57 +08:00
Zexi Li
653304ae19
fix(readme): remove travis-ci build status link ( #21423 )
2024-10-18 10:57:47 +08:00
屈轩
dabfa8de08
fix(region): add interface field length ( #21422 )
2024-10-18 09:52:34 +08:00
Zexi Li
2f72980705
fix(region,host): fix crash_loop_back_off status when container stopped ( #21417 )
2024-10-16 18:12:40 +08:00
Zexi Li
a8a32fec9d
fix(scheduler): avoid_same_host 策略分数过高导致调度分配不均 ( #21413 )
2024-10-16 10:23:06 +08:00
Jian Qiu
44339376fb
fix: webconsole adb connection string ( #21411 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-10-16 10:22:46 +08:00
Zexi Li
f25c054a31
fix(webconsole): ssh randomly exited error ( #21407 )
2024-10-14 14:46:59 +08:00
wanyaoqi
09e95bda7a
fix(region): fix default network on get desc ( #21396 )
2024-10-14 12:36:09 +08:00
wanyaoqi
151c1783bc
fix(host-deployer): update host-deployer-base to 1.4.9 ( #21404 )
2024-10-12 14:14:18 +08:00
wanyaoqi
462e7ed2cd
fix(host-deployer): do not clean spool dir on save image ( #21401 )
2024-10-12 10:09:16 +08:00
wanyaoqi
331c5198d0
fix(host): set ssd disk default scheduler none ( #21364 )
2024-10-12 10:03:43 +08:00
wanyaoqi
9d25e4cd1c
fix(host,glance): qemuimg convert optimize, allow write out of order and increase coroutines ( #21375 )
2024-10-12 10:01:54 +08:00
wanyaoqi
00b9afcbce
feat(region,host,host-deployer): container disk support resize ( #21398 )
2024-10-12 09:58:28 +08:00
Zexi Li
ce050ca562
支持拉取容器认证镜像和相关问题修复 ( #21394 )
...
* feat(keystone,region,host): pull authed container image
* fix(region,host): record starting container failed message
2024-10-12 09:51:25 +08:00
屈轩
b1d0dc4e5f
fix(region): storage conf update ( #21390 )
2024-10-11 18:04:48 +08:00
屈轩
941c49e854
fix(region): gcp security group check ( #21386 )
2024-10-11 17:53:47 +08:00
屈轩
6720135a84
fix(common): compatible metadata mod find ( #21381 )
2024-10-11 16:39:49 +08:00
屈轩
0a021351fc
fix(region): filesystem sharable ( #21377 )
2024-10-11 16:28:12 +08:00
Zexi Li
c75c07a40d
feat(apigateway): add rpc methods of scheduler for apigateway ( #21380 )
2024-10-10 19:07:51 +08:00
wanyaoqi
8e0507d002
fix(region): check disk is deleted on delete snapshot ( #21369 )
2024-10-09 21:49:47 +08:00
wanyaoqi
f426935888
fix(host): reconnect qga on failed exec qga commands ( #21357 )
2024-10-08 10:14:13 +08:00
Zexi Li
211a5de294
fix(host): ignore NotFound error when doing some operation to container ( #21354 )
2024-10-07 23:05:36 +08:00
cui fliter
060f6a65e8
fix: fix slice init length ( #21346 )
2024-10-07 21:41:07 +08:00
Zexi Li
cc94930e8a
feat(host): restart pod and containers when crashed ( #21348 )
2024-10-06 11:09:23 +08:00
Zexi Li
5a5631a9a5
fix(region): container exited status checking ( #21347 )
2024-10-05 18:00:00 +08:00
Zexi Li
2e7b443ddc
feat(region,host): start pod when container exited ( #21258 )
2024-10-03 20:07:52 +08:00
wanyaoqi
12d77b0ad8
fix(region,scheduler): allow req cpu count zero on allocate cpunumapin ( #21343 )
2024-10-03 20:02:38 +08:00
屈轩
207cb03076
fix(docs): update swagger api ( #21332 )
2024-10-01 08:50:40 +08:00
Jian Qiu
a8dd1b32e2
fix: cloud account filter revisit ( #21339 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-10-01 08:49:30 +08:00
Zexi Li
4434556498
fix(host): always pull image when creating container ( #21334 )
2024-10-01 08:48:49 +08:00
Zexi Li
4927b088b5
fix(region,host): set timeout to 1s when stopping container ( #21333 )
2024-09-30 14:54:56 +08:00
屈轩
4d245f9be3
fix(host): rename cephfs id ( #21331 )
2024-09-30 11:15:34 +08:00
wanyaoqi
929b7cd230
fix(host): refact qga connection ops ( #21338 )
2024-09-29 22:53:35 +08:00
屈轩
35e479bb0c
fix(host): cephfs usage ( #21322 )
2024-09-29 09:58:27 +08:00
Jian Qiu
cd2e2f9020
fix: host report ovs kmod version and ksm status ( #21330 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-28 20:23:56 +08:00
Zexi Li
ed6063d2dd
fix(region): make parseDeviceInfo error clear ( #21326 )
2024-09-28 18:35:22 +08:00
wanyaoqi
e005610391
fix(region): add hypervisor props on isolated device capabilites ( #21321 )
2024-09-27 10:53:46 +08:00
Jian Qiu
8d87390f72
fix: upgrade sqlite3 to 1.14.19 ( #21320 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-27 07:18:35 +08:00
wanyaoqi
3dcacfc53c
Automated cherry pick of #21313 : Automated cherry pick of #21312 : Automated cherry pick of #20996 : fix(region,host): lvm snapshot delete and create from backup ( #21316 )
...
* fix(region,host): lvm snapshot delete and create from backup
* fix(host): slvm delete snapshot and save images
* fix(host): add option boot vga pci addr
* fix(host): slvm active exclusive mode on convert snapshot
2024-09-27 00:37:54 +08:00
wanyaoqi
06607d7698
fix(host): check qga is init on check qga runing ( #21310 )
2024-09-27 00:35:20 +08:00
Zexi Li
23e66119c4
fix(host): wrap lsof error when doing umount ( #21307 )
2024-09-26 18:20:37 +08:00
Zexi Li
d9b0331ec1
fix(host): pod volume usage panic ( #21305 )
2024-09-26 16:34:26 +08:00
Zexi Li
ccd5caa6ae
fix(host): set container namespace options ( #21302 )
2024-09-26 14:04:59 +08:00
屈轩
e850764f31
fix(host): remove cephfs dir ( #21299 )
2024-09-26 09:47:34 +08:00
Zexi Li
318d679bff
fix(host): wrap cephfs umount error ( #21298 )
2024-09-25 21:17:48 +08:00
Zexi Li
1d59817d6f
fix(webconsole): close session when ssh session closed ( #21295 )
2024-09-25 17:15:26 +08:00
Zexi Li
d63648ae8f
fix(webconsole): close session when ssh session closed ( #21294 )
2024-09-25 17:15:17 +08:00
屈轩
9a2e5d214d
fix(region): vendor update for cephfs http ( #21292 )
2024-09-25 17:11:04 +08:00
Zexi Li
ab2dd4db55
feat(host): pod volume metrics ( #21291 )
...
* feat(host): pod volume metrics
* feat(host): add pod_netio for pod
2024-09-25 14:12:03 +08:00
wanyaoqi
8ba1d316d9
fix(host): container custom cpufreq ( #21285 )
2024-09-25 10:29:33 +08:00
屈轩
8a1a93b74d
fix(region): filter cloudproviders by regional network zone ( #21290 )
2024-09-24 18:10:31 +08:00
Zexi Li
d07594faa4
feat(region,host): commit container to image repository ( #21284 )
2024-09-24 10:02:44 +08:00
屈轩
d252c8d682
fix(region): mount cephfs for pod ( #21275 )
2024-09-23 11:49:07 +08:00
Jian Qiu
8d11c682e4
fix: remove metadata server from host ( #21281 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-21 22:52:45 +08:00
Zexi Li
449c1140ab
fix(hostman): use losetup --json to match device ( #21276 )
2024-09-20 22:21:25 +08:00
屈轩
80d6aee90d
fix(region): kvm user-data ( #21238 )
2024-09-20 20:41:31 +08:00
Zexi Li
dcd13a169c
fix(hostman): stuck at probing status when syncing container status ( #21274 )
2024-09-20 20:17:58 +08:00
Zexi Li
6e42b181d3
fix(host): umount loop device path before detaching it ( #21272 )
2024-09-20 15:06:10 +08:00
Zexi Li
08b46b5f15
fix(host): recheck device after losetup detached ( #21271 )
2024-09-19 23:40:34 +08:00
屈轩
11efb6e405
fix(region): disk metadata with server ( #21252 )
2024-09-19 09:54:37 +08:00
Jian Qiu
7491bbbab0
fix: host build image use go 1.21 ( #21263 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-19 03:20:01 +08:00
Jian Qiu
9155401d85
fix: update vendor 20240919 3.11 ( #21261 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-18 23:08:02 +08:00
Jian Qiu
e7d15aca80
fix: update vendor 3.11 20240917, upgrade go to 1.21 ( #21256 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-18 20:48:31 +08:00
Jian Qiu
d04b1250c8
fix: update vendor 20240916 ( #21246 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-16 19:09:15 +08:00
Jian Qiu
09e9ffb004
fix: prevent access from anonymous user ( #21242 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-14 19:36:40 +08:00
wanyaoqi
6acbf34d6b
fix(region): guest without cpunumapin don't set params on save schedule result ( #21235 )
2024-09-14 10:11:43 +08:00
Guojie0922
186823b595
1、裸金属删除时,GuestUndeployTask会出现无法调用任务完成方法OnGuestUndeployComplete,导致任务卡住的情况 ( #21079 )
...
* 1、裸金属删除时,GuestUndeployTask会出现无法调用任务完成方法OnGuestUndeployComplete,导致任务卡住的情况
2、裸金属删除时,回调用baremetal-agent的sync-config接口不止一次,调用时出现请求参数没有传递server_id情况,导致在OnPXEBoot调用getServer时删除了baremetal的server信息,致使后面的DoEraseDisk方法报错
* 1、裸金属删除时,GuestUndeployTask onInit去掉host不为空时的SetStageComplete函数
---------
Co-authored-by: gj <gj@qq.com >
2024-09-13 14:36:47 +08:00
Zexi Li
f1e6622d94
feat(climc): add public/private command for k8s-container-registry ( #21228 )
2024-09-13 14:34:38 +08:00
屈轩
379a183f88
fix(cloudmon): vendor update for aws gcp cpu metric ( #21225 )
2024-09-13 11:58:15 +08:00
Zexi Li
468837cf81
feat(host,region): add disable_no_new_privs option for container ( #21222 )
2024-09-12 19:52:36 +08:00
Zexi Li
861717e8d6
feat(monitor): filter monitor_resource_alert by ip ( #21221 )
2024-09-12 11:01:21 +08:00
Zexi Li
0bd46675ef
feat(host): add enable_container_cni_portmap option ( #21202 )
2024-09-12 10:05:38 +08:00
Zexi Li
6c14dbadb7
fix(moniotr): filter dirty resource alerts ( #21217 )
2024-09-12 10:05:23 +08:00
Zexi Li
e4fd6508c2
fix(climc): monitor-alert-test-run prints result error ( #21212 )
2024-09-11 20:04:40 +08:00
Zexi Li
d2f2d9ba77
optimized(monitor): keep 2 precision of reduced value ( #21208 )
2024-09-11 16:37:27 +08:00
屈轩
5186eb7605
fix(region): sync remove guest whith network address ( #21199 )
2024-09-10 14:25:21 +08:00
屈轩
44c1841950
fix(log): add offline export i18n ( #21193 )
2024-09-10 14:24:34 +08:00
Zexi Li
ce7cd84555
feat(apigateway): report k3s environment ( #21196 )
2024-09-10 14:24:02 +08:00
Jian Qiu
ace08bb52d
fix: climc server-detach-network --force ( #21190 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-10 09:58:18 +08:00
Zexi Li
4d8ecb6e12
optimized(apigateway): use ssh for climc pod cloud shell ( #21186 )
2024-09-09 16:03:18 +08:00
Zexi Li
d244ebf3da
feat(region,host): ignore not exist files when disk backup ( #21181 )
2024-09-07 22:44:04 +08:00
屈轩
1537276992
fix(cloudid): cloud policy sync ( #21172 )
2024-09-06 11:48:52 +08:00
Zexi Li
893050b2a5
fix(region,host): validate and umount container's backup tar file ( #21179 )
2024-09-06 11:45:10 +08:00
wanyaoqi
ac9e28d02e
fix(host-deployer): update host-deployer-docker base ( #21178 )
2024-09-06 11:25:56 +08:00
Jian Qiu
629203917b
feature: allow generate name with a randome string ( #21175 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-06 09:37:03 +08:00
Zexi Li
5c70df90d7
fix(monitor): support or filter of query ( #21170 )
2024-09-05 20:10:24 +08:00
Zexi Li
e3598bceab
feat(region,host): set container resources limit ( #21165 )
2024-09-05 10:13:03 +08:00
Jian Qiu
09fd240157
fix: change bandwidth without sync to host ( #21166 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-05 10:12:30 +08:00
屈轩
da2d414b8a
fix(region): disk update disk type ( #21159 )
2024-09-04 10:44:18 +08:00
wanyaoqi
32a3fdf246
fix(host): rbd save image use /opt/cloud temp dir ( #21155 )
2024-09-04 10:43:44 +08:00
wanyaoqi
50c0fec15c
fix(region): allow contailer host update numa cpu allocate with guests running ( #21163 )
2024-09-03 17:46:05 +08:00
Zexi Li
bcc3b6769c
fix(climc): hostlocal server type for network-create ( #21151 )
2024-09-03 14:41:24 +08:00
Jian Qiu
f0089b6ba8
fix: telegraf config file format error ( #21144 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-03 11:02:49 +08:00
屈轩
643bd83f81
fix(region): sync worker hashring ( #21126 )
2024-09-02 20:07:49 +08:00
Zexi Li
8564725845
optimize(host): wrap updateOrCreateHost error ( #21142 )
2024-09-02 13:28:38 +08:00
wanyaoqi
4ea3d11140
fix(region): allow guest create on cannot detect image props ( #21139 )
2024-09-02 10:18:51 +08:00
Zexi Li
f6817bd6e2
fix(host): duplicated port allocation ( #21137 )
2024-09-02 10:18:11 +08:00
Jian Qiu
8d027b070a
fix: update vendor for dameng TEXT_EQUAL ( #21134 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-01 20:18:52 +08:00
Jian Qiu
c451b7a2a1
fix: migrate ipv6 routes from physical interface to bridge ( #21133 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-01 20:16:59 +08:00
Zexi Li
9ad5c1d170
fix(monitor): delete default group by and mean aggregator ( #21117 )
2024-08-29 10:03:57 +08:00
Zexi Li
2337789041
fix(climc): host-ssh is not working ( #21111 )
2024-08-27 16:25:10 +08:00
Zexi Li
4176834c5a
fix(monitor): skipCheckSeries when aggregator is sum ( #21107 )
2024-08-27 10:41:14 +08:00
屈轩
d1f363b5d0
fix(region): sync aliyun gtm and aws traffic policy address ( #21102 )
2024-08-26 20:55:12 +08:00
Zexi Li
3300a205a3
fix(monitor): only show MEAN and SUM aggregators ( #21100 )
2024-08-26 17:40:07 +08:00
wanyaoqi
5421f37031
fix(host): nbd worker count add options ( #21096 )
2024-08-26 17:29:08 +08:00
屈轩
4b348380a9
fix(region): set security group domain id ( #21086 )
2024-08-26 17:26:35 +08:00
Jian Qiu
077e7975f2
fix: host save host_local net confs in file ( #21090 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-24 19:44:15 +08:00
Zexi Li
4d82d59355
feat(host): start dirty shutdown pod and container ( #21045 )
...
* feat(host): start dirty shutdown pod and container
* feat(host): control dirty guests recovery and auto started feature
2024-08-23 12:18:34 +08:00
Jian Qiu
70721260fe
fix: extend query with metadata field ( #21082 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-23 11:30:16 +08:00
Zexi Li
4e7b9664b8
fix(region): set container probe_failed status when exited ( #21081 )
2024-08-23 10:19:48 +08:00
Zexi Li
ac05ef7b79
fix(monitor): container host alerting is not working ( #21080 )
2024-08-22 20:42:07 +08:00
Zexi Li
448f053b5f
fix(host): skip-verify of using ctr images pull ( #21078 )
2024-08-22 17:28:32 +08:00
Zexi Li
b22437d6fe
feat(monitor): result reducer for query result ( #21077 )
2024-08-22 15:44:02 +08:00
Zexi Li
ef2e14c584
optimze(baremetal): dhcp prefix hints ( #21074 )
2024-08-22 15:27:26 +08:00
屈轩
c6f9773eeb
fix(region): filter eips by associated ( #21065 )
2024-08-21 10:50:51 +08:00
Zexi Li
d1e91ac543
optimize(region,host): add details error message when adding net interface ( #21063 )
2024-08-20 18:39:08 +08:00
Zexi Li
7ffce9e1b4
fix(region): add probing status for createdStatus of pod_create_task ( #21058 )
2024-08-19 21:33:28 +08:00
Zexi Li
234a9f6da0
fix(climc): add VALID_CONTAINER_DEVICE_TYPES for isolated device parser ( #21057 )
2024-08-19 15:03:55 +08:00
Jian Qiu
61e0c4d3eb
fix(host): migrate slave addresses and routes from physical nic to bridge ( #21044 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-19 10:23:34 +08:00
Jian Qiu
fb02ec32f3
fix: climc command to public/private dns-zone ( #21053 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-19 10:17:47 +08:00
屈轩
d9be428813
fix(cloudmon): 避免cloudmon任务堆积导致大量请求 ( #21046 )
2024-08-19 10:13:05 +08:00
wanyaoqi
eda4801002
fix(region): ping detect add host type container ( #21056 )
2024-08-19 10:12:45 +08:00
Zexi Li
339e424a77
feat(host): set cgroup pids.max of container ( #21051 )
2024-08-16 19:44:57 +08:00
wanyaoqi
9d7fc0c191
fix(region): try recover image cache on guest migrate ( #21028 )
2024-08-16 10:30:11 +08:00
wanyaoqi
d1019ff0eb
fix(region,host,host-deployer): deploy guest ssh port add lock ( #21039 )
...
* fix(host): check nodes count on alloc cpuset
* fix(host-deployer): get ssh port add lock
* feat(region): guest clone add prefer host
2024-08-16 09:56:28 +08:00
Zexi Li
52f13e3ad9
feat(host): start and stop container in worker ( #21038 )
2024-08-15 20:24:11 +08:00
Zexi Li
addbcbe0d1
feat(region,host): startup probe of container ( #21011 )
2024-08-15 10:46:39 +08:00
Zexi Li
42e210861c
fix(host): ignore nil host_port of portmapping error ( #21025 )
2024-08-15 10:42:54 +08:00
Jian Qiu
ca8398dca3
fix: register metadatas for identity and glance ( #21032 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-15 09:38:17 +08:00
Jian Qiu
5c97cf6fda
fix: filter islated devices capability info by zone ( #21033 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-15 09:37:26 +08:00
Jian Qiu
7dfb5fb686
fix: support keylike search ( #21029 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-15 09:35:59 +08:00
Zexi Li
350446b90a
fix(readme): TLS certificates typo ( #21024 )
2024-08-14 17:07:29 +08:00
Zexi Li
6f19586840
feat(climc): feature-config-pod ( #21021 )
2024-08-14 15:22:02 +08:00
Jian Qiu
eb35b258dc
fix: allow enable auto alloc for host-local net ( #21012 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-14 11:40:23 +08:00
屈轩
1d1bdc2c96
fix(region): sync kvm secgroup status ( #21016 )
2024-08-14 11:37:21 +08:00
Zexi Li
b46783f94f
fix(baremetal): ignore 0.0.0.0 ipmi address when probing ( #21009 )
2024-08-13 17:43:39 +08:00
Zexi Li
7f65fa57dc
fix(host): unmount target busy device of container ( #21002 )
2024-08-13 10:10:32 +08:00
屈轩
1d89751644
fix(region): custom total count ( #20998 )
2024-08-12 15:47:53 +08:00
屈轩
33cc44405c
fix(region): vendor update ( #20992 )
2024-08-12 09:52:16 +08:00
Jian Qiu
d8dc36ddc2
fix: fail to delete pod not found at host ( #20991 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-08-12 09:35:42 +08:00
Zexi Li
33da931b74
feat(host,region): support vastaitech gpu for container ( #20987 )
2024-08-12 09:33:50 +08:00
wanyaoqi
b4861abe59
fix(host): isolated device probe closure reference for range val ( #20988 )
2024-08-09 16:17:55 +08:00
屈轩
48fb20150a
fix(region): auto clean invalid cached images ( #20804 )
2024-08-09 09:41:46 +08:00
wanyaoqi
0e5d5c6366
fix(region): validate guestdisk cache/io mode on upadte ( #20986 )
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2024-08-09 09:41:25 +08:00
wanyaoqi
80cf7af75d
fix(host): clean image cache check local reference ( #20952 )
2024-08-09 09:40:28 +08:00
wanyaoqi
8d05cf2067
Fix/contaier alloc cpuset optimize sync isolated device ( #20980 )
...
* fix(region): optimize sync isolated devices
* fix(region,host): allocate cpuset for container
2024-08-09 09:39:47 +08:00
屈轩
1d1f3ba586
fix(region): vendor update for lb backend sync ( #20973 )
2024-08-07 18:50:17 +08:00
屈轩
26055fad20
fix(region): send notify when vpc or network created ( #20927 )
2024-08-07 11:54:49 +08:00
屈轩
5b79800ff2
fix(region): show status info with list api ( #20941 )
2024-08-07 11:53:26 +08:00
Zexi Li
9181b289c6
feat(region,host): inject host ips as container environment variables ( #20965 )
2024-08-06 11:00:01 +08:00
Zexi Li
3ac159eae0
feat(region): select isolated_device by most unused device_path count ( #20964 )
2024-08-06 10:15:42 +08:00
wanyaoqi
5c8802461d
fix(host-deployer): add cpu mem hotplug udev rules ( #20963 )
2024-08-06 09:07:25 +08:00
wanyaoqi
b207c9ae74
fix(host): too much qga ping logs ( #20959 )
2024-08-05 14:47:53 +08:00
Zexi Li
283bf5894c
feat(host): cpuset for container of pod ( #20949 )
2024-08-02 17:39:31 +08:00
wanyaoqi
3f9398dbe7
fix(region,scheduler): sub pending usage on select cpu numa pin ( #20946 )
...
- reset guest cpu numa pin before start guest
- sub pending usage on select cpu numa pin
- hypervisor pod record pending usage
- add core:threads pair allocate, use same core threads first
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2024-08-02 10:22:40 +08:00
wanyaoqi
39b7ce5864
fix(region): cpu numa pin guest sched start ( #20937 )
2024-07-31 21:36:09 +08:00
Zexi Li
1eb6405e75
fix(monitor): no alert_details in nodata monitor_resource_alert ( #20936 )
2024-07-31 13:47:25 +08:00
wanyaoqi
111b8ed678
feat(region,host,scheduler): scheduler support allocate cpu numa pin ( #20932 )
2024-07-30 19:10:38 +08:00
Zexi Li
cb7f6e58b1
feat(monitor): multiple alerts of resource ( #20923 )
2024-07-30 16:15:47 +08:00
屈轩
115a09dcbb
fix(cloudmon): 避免产生大量操作日志 ( #20918 )
2024-07-30 14:41:48 +08:00
屈轩
926bfdddd5
fix(region): vendor update ( #20909 )
2024-07-30 09:32:23 +08:00
Zexi Li
909b5848cd
fix(monitor): add pps_sent/recv metric for query ( #20914 )
2024-07-29 20:58:47 +08:00
Jian Qiu
7d3006c253
fix: opsadmin deny host perform login-info ( #20903 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-07-29 13:21:00 +08:00
屈轩
7196f36a1e
fix(keystone): change user mobile field character set to utf8 ( #20898 )
2024-07-27 13:49:52 +08:00
Zexi Li
ecd0596147
fix(mointor): multiple duplicated message ( #20892 )
2024-07-25 15:27:09 +08:00
wanyaoqi
e569326b83
feat(regin,host,host-deployer): qga deploy and fsdriver ( #20864 )
...
- host-deployer add deploy qga support
- host add qga partition fsdriver
- qga set network use fsdriver
- hostpinger sync qga status
2024-07-25 11:50:05 +08:00
屈轩
262900d9dc
fix(cloudid): cloudid resource sync worker ( #20876 )
2024-07-25 11:18:57 +08:00
Zexi Li
1b987e66e0
feat(webconsole): add secret_level property inside query data ( #20883 )
2024-07-24 17:41:27 +08:00
屈轩
8c077ae151
fix(region): keypair id typo ( #20872 )
2024-07-24 14:35:24 +08:00
wanyaoqi
c045f8878c
Automated cherry pick of #20852 : fix(region,host): slvm disk create use guest host lvm disk create from backup ( #20855 )
...
* fix(region): slvm disk create use guest host
* fix(host): lvm disk create from backup
2024-07-22 15:13:31 +08:00
Zexi Li
be0ebd0aed
feat(apigateway): report docker-compose-baremetal running environment ( #20866 )
2024-07-22 15:11:50 +08:00
Zexi Li
23a63a3a36
feat(monitor): add inodes_used_percent metric ( #20850 )
2024-07-20 11:58:25 +08:00
屈轩
b998339682
fix(region): host nic info ( #20859 )
2024-07-20 11:55:44 +08:00
Zexi Li
373d575eb8
fix(README): link installation content to cloudpods.org ( #20842 )
2024-07-19 09:58:54 +08:00
Zexi Li
1f3bc0ad6c
feat(monitor): update influxql-to-metricsql@v0.0.7 to support percentile aggregator ( #20836 )
2024-07-17 22:59:20 +08:00
屈轩
f4c87d3213
fix(region): add storage name for snapshot ( #20827 )
2024-07-17 22:55:26 +08:00
屈轩
b302cab444
fix(region): support baremetal server as lb backend ( #20837 )
2024-07-17 22:53:55 +08:00
屈轩
f891089cb9
fix(region): vendor update for qcloud lb backend sync ( #20822 )
2024-07-17 14:17:14 +08:00
屈轩
dda0960869
fix(cloudid): distinct field for cloudid resources ( #20818 )
2024-07-17 10:12:45 +08:00
Jian Qiu
c8512e9da4
fix: always add static routes for metadata server ( #20806 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-07-17 10:06:44 +08:00
屈轩
643be92fa4
fix: add telegram group info ( #20803 )
2024-07-16 11:20:37 +08:00
屈轩
b765228408
fix(region): check user credential length when exec task ( #20791 )
2024-07-16 11:19:55 +08:00
Zexi Li
910c3e09a9
feat(host): add interface meta tags of netio metrics ( #20780 )
2024-07-12 10:18:27 +08:00
Zexi Li
4f4400bc41
feat(region,baremetal): validate ipmi info ( #20787 )
2024-07-12 10:17:37 +08:00
屈轩
1d79f32c4d
fix(notify): avoid empty email addr ( #20797 )
2024-07-12 10:10:22 +08:00
屈轩
979c1d2c0e
fix(region): vendor update ( #20800 )
2024-07-12 10:09:52 +08:00
Zexi Li
b66d955fe9
fix(baremetal): some tasks don't implement IServerBaseDeployTask interface ( #20786 )
2024-07-10 16:15:46 +08:00
屈轩
cc2930e86b
fix(region): optimized host-list speed ( #20771 )
2024-07-10 16:14:06 +08:00
屈轩
2ebf42fa22
fix(region): optimized guest list speed ( #20725 )
2024-07-10 16:12:09 +08:00
wanyaoqi
c43c9e969e
fix(host): disk reset with encryption ( #20766 )
2024-07-10 16:10:57 +08:00
屈轩
f4568b2ef1
fix(region): show pretty cdrom info for server ( #20775 )
2024-07-10 16:09:41 +08:00
Zexi Li
25a41453cf
fix(scheduler,baremetal): match RAID and PCIE storages in range ( #20770 )
...
The index of PCIE storages is not reindex when range is provided.
2024-07-09 11:12:27 +08:00
屈轩
951115b787
fix(region): 避免非OneCloud区域capability依然返回OneCloud相关字段 ( #20732 )
2024-07-09 11:10:58 +08:00
屈轩
d5432e8e5a
fix(region): enable create cloudpods vm with iso image ( #20731 )
2024-07-08 21:31:42 +08:00
屈轩
669544c5c5
fix(notify): avoid panic when mobile not set ( #20743 )
2024-07-08 21:31:00 +08:00
Jian Qiu
3b46c7ba77
fix: turn on ethtool gso by default ( #20752 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-07-08 21:29:43 +08:00
Jian Qiu
268212def1
fix: server update nic sub ips ( #20756 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-07-08 17:25:13 +08:00
屈轩
10656d1a6c
fix(scheduler): 修复cloudpods宿主机网络调度问题 ( #20750 )
2024-07-08 10:51:52 +08:00
屈轩
f05728813b
fix(climc): auto enable storage when switch s3 on ( #20726 )
2024-07-07 09:03:55 +08:00
Jian Qiu
feb4604a22
fix: fail to perform host remove netif ( #20740 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-07-07 09:03:09 +08:00
屈轩
3b5f8dfe16
fix(region): 补充部分翻译 ( #20730 )
2024-07-07 09:01:00 +08:00
屈轩
28e322427a
fix(region): vendor update for support gcp global lb sync ( #20711 )
2024-07-05 16:23:06 +08:00
wanyaoqi
b69ca75203
fix(region,host): lvm snapshot reset and backup ( #20721 )
...
- 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:06 +08:00
屈轩
6160fd22bd
fix(region): gcp global eip and lb ( #20735 )
2024-07-05 13:44:44 +08:00
屈轩
e78e53aa45
fix(region): avoid delete lb failed ( #20708 )
2024-07-05 12:37:56 +08:00
屈轩
84eb0c2f7a
fix(region): 简化清理未使用的安全组 ( #20722 )
2024-07-05 11:03:05 +08:00
Jian Qiu
5b8ee19094
fix: normalize sftp errors ( #20703 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-07-03 21:11:15 +08:00
wanyaoqi
dd49b1e5a6
fix(scheduler): optimize get guests by hosts ids ( #20702 )
2024-07-02 00:17:39 +08:00
wanyaoqi
c96a007c34
fix(region,host): migrate converted servers ( #20699 )
2024-07-02 00:16:09 +08:00
wanyaoqi
ec789a3b69
feat(host): support run guest with qemu 9.0.1 ( #20693 )
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2024-07-02 00:14:52 +08:00
屈轩
01e9b4a939
fix(region): security group rule create ( #20694 )
2024-07-01 11:31:33 +08:00
Jian Qiu
44183fb021
feature: support baremetal profile ( #20687 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-30 22:22:45 +08:00
屈轩
c333a80cfa
fix(region): support use cached iso image for create cloudpods vm ( #20685 )
2024-06-30 22:22:07 +08:00
屈轩
67332c2e78
fix(region): support eip search ( #20682 )
2024-06-28 15:58:41 +08:00
屈轩
85e75c0e24
fix(region): cloudpods instance capability ( #20680 )
2024-06-28 15:05:03 +08:00
屈轩
ae77203039
fix(log): add rate log type ( #20677 )
2024-06-28 14:49:24 +08:00
屈轩
97f5e113fd
fix(keystone): remove useless log ( #20675 )
2024-06-28 14:39:09 +08:00
Zexi Li
0f635ee773
feat(region): release GPU when shutdown_behavior is stop_release_gpu ( #20674 )
2024-06-28 11:15:52 +08:00
wanyaoqi
2e4281c99a
fix(region): login account allow startwith capital letter ( #20671 )
2024-06-27 20:50:33 +08:00
wanyaoqi
8375b14421
fix(region): convert to kvm overwirte networks ( #20668 )
2024-06-27 20:39:24 +08:00
屈轩
75e263dca8
fix(region): vendor update for qcloud tencentos server ( #20662 )
2024-06-27 15:39:02 +08:00
wanyaoqi
e2f2a44cbd
feat(region): add batch convert precheck ( #20660 )
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2024-06-26 21:20:30 +08:00
wanyaoqi
433cfdd2d5
fix(host): delete snapshot on guest deleted ( #20641 )
2024-06-26 21:18:43 +08:00
Zexi Li
c6b655ab3f
fix(climc,webconsole): use OS_AUTH_TOKEN for cloud shell running inside compose environment ( #20650 )
2024-06-26 12:12:22 +08:00
屈轩
cb4ebdc53d
fix(region): waf regexset fetch error ( #20645 )
2024-06-26 11:18:01 +08:00
屈轩
720c45b588
fix(region): vendor update for qcloud nat sync ( #20637 )
2024-06-25 15:56:38 +08:00
屈轩
23589be7b5
fix(region): esxi onecloud driver ( #20635 )
2024-06-25 15:31:53 +08:00
Zexi Li
3c2e94ac8a
optimize(glance): wrap error of saving image ( #20634 )
2024-06-25 14:21:38 +08:00
Jian Qiu
60f1dbf20e
fix: vmware probe host networks ( #20625 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-25 11:03:50 +08:00
wanyaoqi
0f89ff9a2f
fix(region): scheduler forecast before convert to kvm ( #20610 )
2024-06-25 11:03:06 +08:00
wanyaoqi
dff81fa871
fix(glance): sync service options after vmware detected ( #20607 )
2024-06-25 11:00:05 +08:00
wanyaoqi
303b8ed1f1
Automated cherry pick of #20594 : Fix/deploy reset password support loginaccount ( #20595 )
...
* fix(host): lvm resize add encrypt support
* fix(region): deploy reset password add loginaccount
2024-06-25 10:56:54 +08:00
屈轩
03ad430f01
fix(region): vendor update for qcloud nat capability ( #20629 )
2024-06-25 10:53:35 +08:00
屈轩
e0d8b3d512
fix(region): natgateway api upgrade ( #20622 )
2024-06-24 14:59:38 +08:00
Zexi Li
6434ac2876
fix(monitor): add difference tags for each series ( #20618 )
2024-06-22 22:05:51 +08:00
Zexi Li
81faf84bbc
fix(apigateway): compose environment without k8s service ( #20617 )
2024-06-21 16:38:27 +08:00
Zexi Li
7c22521e48
fix(logger): add rejected action i18n translation ( #20603 )
2024-06-20 15:02:30 +08:00
屈轩
f01b9fb82b
fix(region): auto rename when change resource owner with same name ( #20591 )
2024-06-20 14:04:46 +08:00
Jian Qiu
a6ccf0a7dd
fix: clone dashboard parameters ( #20587 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-20 07:54:02 +08:00
wanyaoqi
799c113634
fix(region): allow kvm vmware reuse network address ( #20586 )
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2024-06-20 06:28:20 +08:00
Jian Qiu
c4dfd8e97b
fix: webconsole adb shell choose access ip ( #20583 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-20 06:27:45 +08:00
Zexi Li
afa5334f65
feat(monitor): add reducer of AlertRecordRule ( #20581 )
2024-06-19 19:20:02 +08:00
Zexi Li
7ca5ec8630
feat(log): add i18n consts for itsm service ( #20576 )
2024-06-19 15:35:16 +08:00
Jian Qiu
8d93558aed
fix: add predefined log policy ( #20113 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-19 09:32:33 +08:00
Zexi Li
b12f184551
fix(host-deployer): ignore fatal exit when host.conf not exists ( #20558 )
2024-06-18 20:26:44 +08:00
屈轩
8d55f7cf5d
fix(region): account region id optional ( #20566 )
2024-06-18 20:18:53 +08:00
屈轩
d01103df1f
fix(region): pve driver ( #20568 )
2024-06-18 19:58:19 +08:00
屈轩
c4c5532e37
fix(region): cloudpods hypervisor ( #20561 )
2024-06-18 15:38:36 +08:00
屈轩
f343dc1530
fix(climc): add service choices for worker-list ( #20556 )
2024-06-17 20:44:27 +08:00
屈轩
9eef13609b
fix(webconsole): sangfor vnc ( #20562 )
2024-06-17 20:43:49 +08:00
屈轩
a31c6f961d
fix(region): qcloud permission ( #20553 )
2024-06-17 14:24:56 +08:00
Zexi Li
e36aa47cb8
feat(webconsole): add server name as prefix of instance name for container ( #20552 )
2024-06-17 11:27:11 +08:00
屈轩
1a0cfe82b3
fix(region): sangfor vm status ( #20550 )
2024-06-17 11:18:34 +08:00
Jian Qiu
410b5b7d70
fix: cleanup compute options 20240615 ( #20547 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-17 00:42:02 +08:00
wanyaoqi
4a59da5894
fix(region): convert to esxi fill network params ( #20494 )
...
Deploy converted guest after guest created
2024-06-17 00:41:49 +08:00
wanyaoqi
ddee083efa
fix(region,host): isolated device batch sync ( #20537 )
2024-06-16 23:06:36 +08:00
wanyaoqi
573fb2a77f
fix(region): insert iso sync guest status ( #20542 )
2024-06-16 23:00:35 +08:00
Jian Qiu
d14fdede75
fix: port mapping remote ip allow cidr prefix ( #20546 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-16 22:58:50 +08:00
Jian Qiu
2d07eeef24
fix: task table columns nullable ( #20517 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-14 19:34:42 +08:00
Zexi Li
ad4d0abd41
feat(region): add container info into server details ( #20544 )
2024-06-14 19:19:12 +08:00
Jian Qiu
f88f91eab9
fix: enable image cache cleanup by default ( #20530 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-14 18:13:35 +08:00
Zexi Li
2c74d3f700
fix(host): inject port_mapping environment from nic ( #20539 )
2024-06-14 17:55:10 +08:00
Jian Qiu
737361ccab
fix: update model api ( #20534 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-14 15:59:23 +08:00
Zexi Li
ec0f619cf8
fix(apigateway): container log and exec ( #20526 )
2024-06-13 20:47:19 +08:00
屈轩
b8b0d3dba5
fix(region): support sangfor ( #20524 )
2024-06-13 20:32:21 +08:00
gouqi11
b3ca5c7be7
fix(notify): add mobile verify ( #20519 )
...
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn >
2024-06-13 18:59:37 +08:00
Zexi Li
e31af6894e
feat(climc,apigateway): pod and container log ( #20523 )
2024-06-13 18:13:01 +08:00
Zexi Li
41e3ff1859
feat(host): container log ( #20513 )
2024-06-13 15:28:52 +08:00
Zexi Li
0b85e31489
feat(climc): update port_mappings of server network ( #20518 )
2024-06-13 11:05:57 +08:00
Zexi Li
15cc91cd4e
feat(climc): migrate pod port_mappings to guestnetwork ( #20515 )
2024-06-11 19:58:08 +08:00
Zexi Li
66b9bb3441
feat(region): guestnetwork port mappings ( #20516 )
2024-06-11 18:17:10 +08:00
gouqi11
a62f9b8486
fix(notify): fix mobile validate ( #20509 )
...
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn >
2024-06-11 14:17:06 +08:00
屈轩
ad5ae93ac3
fix(region): reset password for cloudpods baremetal ( #20485 )
2024-06-07 15:06:22 +08:00
wanyaoqi
cdd59775c7
fix(host): parse qga command and args ( #20505 )
2024-06-07 15:03:25 +08:00
wanyaoqi
c9c2b277d8
fix(host-deployer): extend volume before extend filesystem ( #20500 )
2024-06-06 13:34:25 +08:00
Zexi Li
bf67b58b7b
fix(region): container is not started when pod's flavor changed ( #20488 )
2024-06-06 10:03:44 +08:00
Jian Qiu
9385e68109
fix: disk backup details missing components ( #20495 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-06 09:52:52 +08:00
屈轩
c4b2b2fda2
fix(region): cloudpods baremetal rebuild root ( #20483 )
2024-06-05 11:10:00 +08:00
Jian Qiu
468edc66b2
fix: disk rebuild with parameters ( #20481 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-05 09:28:51 +08:00
Zexi Li
83a96ef8f2
feat(region,baremetal,climc): support baremetal root disk matcher ( #20480 )
2024-06-05 00:17:30 +08:00
屈轩
f1d6aa8e5a
fix(region): update cachedimage limit ( #20471 )
2024-06-04 20:41:38 +08:00
屈轩
f0924b413b
fix(baremetal-agent): avoid dead lock ( #20475 )
2024-06-04 18:04:37 +08:00
屈轩
81222be274
fix(keystone): show user group info for user ( #20467 )
2024-06-04 14:58:40 +08:00
屈轩
dd66d16d4b
fix(region): sync cloudpods host storage driver ( #20465 )
2024-06-04 14:46:30 +08:00
Jian Qiu
71bd7251bb
fix: disable webconsole watermark by default ( #20460 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-04 00:48:30 +08:00
屈轩
5a036c141e
fix(keystone): avoid sync remove disabled ldap user ( #20436 )
2024-06-04 00:47:43 +08:00
wanyaoqi
44fc6f40fd
fix(host-deployer): deploy telegraf systemd service type simple ( #20456 )
2024-06-03 19:50:59 +08:00
Zexi Li
b79cb28f7e
feat(region,climc): support backup_id option for disk-rebuild command ( #20459 )
2024-06-03 19:39:24 +08:00
wanyaoqi
28b6ea72e3
fix(host-deployer): split guest dns by comma ( #20448 )
2024-06-03 19:14:33 +08:00
屈轩
b58ad3293f
fix(keystone): enable user ( #20453 )
2024-06-03 18:06:56 +08:00
屈轩
0f4d14d62f
fix(region): sync waf ssl and cc list ( #20445 )
2024-06-03 16:01:23 +08:00
Jian Qiu
c12f7fdb3e
fix: missing goarch env ( #20441 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-06-03 11:33:38 +08:00
Zexi Li
fd14d75b34
fix(host): delete container snapshot panic ( #20440 )
2024-06-03 09:51:14 +08:00
Zexi Li
fdfd90d51a
fix(host): bind mount regular file when backing up volume mount of pod ( #20439 )
2024-06-01 22:33:53 +08:00
Zexi Li
f9fa7ba4fa
feat(monitor): remove precision of float when using max or min function ( #20429 )
2024-06-01 20:40:45 +08:00
屈轩
f3e4f3b0d0
fix(keystone): avoid panic ( #20433 )
2024-06-01 17:47:51 +08:00
wanyaoqi
b29390d0e6
misc: disable cgo by default ( #20423 )
...
* misc: disable cgo by default
* fix(host): container isolated device skip get numa node
2024-05-31 19:00:37 +08:00
wanyaoqi
c2a302e2f8
fix(region): storagecacheresource panic on FetchCustomizeColumns ( #20425 )
2024-05-31 17:51:50 +08:00
gouqi11
90cea2d24d
fix(notify): message add medium tag ( #20419 )
...
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn >
2024-05-31 10:39:10 +08:00
Jian Qiu
da96c1d6ad
fix: haproxy check parammeters with default value ( #20415 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-31 10:18:37 +08:00
wanyaoqi
cf48918ca3
feat(region,host,scheduler): container ascend npu isolated device ( #20411 )
2024-05-31 00:11:16 +08:00
屈轩
6112c348bf
fix(region): oracle storage should be emulated ( #20412 )
2024-05-30 20:40:13 +08:00
Jian Qiu
ca5fa2de11
fix: task obj_name rename to obj_type ( #20410 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-30 20:11:04 +08:00
Jian Qiu
3ba9b14c4c
fix: glance import xz compressed images ( #20407 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-30 19:18:25 +08:00
Zexi Li
a9d3411c12
fix(host): ensure cri pod removed ( #20406 )
2024-05-30 18:00:36 +08:00
Jian Qiu
0b086190c3
fix: mv filterclause from pkg to onecloud ( #20401 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-30 15:42:02 +08:00
Zexi Li
618c1a059a
feat(webconsole,apigateway): display info for container exec ( #20403 )
2024-05-30 15:16:06 +08:00
wanyaoqi
a6a1c410e3
fix(region,host): slvm default deactivate on hosts ( #20383 )
2024-05-30 15:04:12 +08:00
gouqi11
79be391449
fix(notify): change receiver owner ( #20251 )
...
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn >
2024-05-30 11:46:59 +08:00
Zexi Li
404914b761
feat(climc): feature config ( #20396 )
2024-05-30 10:48:29 +08:00
屈轩
e7889a6209
fix(region): vendor update for web app ip addr sync ( #20391 )
2024-05-29 18:36:46 +08:00
屈轩
85427c180a
fix(region): vendor update ( #20388 )
2024-05-29 17:55:59 +08:00
Zexi Li
c944cceee6
fix(host): wrap disk probed error ( #20384 )
2024-05-29 17:43:56 +08:00
Jian Qiu
8abda21433
fix: task improvements ( #20379 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-29 14:41:21 +08:00
Zexi Li
d8c4a28b77
feat(region,host,climc): container exec sync ( #20377 )
2024-05-28 19:27:56 +08:00
Zexi Li
8a0c2d357b
fix(monitor): detach alert ( #20373 )
2024-05-28 09:59:49 +08:00
Zexi Li
6294744a43
fix(monitor): multiple monitor resource alert ( #20365 )
2024-05-27 15:44:32 +08:00
屈轩
c900efe3c3
fix(region): vendor update for sqlchemy click decimal field ( #20361 )
2024-05-27 10:02:55 +08:00
屈轩
803584d548
fix(region): distinct fields ( #20356 )
2024-05-24 20:18:49 +08:00
Jian Qiu
a216a37d32
fix: allow update network server_type ( #20351 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-24 15:15:28 +08:00
Zexi Li
f348c04d56
fix(climc): add args option for container/pod-exec ( #20352 )
2024-05-24 15:15:06 +08:00
Jian Qiu
152b00d2d5
fix: support host local network ( #20349 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-24 12:20:39 +08:00
Zexi Li
6caff3a0c6
feat(region,host): backup as tar file ( #20342 )
2024-05-24 12:20:29 +08:00
Jian Qiu
b2b415ed49
fix: secgroup init rule CIDR should be empty for both ipv4 and ipv6 ( #20348 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-24 10:50:10 +08:00
屈轩
242f275fee
fix(region): account read only ( #20343 )
2024-05-24 10:00:41 +08:00
屈轩
fabf280860
fix(region): vendor update for waf info sync ( #20338 )
2024-05-22 20:37:40 +08:00
屈轩
5895ead7c4
fix(region): support organization ( #20336 )
2024-05-22 19:12:14 +08:00
Zexi Li
b74138b138
feat(host): pull image by using ctr tool ( #20328 )
2024-05-22 11:46:36 +08:00
屈轩
f697004b7a
fix(region): currency rate exchange ( #20333 )
2024-05-21 19:21:56 +08:00
屈轩
2b4adf65ec
fix(region): sync public ip convert eip ( #20325 )
2024-05-21 15:36:30 +08:00
屈轩
e88168aefc
fix(region): vendor update for aliyun waf ( #20329 )
2024-05-21 15:19:14 +08:00
gouqi11
9d2ba7c8e3
fix(region): parent task id is not primary key ( #20261 ) ( #20208 )
...
Co-authored-by: 屈轩 <qu_xuan@icloud.com >
2024-05-21 15:14:21 +08:00
屈轩
b651a55a0a
fix(region): add currency rate exchange ( #20319 )
2024-05-20 14:51:22 +08:00
屈轩
c64bea6a0e
fix(scheduler): cloudprovider predicate ( #20312 )
2024-05-20 11:52:47 +08:00
Zexi Li
276629ab89
feat(monitor): container metrics ( #20311 )
2024-05-17 18:33:06 +08:00
屈轩
93e7813abe
fix(region): vendor update for qcloud waf ( #20308 )
2024-05-17 15:36:54 +08:00
Zexi Li
828c373b78
feat(region,host): support pod security ( #20307 )
2024-05-16 17:43:44 +08:00
屈轩
beab547890
fix(region): webapp custom domains ( #20302 )
2024-05-16 16:16:10 +08:00
Zexi Li
b739cbd0dc
feat(host): container metrics ( #20257 )
2024-05-16 16:00:29 +08:00
屈轩
52eb75ecf4
fix(region): query distinct fields ( #20298 )
2024-05-16 15:24:25 +08:00
Zexi Li
9288d44643
fix(region): validate spec volume panic ( #20294 )
2024-05-16 11:24:28 +08:00
屈轩
ddf92b48f1
fix(region): set cloud provider disconnect when sync region error ( #20289 )
2024-05-16 10:01:30 +08:00
wanyaoqi
39195fda5f
fix(host): container nvidia gpu probe fail ( #20292 )
2024-05-16 09:59:05 +08:00
Zexi Li
5d7427f4d4
feat(region,host): set container RunAsUser and RunAsGroup ( #20280 )
2024-05-15 18:41:08 +08:00
Jian Qiu
6df885cbb9
fix: hostbackupstorage climc subcmds ( #20284 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-15 18:04:06 +08:00
屈轩
d2b86c8eba
fix(region): remove waf cache ( #20281 )
2024-05-15 17:35:05 +08:00
Jian Qiu
269d75ed1e
fix: disk reset template ( #20278 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-15 13:04:43 +08:00
Jian Qiu
1e1035904a
fix: task add progress status ( #20275 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-15 10:46:15 +08:00
wanyaoqi
483d0dc7fa
fix(region,host): slvm misc fix ( #20274 )
2024-05-15 10:44:58 +08:00
Zexi Li
b5073ba898
feat(region,host): support text volume mount ( #20262 )
2024-05-14 23:09:00 +08:00
屈轩
fff5cdf049
fix(region): vendor update for web app ( #20267 )
2024-05-14 20:56:54 +08:00
Jian Qiu
f3b9f25607
feature: support adb shell ( #20245 )
...
* feature: support adb shell
* fix(build): add kubectl into Dockerfile.kubectl
---------
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
Co-authored-by: Zexi Li <zexi.li@icloud.com >
2024-05-14 20:23:30 +08:00
屈轩
9806dee4a2
fix(region): azure web app ( #20264 )
2024-05-14 19:17:02 +08:00
屈轩
b811e42669
fix(region): parent task id is not primary key ( #20261 )
2024-05-14 15:07:46 +08:00
wanyaoqi
a5b9597d7d
fix(region): add container isolated device detach/attach support ( #20259 )
2024-05-14 14:50:02 +08:00
屈轩
ecec295c63
fix(region): data storage type ( #20258 )
2024-05-14 14:45:01 +08:00
wanyaoqi
4658c179b9
fix(region): return origin error on fetch joint item failed ( #20255 )
2024-05-13 17:51:37 +08:00
Zexi Li
ed891ce666
fix(region): container ShmSizeMB validation ( #20248 )
2024-05-13 14:47:54 +08:00
Zexi Li
d99c3fe990
feat(region,host): support container shm size ( #20243 )
2024-05-11 21:50:08 +08:00
Jian Qiu
0ca0d8d559
fix: ceph stats backward compatible with ceph 12.x ( #20219 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-10 14:54:53 +08:00
Jian Qiu
44d1f947bf
fix: storagecachedimages details speedup ( #20234 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-10 14:54:30 +08:00
Jian Qiu
c5b21b9235
fix: cachedimage sync tenant_id ( #20235 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-10 14:52:28 +08:00
Zexi Li
db7d59bdac
fix(scheduler): container vpc network ( #20230 )
2024-05-10 14:38:45 +08:00
屈轩
6238101868
fix(region): vm create with default provider ( #20228 )
2024-05-09 14:47:06 +08:00
屈轩
ad69c63abf
fix(region): zstack shared block storage ( #20224 )
2024-05-09 14:25:39 +08:00
Jian Qiu
ee943b6c31
feature: automatically clean obsolete images from host iamge cache ( #20209 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-09 12:11:03 +08:00
gouqi11
5e138dd567
fix(region): add modelarts capability ( #20214 )
...
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn >
2024-05-08 19:58:59 +08:00
屈轩
c58e4c23ae
fix(region): vendor update for azure lb sync ( #20211 )
2024-05-08 19:17:51 +08:00
Zexi Li
9551ca2b16
feat(host): skip calculating checksum for cached image when format is TGZ ( #20197 )
2024-05-08 12:14:43 +08:00
Zexi Li
644d126932
feat(webconsole): support container exec ( #20206 )
2024-05-08 12:14:30 +08:00
guangwu
23e3e4744d
chore: slice loop replace ( #20204 )
...
Signed-off-by: guoguangwu <guoguangwug@gmail.com >
2024-05-07 18:19:15 +08:00
屈轩
d4900e7d45
fix(region): cloudpods baremetal ( #20133 )
2024-05-07 18:18:43 +08:00
屈轩
c38f980010
fix(climc): oraclecloud feature ( #20201 )
2024-05-06 19:17:48 +08:00
Jian Qiu
5b80297de2
fix: filter task by project ( #20195 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-04 11:58:07 +08:00
Jian Qiu
8b5afbf995
fix: set disk status when requesting disk reset ( #20192 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-04 09:08:18 +08:00
屈轩
43ac987082
fix(region): add enable auto sync resource field ( #20187 )
2024-04-30 19:28:03 +08:00
wanyaoqi
5fc42614c3
feat(region,host): container mps support ( #20138 )
...
* feat(region,host): container mps support
* fix: gencopyright
2024-04-30 17:39:40 +08:00
屈轩
b0dc1536ec
fix(region): remove storagecachedimage ( #20184 )
2024-04-30 15:24:17 +08:00
廖小猛
0273baaf1b
fix(hostman): change userdata.sh mode ( #20141 )
2024-04-30 12:43:50 +08:00
Jian Qiu
040bb20c71
fix: capability host_cpu_arch should consider container host ( #20174 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-04-30 07:15:17 +08:00
wanyaoqi
1c57bc944e
fix(host): ignore disk not found on disk delete handler ( #20178 )
2024-04-30 07:14:21 +08:00
Zexi Li
c7e97cdbaf
fix(host): remove pod before starting it ( #20172 )
2024-04-29 11:18:46 +08:00
Zexi Li
2934161be5
fix(monitor): multiple metrics query of alert ( #20167 )
2024-04-28 19:05:34 +08:00
屈轩
430e85ae01
fix(region): update public cloud provider ( #20164 )
2024-04-28 18:28:01 +08:00
屈轩
5ca01774e3
fix(region): esxi upload iso image ( #20162 )
2024-04-28 17:19:56 +08:00
Zexi Li
861de291b8
feat(monitor): support multiple metrics alert ( #20157 )
2024-04-28 11:35:47 +08:00
wanyaoqi
e0f6d90397
Automated cherry pick of #20154 : Automated cherry pick of #20152 : Fix/host misc fix 0425 ( #20155 )
...
* fix(host): dirty guest dir move to recycle dir
* fix(host-deployer): fix deployer guest ssh port range, use localhost
* fix(host): try bind vfio dirver use addr
2024-04-28 11:19:04 +08:00
Zexi Li
0169988e0f
fix(climc): add scope parameter to pod-exec ( #20151 )
2024-04-28 11:18:00 +08:00
Zexi Li
360231b5cd
fix(monitor): alert panic ( #20150 )
2024-04-26 12:19:25 +08:00
屈轩
b781377241
fix(README): add mcclient params readme ( #20146 )
2024-04-26 12:03:40 +08:00
Zexi Li
1adf085b4b
fix(monitor): filter alerts by monitor_resource_id ( #20137 )
2024-04-25 17:07:12 +08:00
Zexi Li
1dc8fcdce9
fix(monitor): query monitor_resource_alert by monitor_resource_id is not working ( #20131 )
2024-04-25 15:48:51 +08:00
Zexi Li
5532cd07ca
fix(region): validate port mappings range of pod ( #20128 )
2024-04-25 13:35:25 +08:00
屈轩
be62b3e049
fix(README): add apigateway endpoint example ( #20129 )
2024-04-25 11:44:20 +08:00
屈轩
9de5527d21
fix(region): allow update hostname ( #20125 )
2024-04-24 18:40:44 +08:00
屈轩
97f34edbee
fix(region): sync hostname ( #20122 )
2024-04-24 17:33:27 +08:00
屈轩
974f884397
fix(climc): enable build windows climc ( #20120 )
2024-04-24 15:23:28 +08:00
Jian Qiu
d8ae463dcc
fix: update model api 20240424 ( #20118 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-04-24 13:50:31 +08:00
Jian Qiu
e231f14be3
fix: host add public ip field ( #20114 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-04-24 12:22:41 +08:00
屈轩
c0ae724ed0
fix(mcclient): read me ( #20115 )
2024-04-24 12:21:47 +08:00
屈轩
003ad678f6
fix: revert default policy ( #20111 )
2024-04-23 19:17:18 +08:00
屈轩
5084cd1ebc
fix(region): sync external project by manager ( #20109 )
2024-04-23 17:10:46 +08:00
Zexi Li
d292f99321
fix(region): containers change owner ( #20105 )
2024-04-23 11:20:05 +08:00
Zexi Li
172b0ef49e
fix(glance): get wrong format when saving image from stream ( #20107 )
2024-04-23 11:17:34 +08:00
屈轩
15bd94a0b6
fix(region):auto create project ( #20102 )
2024-04-22 19:26:49 +08:00
屈轩
74cdcf7e6d
fix(docs): update swagger api ( #20100 )
2024-04-22 16:24:28 +08:00
Jian Qiu
ec6ecdb168
fix: wrong private static route format ( #20090 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-04-22 14:52:31 +08:00
Jian Qiu
3f0273ec20
fix: guest stop revisit ( #20061 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-04-22 14:51:07 +08:00
屈轩
c1037a46d7
fix(region): show more error info when sync nic error ( #20097 )
2024-04-22 14:37:24 +08:00
屈轩
e592f460d4
fix(region): show ip out of range details error ( #20081 )
2024-04-19 18:30:15 +08:00
wanyaoqi
3ef64b4a56
fix(regin,host): delete snapshots after stream complete ( #20088 )
2024-04-19 18:28:22 +08:00
Zexi Li
34a0002bff
fix(host): seperated worker for exec handler ( #20079 )
2024-04-19 09:45:03 +08:00
Jian Qiu
b8cf746ad4
fix: backup storage access containd by hosts ( #20050 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-04-19 07:20:24 +08:00
wanyaoqi
7a7144091c
fix(host): resize lvm disk ( #20048 )
2024-04-19 07:20:08 +08:00
屈轩
34e1a46e57
fix(region): account disconnect ( #20076 )
2024-04-18 20:23:47 +08:00
屈轩
c4e5075405
fix(cloudid): add volcengine sp metadata ( #20073 )
2024-04-18 18:02:43 +08:00
屈轩
c42025abb2
fix(region): sync bucket status ( #20069 )
2024-04-18 15:49:51 +08:00
屈轩
5781cdb53f
fix(region): allow clean history data ( #20040 )
2024-04-18 15:45:56 +08:00
屈轩
25d1ec0e91
fix(region): avoid skip zone purge ( #20054 )
2024-04-18 15:39:37 +08:00
Zexi Li
914ab8d474
fix(climc): container option of server-list and host-list command ( #20062 )
2024-04-18 14:08:57 +08:00
屈轩
d13bf6227d
fix(region): vendor update for code generate ( #20057 )
2024-04-18 12:43:05 +08:00
屈轩
33348b2db3
fix(cloudmon): oracle metric collect ( #20052 )
2024-04-18 11:32:53 +08:00
Zexi Li
48ef202cbe
fix(host): sync status of pod and container after service restarted ( #20045 )
2024-04-18 10:04:07 +08:00
屈轩
057c8d66bd
fix(region): vendor update for oracle monitor ( #20042 )
2024-04-17 18:30:42 +08:00
屈轩
5e2d87dfb4
fix(cloudmon): vendor update for support oracle metric ( #20037 )
2024-04-17 15:25:50 +08:00
Zexi Li
b610fd1b3c
Merge pull request #20015 from wanyaoqi/automated-cherry-pick-of-#20013-upstream-master
...
Automated cherry pick of #20013 : fix(region,host): custom device model add auto detect option
2024-04-17 10:27:56 +08:00
Zexi Li
9f00d7bf78
Merge pull request #19995 from wanyaoqi/automated-cherry-pick-of-#19994-upstream-master
...
Automated cherry pick of #19994 : Automated cherry pick of #19993 : fix(host): sriov bond
2024-04-17 10:26:30 +08:00
屈轩
ff299fae5b
fix(region): remove dirty code ( #20032 )
2024-04-17 10:11:20 +08:00
Zexi Li
c990bfefa0
Merge pull request #19824 from zexi/container-exec
...
feat(region,host,climc): container exec
2024-04-17 10:01:47 +08:00
Zexi Li
76f434ecd4
feat(region,host,climc): container exec
2024-04-16 20:46:57 +08:00
Zexi Li
ff9bbff51a
Merge pull request #20023 from zexi/container-save-vm-image
...
feat(container): save volume_mount to image
2024-04-16 18:29:55 +08:00
Zexi Li
e3d0e59bb2
Merge pull request #20003 from wanyaoqi/automated-cherry-pick-of-#20002-upstream-master
...
Automated cherry pick of #20002 : Automated cherry pick of #19999 : feat(host): NewPciDevice add executor
2024-04-16 18:25:24 +08:00
Zexi Li
0301b9366f
Merge pull request #19991 from wanyaoqi/feat/disk-storage-migrate
...
feat(region,host): add disk migrate support
2024-04-16 18:22:12 +08:00
Zexi Li
6ad5e6f2ad
Merge pull request #19996 from swordqiu/hotfix/qj-disk-not-inheric-post-create
...
fix: disk post create not inherit upper class
2024-04-16 18:20:15 +08:00
Zexi Li
9fa7dd8a19
Merge pull request #20027 from wanyaoqi/automated-cherry-pick-of-#20025-upstream-master
...
Automated cherry pick of #20025 : fix(host): fix gpu device vendor check strategy
2024-04-16 18:19:37 +08:00
屈轩
fd51558753
fix(region): support delete huawei prepaid resource ( #20029 )
2024-04-16 18:08:07 +08:00
Zexi Li
6c3079d755
feat(region,host): save volume_mount to image
2024-04-16 18:02:15 +08:00
屈轩
2a459b1212
fix(region): avoid skip region purge ( #20020 )
2024-04-16 16:43:54 +08:00
屈轩
c5288c7cab
fix(region): skip not implement error ( #20017 )
2024-04-16 16:43:18 +08:00
Zexi Li
69db041702
Merge pull request #20006 from swordqiu/hotfix/qj-disk-create-encrpted-nfs-failed
...
fix: fail to create encrypted nfs disk
2024-04-16 15:58:12 +08:00
wanyaoqi
f8ac80b7a0
fix(host): fix gpu device vendor check strategy
...
Check gpu device vendor id on class code is DISPLAY.
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2024-04-16 15:57:08 +08:00
Zexi Li
2ecd7c4ed9
Merge pull request #19987 from swordqiu/hotfix/qj-userdata-not-execute
...
fix: userdata not executable due to umask
2024-04-16 15:57:08 +08:00
Zexi Li
554640d3ab
Merge pull request #20024 from zexi/container-ready-pm
...
fix(host): set container port_mappings metadata when status is ready
2024-04-16 15:56:06 +08:00
Zexi Li
c68014cc4a
fix(host): set container port_mappings metadata when status is ready
2024-04-16 15:33:41 +08:00
wanyaoqi
1eb253e3ee
fix(region,host): custom device model add auto detect option
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2024-04-16 12:36:36 +08:00
Qiu Jian
b216dc5849
fix: fail to create encrypted nfs disk
2024-04-16 00:01:50 +08:00
wanyaoqi
4e8674c4d3
feat(region,host): add disk migrate support
2024-04-15 23:23:21 +08:00
wanyaoqi
ac86aca7c8
feat(host): NewPciDevice add executor
2024-04-15 21:50:34 +08:00
Qiu Jian
ddcceb0f23
fix: disk post create not inherit upper class
2024-04-15 21:45:07 +08:00
wanyaoqi
653390c0b5
fix(host): init from existing guest load cpuset
2024-04-15 18:55:46 +08:00
wanyaoqi
7aae1d513a
fix(host): detect sriov bond nics
2024-04-15 18:55:46 +08:00
Qiu Jian
4b51d992d1
fix: userdata not executable due to umask
2024-04-15 16:58:33 +08:00
屈轩
35b58e7d83
fix(region): simplfy cached-image-list filter ( #19984 )
2024-04-15 15:50:09 +08:00
屈轩
9160019db8
fix(region): allow not idle account sync ( #19980 )
2024-04-15 14:10:32 +08:00
Jian Qiu
400fe4f430
fix: bond interface missing default gateway ( #19952 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-04-15 10:37:13 +08:00
屈轩
5fee90bea6
fix(image): set image upload download timeout 4 hour ( #19976 )
2024-04-15 10:13:49 +08:00
屈轩
e3a9fe7d14
fix(region): sync ksyun tag ( #19972 )
2024-04-14 13:02:04 +08:00
屈轩
1d15f6b910
fix(region): vendor update for vpc not found error ( #19968 )
2024-04-12 20:52:25 +08:00
屈轩
5ad2205c05
fix(region): vendor update 0412 ( #19961 )
2024-04-12 18:26:10 +08:00
gouqi11
d5ec516aac
feat(notify): support cloudphone ( #19959 )
...
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn >
2024-04-12 15:16:23 +08:00
屈轩
68a53f5177
fix(region): support ksyun tag sync ( #19955 )
2024-04-12 12:05:22 +08:00
Jian Qiu
c5aa928795
fix: netplan empty bond address ( #19942 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-04-11 18:11:28 +08:00
Zexi Li
9e89730980
Merge pull request #19950 from zexi/pod-image-overlay
...
fix(region): container overlay volume_mount over disk image
2024-04-11 15:59:49 +08:00
Zexi Li
3d95b9087d
fix(region): container overlay volume_mount over disk image
2024-04-11 15:44:49 +08:00
屈轩
5a4d2d9014
fix(region): vendor update ( #19946 )
2024-04-11 15:06:46 +08:00
屈轩
e461c3debe
fix(region): avoid purge zone ( #19936 )
2024-04-11 13:57:52 +08:00
Zexi Li
0ad64ba062
Merge pull request #19932 from zexi/pod-rebuild-disks
...
feat(region,climc): support disk-rebuild
2024-04-11 12:08:46 +08:00
Zexi Li
c7fd498421
Merge pull request #19919 from swordqiu/automated-cherry-pick-of-#19898-upstream-master
...
Automated cherry pick of #19898 : fix: host nic index should be unique
2024-04-11 11:37:46 +08:00
Zexi Li
d5ce4e7464
Merge pull request #19931 from swordqiu/automated-cherry-pick-of-#19928-upstream-master
...
Automated cherry pick of #19928 : fix: disable disk serial for esxi vm on release/3.10
2024-04-11 11:35:26 +08:00
Zexi Li
47610ed843
feat(region,climc): support disk-rebuild
2024-04-11 11:15:01 +08:00
Qiu Jian
10bdf41be7
fix: disable disk serial for esxi vm on release/3.10
2024-04-11 01:19:41 +08:00
Zexi Li
eeeba6e166
Merge pull request #19926 from zexi/save-container-image
...
feat(glance,region,host,climc): support using tar.gz image as overlayer
2024-04-10 18:38:36 +08:00
Zexi Li
653f323588
feat(glance,region,host,climc): support using tar.gz image as overlay layer
2024-04-10 17:54:24 +08:00
屈轩
873c657446
fix(region): avoid purge regions ( #19922 )
2024-04-10 17:06:08 +08:00
Qiu Jian
74f4bc85e8
fix: host nic index should be unique
2024-04-10 01:33:25 +08:00
gouqi11
297611d01e
update vendor ( #19915 )
...
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn >
2024-04-09 19:47:26 +08:00
屈轩
82ec627a0e
fix(region): clean external cachedimage ( #19910 )
2024-04-09 17:26:08 +08:00
Zexi Li
c932eeb25f
Merge pull request #19913 from zexi/inject-port-mapping-env
...
feat(host): inject host port mapping environments
2024-04-09 16:40:28 +08:00
Zexi Li
ec00d67ed5
feat(host): inject host port mapping environments
2024-04-09 16:19:57 +08:00
Zexi Li
f518d47412
Merge pull request #19906 from zexi/pod-ready-status
...
fix(region): support auto_start option
2024-04-09 14:24:41 +08:00
Zexi Li
2cb46e0279
fix(region): support auto_start option
2024-04-09 12:12:20 +08:00
gouqi11
df26130290
update vendor:ksyun ecs ( #19903 )
...
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn >
2024-04-09 11:51:40 +08:00
屈轩
aa8b30d467
fix(region): show local task stack info ( #19900 )
2024-04-09 11:50:55 +08:00
屈轩
de0b3ba050
fix(monitor): remove useless code ( #19895 )
2024-04-08 11:54:01 +08:00