The issue you’re facing is due to an unsupported disk size reduction attempt. Virtual machine disks typically cannot be resized to a smaller capacity once they have been allocated.
Suggested Solutions:
Restore the Original Disk Size: If you accidentally tried to reduce the disk size, revert the disk to its original size of 214748365312 bytes. Check your platform's disk management options for resizing or undoing changes.
Create a New Disk:
- Create a new virtual disk with the desired smaller size (136365212160 bytes).
- Migrate your data from the old disk to the new disk using tools like
dd
or platform-specific migration utilities. Restore from Backup (If Available): - If you have a backup of the VM or disk, restore it to a new disk with the desired size.
- Attach the restored disk to your VM.
- For Azure: Use disk snapshots or images to create a new disk with the desired size.
Why Disk Reduction Fails:
Reducing a disk size may lead to data loss or corruption because it involves altering the structure of the disk. Most virtualization platforms explicitly prevent this for safety reasons.