Virtual machine image management tools
HIGHLY EXPERIMENTAL Bootstrap a virtual machine image
CLI Example:
salt '*' qemu_nbd.bootstrap /srv/salt-images/host.qcow 4096 qcow2
Mount the named image and return the mount point
CLI Example:
salt '*' img.mount_image /tmp/foo
Mount the named image and return the mount point
CLI Example:
salt '*' img.mount_image /tmp/foo
Unmount an image mountpoint
CLI Example:
salt '*' img.umount_image /mnt/foo
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.