New answers tagged qemu
0
On Linux, one can but shouldn't assign IP addresses to interfaces before adding them to a bridge, but rather one assigns them to the bridge interface.
Add the interfaces to the bridge.
Add the address to the bridge.
Set the bridge all bridge ports up.
By the way, route comes from the net-tools package, which is deprecated. Use ip route (or just the ...
0
I know this thread is a little old but I ran into a similar issue and wanted to share my solution in case it could help someone else. I just received an OVA file from a partner but we were using KVM as well so I couldn't use the file directly. People online said that an OVA file is pretty much a tar with the vmdk in it, but when I extracted the vmdk file ...
0
You can use image files (as you do now) and you can export block devices (as such). I am not sure whether you can safely write an image file to a block device and use the block device as an image file then. Probably wouldn't make much sense anyway.
You should stay with image files.
make a file system on the LV (e.g. mke2fs -t ext4 ...
Top 50 recent answers are included

