During the upgrade process to vCenter Server 8.0.3, users may encounter warning messages related to LVM snapshots. These messages can cause concern, but they are often part of the normal upgrade process and do not necessarily indicate a problem.
- vCenter Server 8.0.2 or earlier
- Upgrading to vCenter Server 8.0.3
The warning messages about LVM snapshots are displayed by design, even when there might be space constraints. These messages are cautionary and do not definitively indicate that an LVM snapshot will not be taken during the upgrade process.
If you encounter space-related issues or have concerns about the LVM snapshot process, you can check the LVM configuration:
a. Connect to the vCenter Server Appliance via SSH:
b. Once connected, run the following commands to gather information:
df -h
vgdisplay
lvdisplay
c. Review the output of these commands to understand your current LVM setup and available space.
Note: Ensure you have the necessary permissions to access the vCenter Server via SSH before attempting these steps.
- LVM on vCenter Server is generally expected to manage itself.
- If space constraints are a concern, ensure there's sufficient free space on the datastore where the vCenter Server Appliance VM resides.
- It's recommended to have a file-based backup of the vCenter Server before proceeding with any upgrade.