X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-p2v.sh;h=ab62404aff1602db4a73efeb4e2cdcad4a03d3f9;hb=73f18e249d542d8c2d406565b0690d7c47194100;hp=688664eb42c91b45b02492180cdadb70e3444737;hpb=6d37b5f61c6cd4115197dc25e6d7ab571fcb3a54;p=virt-p2v.git diff --git a/virt-p2v.sh b/virt-p2v.sh index 688664e..ab62404 100755 --- a/virt-p2v.sh +++ b/virt-p2v.sh @@ -487,7 +487,7 @@ while [ "$state" != "exit" ]; do dialog \ --title "Summary" \ --yesno "Transport: $remote_transport\nRemote host: $remote_host\nRemote port: $remote_port\nRemote directory (ssh only): $remote_directory\nDisks to send: $devices_to_send\nRoot filesystem: $root_filesystem\nNetwork configuration: $network\n\nProceed with these settings?" \ - 23 70 + 18 70 if [ $? -eq 1 ]; then state=transport else @@ -508,6 +508,7 @@ clear log deactivating volume groups vgchange -a n +mv /etc/lvm/lvm.conf /etc/lvm/lvm.conf.old mv /etc/lvm/lvm.conf.new /etc/lvm/lvm.conf rm -f /etc/lvm/cache/.cache @@ -525,12 +526,11 @@ done # Rescan for LVs. log running vgscan vgscan +vgchange -a y # Mount the root filesystem on /mnt/root. If it's a physical -# device then we want to mount (eg) /dev/mapper/snap_sda1. -# If it's a LVM device (which it probably won't be for Linux because -# Linux doesn't support it) then we can just mount the LVM -# partition. +# device then we want to mount (eg) /dev/mapper/snap_sda2. +# If it's a LVM device then we can just mount the LVM partition. log mount $root_filesystem as /mnt/root