Re: virsh edit from script ??

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

 



On Mon, Nov 02, 2015 at 01:37:09PM +0000, Jean-Pierre Ribeauville wrote:
> Hi,
> 
> I need to add , via script , a channel device in .xml guest config file.
> 
> Is virsh edit useable from  a "standard" script  or is there any more
> suitable way to use ?

As well as what Peter already suggested, note that 'virsh edit' is just
a shortcut for

  virsh dumpxml $GUEST > $GUEST.xml
  emacs $GUEST.xml
  virsh define $GUEST.xml

so from a script you'd really better just use dumpxml+define rather
than edit, if you're looking to change XML

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

_______________________________________________
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