From: Stefan Bader <stefan.bader@canonical.com>
To: Ian Campbell <Ian.Campbell@citrix.com>,
George Dunlap <George.Dunlap@eu.citrix.com>
Cc: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: Tool to migrate xm/xend managed domains into xl.cfg files
Date: Wed, 02 Apr 2014 20:34:51 +0200 [thread overview]
Message-ID: <533C584B.1070809@canonical.com> (raw)
In-Reply-To: <1396453526.8667.358.camel@kazak.uk.xensource.com>
[-- Attachment #1.1: Type: text/plain, Size: 2311 bytes --]
On 02.04.2014 17:45, Ian Campbell wrote:
> On Wed, 2014-04-02 at 15:33 +0100, George Dunlap wrote:
>> On Wed, Apr 2, 2014 at 2:56 PM, Stefan Bader <stefan.bader@canonical.com> wrote:
>>> On 02.04.2014 15:42, Pasi Kärkkäinen wrote:
>>>> On Wed, Apr 02, 2014 at 01:49:48PM +0200, Stefan Bader wrote:
>>>>> Does anybody have such a tool which could be shared? I know with a recent patch
>>>>> in libvirt (1.2.3~rc1) it is possible to create libvirt xml files from the
>>>>> config.sxp ones.
>>>>> Just was wondering whether there might be a need of having something similar for
>>>>> those that used to use xm/xend managed domains without anything else than the
>>>>> xen-utils.
>>>>>
>>>>
>>>> With libvirt you can do at least:
>>>>
>>>> virsh dumpxml vm_name > /tmp/a.xml
>>>> virsh domxml-to-native xen-xm /tmp/a.xml > vmname.cfg
>>>>
>>>> Which gives you xm/xend text config files.. which should be mostly compatible with xl cfgfiles.
>>>
>>> Right, you also could do a domxml-from-native xen-sxpr <file> and re-export that
>>> with domxml-to-native xen-xm as you said.
>>> The reason I am asking or looking into it is trying to figure out whether I can
>>> offer a nice way of don some of that automatically for people on upgrade (and
>>> there might be some that don't have libvirt installed as well).
>>
>> Would users really want that translation done automatically? I'd
>> rather be told how to do it myself so I can check the outcome; but
>> maybe I'm a bit strange that way. :-)
>>
>> In theory it seems like someone who knew what they were doing with
>> python should be able to rip out the sxp parsing stuff from xend,
>
> Does xend store its managed domains as sxp? I thought I'd seem piles of
> XML relating to the XenAPI (== managed domains) under /var somewhere...
>
> Ian.
>
There is a bit of that but the files themselves
/var/lib/xend/domains/<uuid>/config.sxp are sxp. And for something useful only
with a basic xen install the output should be xm format. Libvirt uses some kind
of xml but we are in a better place there as import export functions are easy to
access. There is only one minor oddness right now that you end up with an xml
that defines a vif#.# interface as a target for a bridge but its simple to grep
that away.
-Stefan
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
prev parent reply other threads:[~2014-04-02 18:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-02 11:49 Tool to migrate xm/xend managed domains into xl.cfg files Stefan Bader
2014-04-02 13:42 ` Pasi Kärkkäinen
2014-04-02 13:56 ` Stefan Bader
2014-04-02 14:33 ` George Dunlap
2014-04-02 14:38 ` Stefan Bader
2014-04-02 15:45 ` Ian Campbell
2014-04-02 18:34 ` Stefan Bader [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=533C584B.1070809@canonical.com \
--to=stefan.bader@canonical.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.