[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 2/7] xencommons: use the retry limit instead of implementing our own timeout
On Wed, 2014-03-19 at 13:58 -0700, Luis R. Rodriguez wrote: > + # We try opening the xenstored socket every second up to the > + # limit specified, if it hasn't opened by then assume > + # failure. > + ${BINDIR}/xenstore-read -l 30 -s / >/dev/null 2>&1 > + if [ $? -ne 0 ] ; then Mixture of hard and soft tabs? Other than that, Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |