This is a known issue affecting vRealize Log Insight. There is no resolution at this time. Please subscribe to the article to be alerted to updates.
Workaround:
To workaround this issue, follow these steps
only on the nodes that failed:
- Boot the VM and select Photon OS (not the Photon Latest partition)
- Allow the VM to boot up, and run these commands
lazy_partition=`grep -r "Lazy partition is" /storage/var/loginsight/upgrade.log | tail -1 | awk '{print $4}'`
mkdir tempDir
mount /dev/$lazy_partition tempDir
cp /etc/fstab tempDir/etc/fstab
umount /dev/$lazy_partition
rm -rf tempDir
reboot
- Repeat steps 1-2 on any other nodes in the cluster that failed