Symptoms:
- Restore of vCenter Server Appliance (VCSA) from a backup taken after patching may fail
- /var/log/vmware/applmgmt/applmgmt.log
[YYYY-MM-DDTHH:MM:SS] [1630]INFO:util.Common:Executing command: lsblk -o name,size,type -n -l -b --json.
[YYYY-MM-DDTHH:MM:SS] [1630]INFO:util.Common:System size info: {'memory': 21, 'lv_root_0': 48, 'vtsdb': 25, 'autodeploy': 10, 'imagebuilder': 10, 'archive': 50, 'updatemgr': 100, 'core': 50, 'vtsdblog': 15, 'swap1': 25, 'db': 10, 'lifecycle': 100, 'netdump': 1, 'log': 10, 'lv_lvm_snapshot': 200, 'seat': 25, 'dblog': 15, 'cpu': 4}
[YYYY-MM-DDTHH:MM:SS] [1630]ERROR:backupRestoreAPI:Metadata and system validation failed; Err: Error: Unknown system resource type vtsdblog
NOTE: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.
- Here is the df -h command output of vCenter disk layout before and after upgrades, this clearly shows a change in the disk layouts
Before vCenter Upgrade to 8.0Update2
/dev/mapper/vtsdb_vg-vtsdb 49G 24K 47G 1% /storage/vtsdb
/dev/mapper/vtsdblog_vg-vtsdblog 25G 24K 24G 1% /storage/vtsdblog
After vCenter Upgrade to 8.0Update2
/dev/mapper/vtsdblog_vg-vtsdblog 49G 33M 47G 1% /storage/vtsdblog
/dev/mapper/vtsdb_vg-vtsdb 25G 37M 24G 1% /storage/vtsdb