openEuler22.03-LTS-SP4 cephadm部署ceph集群

系统版本: uname -a
Linux node108 5.10.0-232.0.0.131.oe2203sp4.x86_64 #1 SMP Wed Oct 16 13:26:42 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
现象:
docker (/usr/bin/docker) is present
systemctl is present
lvcreate is present
No time sync service is running; checked for [‘chrony.service’, ‘chronyd.service’, ‘systemd-timesyncd.service’, ‘ntpd.service’, ‘ntp.service’, ‘ntpsec.service’, ‘openntpd.service’]
ERROR: No time synchronization is active
实际chronyd正在运行。
systemctl status chronyd
● chronyd.service - NTP client/server
Loaded: loaded (/usr/lib/systemd/system/chronyd.service; disabled; vendor preset: enabled)
Active: active (running) since Tue 2024-10-22 09:00:34 CST; 2s ago
Docs: man:chronyd(8)
man:chrony.conf(5)
Process: 7717 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 7719 (chronyd)
Tasks: 2 (limit: 821366)
Memory: 1.0M
CGroup: /system.slice/chronyd.service
└─ 7719 /usr/sbin/chronyd

Oct 22 09:00:34 node108 systemd[1]: Starting NTP client/server…
Oct 22 09:00:34 node108 chronyd[7719]: chronyd version 4.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +D>
Oct 22 09:00:34 node108 chronyd[7719]: Initial frequency -17528.856 ppm
Oct 22 09:00:34 node108 systemd[1]: Started NTP client/server.
现象:
cephadm --docker prepare-host
Verifying podman|docker is present…
Verifying lvm2 is present…
Verifying time synchronization is in place…
No time sync service is running; checked for [‘chrony.service’, ‘chronyd.service’, ‘systemd-timesyncd.service’, ‘ntpd.service’, ‘ntp.service’, ‘ntpsec.service’, ‘openntpd.service’]
ERROR: Distro openeuler version 22.03 not supported
说明:
cephadm版本:
rpm -qf /usr/sbin/cephadm
cephadm-16.2.7-20.oe2203sp4.noarch