Yes this is normal. The KB article mentioned above should be helpful.
Just an additional info:
This behaviour is also documented in the "Essentials vSAN - Administrators Guide to vSAN" by Cormac Hogan.
Page 58
Component Management
The VSAN Local Log Structured Object Manager (LSOM) works at the physical disk level. It is the LSOM that provides for the storage of VM storage
object components on the local disks of the ESXi hosts, and it includes both the read caching and write buffering for these objects. When we talk in terms of
components, we are talking about one of the striped components that make up a RAID-0 configuration, or one of the replicas that makes up a RAID-1
configuration. Therefore, LSOM works with the magnetic disks and solid-state disks (SSDs) on the ESXi hosts. To recap, the SSDs are used as a cache
and a nonvolatile write buffer in front of the magnetic disks.
Another way of describing the LSOM is to state that it is responsible for providing persistence of storage for the VSAN cluster. By this, we mean that it
stores the components that make up VM storage objects as well as any configuration information and the VM storage policy.
LSOM reports events for these devices, for example, if a device has become unhealthy. The LSOM is also responsible for retrying I/O if transient device
errors occur.
LSOM also aids in the recovery of objects. On every ESXi host boot, LSOM performs an SSD log recovery. This entails a read of the entire log that
ensures that the in-memory state is up to date and correct. This means that a reboot of an ESXi host that is participating in a VSAN cluster can take longer
than an ESXi host that is not participating in a VSAN cluster.