2022.07.20,VMware Flings上,ESXi Arm Edition?又更新了,此次1.10版本有以下更新:
Note:?Upgrade is NOW supported from earlier ESXi-Arm 1.x Fling releases
Upgrade from earlier ESXi-Arm 1.x Fling is now supported
Support for Arm DEN0115 (PCIe config space access via firmware interface, tested with Raspberry Pi)
Report L3 cache info for Ampere eMAG
Minor improvements to non-cache coherent DMA support
Raspberry Pi NIC (genet) statistics
GOS: use VNXNET3 and PVSCSI as default for freebsd12
Support for RK3566 SBCs (e.g. Quartz64)
PCIe support (NVMe not supported at this time)
EQOS (onboard) NIC support
Fix missing barriers for Intel igbn NIC driver, improving stability
Return zero for unknown sys_reg(3, 0, 0, x, y) accesses from VMs
Telemetry reporting - Collect statistics on what kind of systems the Fling is being run on, to best gauge interest
No PII is collected. Here are items collected:
CPU info: core count, NUMA, manufacturer, etc.
Firmware info: vendor, version
Platform info: vendor, product, UUID, PCI device list
ESXi-Arm info: version, patch level, product build
The /bin/telemetry script runs on every boot and at 00:00 every Saturday
Build 20133114
VMware-VMvisor-Installer-7.0.0-20133114.aarch64.iso
其中最重要的就是,從這個版本開始,支持從舊版本更新安裝了。(此前只能全新安裝新版本。)本人把兩個樹莓派從舊版本直接更新安裝到1.10.?

另外changelog?中提到了此版本會對系統(tǒng)的統(tǒng)計數(shù)據(jù)進行收集
Telemetry reporting - Collect statistics on what kind of systems the Fling is being run on, to best gauge interest
No PII is collected. Here are items collected:
CPU info: core count, NUMA, manufacturer, etc.
Firmware info: vendor, version
Platform info: vendor, product, UUID, PCI device list
ESXi-Arm info: version, patch level, product build
The /bin/telemetry script runs on every boot and at 00:00 every Saturday

雖然提到了 No PII (Personal Identifiable Information) is collected. 但如果對此數(shù)據(jù)收集有擔心的話,可以去crontabs里禁用此計劃任務(wù)。

也可以去/bin/telemetry.py 進行修改,或者把發(fā)送數(shù)據(jù)的方法調(diào)用注釋掉,不被main執(zhí)行就可以了。查看此python腳本我們也間接的學會了一些系統(tǒng)統(tǒng)計數(shù)據(jù)的查看辦法。
