SG
2.1 - что нужно:
BOOT from live ISO, parted v3.0+
# parted /dev/vda
GNU Parted 2.1
Using /dev/vda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Virtio Block Device (virtblk)
Disk /dev/vda: 22.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 12.9GB 12.9GB primary ext4 boot
> resizepart 1 22.9GB
# e2fsck -f /dev/vda1
# resize2fs /dev/vda1