Re: redistribute virtual machines from vps hosting to end users

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jan 28, 2015 at 01:57:28PM +0400, Vasiliy Tolstov wrote:
> 2015-01-28 12:47 GMT+03:00 Kashyap Chamarthy <kchamart@xxxxxxxxxx>:
> > I don't have immediate steps with `virt-manager` as I don't use it much
> > in my workflow. But if you have users who're comfortable with CLI, you
> > can import disk images into libvirt (and which will also be accessible
> > via `virt-manager`) tribvially:
> >
> >   $ virt-install --name f21vm --ram 2048 \
> >       --diskpath=/export/f21vm.qcow2,format=qcow2,cache=writeback \
> >       --nographics --os-variant fedora21 --import
> >
> > (The above has the option '--nographics' because, it's just a small,
> > server image, but still - when the image is imported into libvirt, it
> > should be accessible via virt-manager, albiet a headless server.)
> 
> 
> I can provide single line command for end users...
> In case of virt-install can i provide xml for domain while import ?

I don't think `virt-install` itself can import an XML (although, it can
print a XML via the '--print-xml' option, look up the man page for
this). If the users have the disk images in the right place, you can
provide the guest XML, and the users can define it using:

    $ sudo virsh define uservm.xml


> For example i can generate xml with minimal memory/devices needs to be
> present..
> 

-- 
/kashyap

_______________________________________________
libvirt-users mailing list
libvirt-users@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvirt-users




[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux