...
Root is not LVM enabled or snapshot volume is not present.
Simplify on-boarding of artic customers by enabling LVM support as it is pre-requisite for artic.
The issue has been resolved in VC 8.0.
To workaround the issue, please follow the below mentioned steps: SSH to vCenter appliance using root user. Copy the prepare_vc_for_lvm_snapshot.sh script attached to this article to any directory except /tmp. Make the script executable by running: chmod +x prepare_vc_for_lvm_snapshot.sh Execute the script with option --precheck to know if LVM is enabled on root and snapshot disk is configured: If LVM is not enabled on root:Precheckroot@vcsa_name [ ~ ]# ./prepare_vc_for_lvm_snapshot.sh --precheckINFO Check if LVM is enabled on root and snapshot disk is configured.INFO Root is not on LVMRun /prepare_vc_for_lvm_snapshot.sh to prepare VC for LVM snapshot. If LVM is enabled on root and snapshot disk is not configured:Precheckroot@vcsa_name [ ~ ]# ./prepare_vc_for_lvm_snapshot.sh --precheckINFO Check if LVM is enabled on root and snapshot disk is configured.INFO Root is on LVMINFO Snapshot volume is not configuredRun /root/prepare_vc_for_lvm_snapshot.sh to prepare VC for LVM snapshot. If LVM is not enabled on root or snapshot disk is not configured, take Virtual Machine level snapshot and execute the script. Provide SSO user name and password when prompted by script. If LVM is not enabled on root:root@vcsa_name [ ~ ]# ./prepare_vc_for_lvm_snapshot.shEnter SSO user name : sso_user_nameEnter SSO password :Enter SDK port ( default : 443 ) :INFO Root is not on LVMConfiguring VC takes more than 10 minutes.Please follow this document: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-9720B104-9875-4C2C-A878-F1C351A4F3D8.htmlto take a VM level snapshot, to revert the appliance in case of any issues.Do you want to proceed? (y/n) Y********************* Enabling LVM *********************** If LVM is enabled on root and snapshot disk is not configured:root@vcsa_name [ ~ ]# ./prepare_vc_for_lvm_snapshot.shEnter SSO user name : sso_user_nameEnter SSO password :Enter SDK port ( default : 443 ) :INFO Root is on LVMINFO Snapshot volume is not configured... Successfully configured snapshot volume. To verify if script execution is completed, execute the script with option --precheck root@vcsa_name [ ~ ]# ./prepare_vc_for_lvm_snapshot.sh --precheckINFO Check if LVM is enabled on root and snapshot disk is configured.INFO Root is on LVMINFO Snapshot volume is already configuredVC is prepared for LVM snapshot.