Hi all, I’ve come across a couple of vendor-provided Virtual Appliances that I would like to be able to deploy using SmartOS rather than having to keep a token ESXi box lying around. Looking at the code on github, convertvm states that it only supports a single vmdk; however, it appears to wrap the bits that convert disks from vmdm -> zvol in, effectively a for disk in ovf construct (just as it does parsing networks from the metadata.)
Can any of you who speaks Node better than I — or JavaScript in general, for that matter — see a reason why one couldn’t just comment out lines 54-57 in convertvm/lib/formats/ovf.js I guess the other option I have is to run qemu-convert-disk (or whatever it’s called) individually for each disk in the OVF and then build the metadata for the dsmanifest myself. Thanks, -c ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
