Môi trường Cloud cá nhân với LXD
Phần mềm nguồn mở cho điện toán đám mây đã trở nên đơn giản và phổ biến đến mức người dùng bình thường cũng có thể sở hữu cả một hệ thống cloud cá nhân tại nhà. Trong ảnh dưới đây là hệ thống “điện toán đám mây” chạy trong phòng ngủ nhà mình. Bài viết này giới thiệu cách mình cài đặt hệ thống cloud trên phần cứng lỗi thời sử dụng công nghệ quản lý container và máy ảo LXD trên Ubuntu Linux.
Technical Note: Convert an ova image to qcow2 format
From Wikipedia of Open Virtualization Format, I learned that an the ova file is just a tar file of ovf directory. So I went open a Windows 10 Developer Evaluation ova file to see what exist inside it.
$ tar -tf WinDev2001Eval.ova WinDev2001Eval.ovf WinDev2001Eval-disk001.vmdk WinDev2001Eval.mf So inside the ova file includes
A virtual machine specification definition .ovf file A hash checksum .mf file A disk image in .vmdk image As qemu-img supports vmdk as disk image file, we actually could convert vmdk file to any other format that we like.