Skip to content

Instantly share code, notes, and snippets.

@aladuca
Created October 5, 2015 16:44
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aladuca/854b78585c2bba961386 to your computer and use it in GitHub Desktop.
Save aladuca/854b78585c2bba961386 to your computer and use it in GitHub Desktop.
virt-install w/ virtio-scsi disk (discard)
virt-install \
-n gerbil \
--memory 1024 \
--cpu host-model \
-l http://mirror.cc.columbia.edu/pub/linux/centos/7/os/x86_64 \
--controller=scsi,model=virtio-scsi \
--disk path=/dev/datavg/rhel7.0_test,bus=scsi,discard=unmap \
--graphics spice \
--noautoconsole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment