I'm just doing this again on another server and after the preparing to copy stage I noticed that when doing 'df -h' it shows a few missing GB in several places.
As you can see, on /dev/mapper/pve--new-root/ there's only 28K used but only 28G is available out of 30G, so there's 2GB unaccounted for there. On /dev/nvme0n1p2 it's 49MB, and on /dev/mapper/pve-root it's 3GB.
Code:
Filesystem Size Used Avail Use% Mounted on
tmpfs 3.2G 2.4M 3.2G 1% /run
efivarfs 320K 74K 242K 24% /sys/firmware/efi/efivars
/dev/sda1 29G 5.8G 23G 21% /cdrom
/cow 16G 561M 16G 4% /
tmpfs 16G 8.0K 16G 1% /dev/shm
tmpfs 5.0M 8.0K 5.0M 1% /run/lock
tmpfs 16G 0 16G 0% /tmp
tmpfs 3.2G 168K 3.2G 1% /run/user/1000
tmpfs 3.2G 84K 3.2G 1% /run/user/0
/dev/mapper/pve--new-root 30G 28K 28G 1% /mnt/new
/dev/nvme0n1p2 672M 28K 623M 1% /mnt/new/boot
/dev/nvme0n1p1 197M 512 197M 1% /mnt/new/boot/efi
/dev/mapper/pve-root 59G 16G 40G 28% /mnt/old
/dev/nvme1n1p2 1022M 12M 1011M 2% /mnt/old/boot/efi
As you can see, on /dev/mapper/pve--new-root/ there's only 28K used but only 28G is available out of 30G, so there's 2GB unaccounted for there. On /dev/nvme0n1p2 it's 49MB, and on /dev/mapper/pve-root it's 3GB.