Lars Marowsky-Bree wrote:
On 2008-07-16T13:56:27, HIDEO YAMAUCHI <[EMAIL PROTECTED]> wrote:

Hi All,

The resource of Xen uses 'xm destroy -w .....'.
But, this command does not have the w option.

I think that it is a typo.

Which Xen version are you running on?
And yeah, more recent versions seem to have cut that parameter, how
frustrating! But it was needed to make xm wait until the domain was
actually destroyed, which is important for us. Sigh, means we have to
code around it and loop ...



Ok well...

For what its worth, what I do on the commandline when I want to stop a VM, do some stuff, then start it again is something like:


xm shutdown $domain ; xm console $domain ; do some stuff ; xm create /etc/xen/domains/$domain

Since xm console simply closes back to the commandline when the VM is stopped, the commandline carries on.

Now sure if this can be scripted in any way though.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to