A short question. I want to know what is the proper steps to create an image from a running domain and use it as base image of another domains. The domain is with Qemu Hypervisor, persistent, and created based on Ubuntu Cloud image.
you can use qemu-img create with -b to create a new image by point its base to the running domain image.