I have a setup with some test and stagiging servers running on the same host (using virsh to maintain it on ubuntu 10.04)
The test and staging systems are build up with the same sets of servers. One of them being a wms server that has a large disk for holding more or less static maps. Is it possible to use one diks image file on both the test-wms and the staging-wms servers? It may be possible to mount it read-only - or can I use some kind of copy-on-write to manage this?
You can use the large disk as a base image for two different COW disks. From the qemu-img manpage:
Let's say your original disk is named maps.img and you wanted to create test-maps.img and staging-maps.img for your two VMs.