Hi,

On Mon, Aug 04, 2008 at 11:16:24PM +0200, Jasper Spaans wrote:
> Brown paper bag time; please use the following patch for the Xen RA, as my 
> original patch had a small yet critical typo:
> 
>
> --- /tmp/Xen.Old      2008-08-04 10:31:26.000000000 +0200
> +++ /tmp/Xen.New      2008-08-04 10:35:53.000000000 +0200
> @@ -43,6 +43,11 @@
> : ${OCF_RESKEY_allow_migrate=0}
> : ${OCF_RESKEY_allow_mem_management=0}
> : ${OCF_RESKEY_reserved_Dom0_memory=512}
> +
> +if [ ! -f "$OCF_RESKEY_xmfile" ] ; then
> +  exit ${OCF_ERR_INSTALLED}
> +fi
> +
> DOMAIN_NAME=`awk '$1~/^name(=|$)/{print}' ${OCF_RESKEY_xmfile} | sed 
> 's/.*=[[:space:]]*//' | tr -d "[\"']"`
> : ${DOMAIN_NAME=${OCF_RESOURCE_INSTANCE}}

According to the repository, that has already been fixed. Or is
this for another version of Xen? If so, then please use the
version from the dev repository: hg.linux-ha.org/dev

Thanks,

Dejan

>
>
> Cheers,
>
> Jasper
> -- 
> Jasper Spaans                                          http://jasper.es/
>              This line was last modified 0 seconds ago.
>
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
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