From: Ryan Harper <ryanh@us.ibm.com>
To: Paul Larson <pl@us.ibm.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] 01_enforce_dom0_cpus_basic_pos reset vcpu count on failures.
Date: Tue, 23 May 2006 14:49:04 -0500 [thread overview]
Message-ID: <20060523194904.GS16876@us.ibm.com> (raw)
In-Reply-To: <200605231432.05451.pl@us.ibm.com>
* Paul Larson <pl@us.ibm.com> [2006-05-23 14:33]:
> If 01_enforce_dom0_cpus_basic_pos fails, the vcpu count for dom0 does not get
> restored causing subsequent boots to come up with only a single vcpu on dom0.
Though I've never seen this mentioned on the list, I thought we wanted
to leave the system in the failed state if a test failed? That's
certainly debatable. Thoughts?
> - num_online = int(getDomInfo("Domain-0", "VCPUs"))
> - if num_online == dom0_online_vcpus:
> - break
> - time.sleep(1)
> + num_online = int(getDomInfo("Domain-0", "VCPUs"))
> + if num_online == dom0_online_vcpus:
> + break
> + time.sleep(1)
White-space damage.
--
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253 T/L: 678-9253
ryanh@us.ibm.com
next prev parent reply other threads:[~2006-05-23 19:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-23 19:31 [PATCH] 01_enforce_dom0_cpus_basic_pos reset vcpu count on failures Paul Larson
2006-05-23 19:49 ` Ryan Harper [this message]
2006-05-23 20:40 ` [PATCH] (corrected) " Paul Larson
2006-06-01 11:12 ` Ewan Mellor
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=20060523194904.GS16876@us.ibm.com \
--to=ryanh@us.ibm.com \
--cc=pl@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/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.