Bug 5970 - 旧版 cloudinit 启动时会依赖 systemd-networkd-wait-online.service,导致启动时间很长
Summary: 旧版 cloudinit 启动时会依赖 systemd-networkd-wait-online.service,导致启动时间很长
Status: NEW
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Modules (show other bugs) BaseOS Modules
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-24 15:29 UTC by zhongling
Modified: 2023-07-24 15:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zhongling 2023-07-24 15:29:05 UTC
Description of problem:
旧版 cloudinit 启动时会依赖 systemd-networkd-wait-online.service,导致启动时间很长

Version-Release number of selected component (if applicable):


How reproducible:
在 ecs 上启动一个山海平台制作的 anolis23 vhd,就可以观察到 cloudinit 在等待 systemd-networkd-wait-online.service

根本原因可能是山海平台安装的cloudinit 是旧版的,里面还有 After=systemd-networkd-wait-online.service,这个 service 在 anolis23 里已经没有了