The backup runs fine, but when I go to veeam to export the disk, I find 2 disks...
1: Disk 0 sda 1 ( 20 GB )
2: Disk 1 swap: root ( 19.5 GB )
Is there anyway to consolidate these into a single disk, so that I can export them to be run in another hypervisor?
I've backed a few other machines, and haven't had this issue yet..
(from a centos 7 vm)
Code: Select all
# lsblk
NAME            MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda               8:0    0   20G  0 disk 
├─sda1            8:1    0  500M  0 part /boot
└─sda2            8:2    0 19.5G  0 part 
  ├─centos-root 253:0    0 17.5G  0 lvm  /
  └─centos-swap 253:1    0    2G  0 lvm  [SWAP]
sr0              11:0    1 56.3M  0 rom  


