Skip to content

Instantly share code, notes, and snippets.

@greenmoss
Created March 3, 2011 23:16
Show Gist options
  • Save greenmoss/853833 to your computer and use it in GitHub Desktop.
Save greenmoss/853833 to your computer and use it in GitHub Desktop.
kurt@boron:~/ops/kvmbuilder/trunk$ sudo ./kvmbuilder.sh -d -o -c /home/kurt/iodine.conf
Degugging is on!
Removing partitions from /dev/mapper/HW_RAID-iodine
Erasing Partition Map on LV /dev/mapper/HW_RAID-iodine
Removing the Logical Volume /dev/mapper/HW_RAID-iodine
Logical volume "iodine" successfully removed
Calling lvcreate -niodine -L4096 HW_RAID
Logical volume "iodine" created
Created LV iodine on HW_RAID of size 4096
2011-03-03 18:16:05,898 DEBUG : ['dpkg', '--print-architecture']
2011-03-03 18:16:05,907 DEBUG : amd64
2011-03-03 18:16:05,918 ERROR : ubuntu-kvm already exists
Traceback (most recent call last):
File "/usr/local/bin/vmbuilder", line 24, in <module>
cli.main()
File "/usr/local/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py", line 181, in main
raise VMBuilderUserError('%s already exists' % destdir)
VMBuilder.exception.VMBuilderUserError: ubuntu-kvm already exists
Something went wrong - FAIL! :-(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment