v2: Merge Hitoshi Mitake and Morita's suggestions
1, Replace malloc with xmalloc
2, Catch SIGABRT for xmalloc
Signed-off-by: Harry Wei
Subject: Replace malloc with xmalloc for collie
---
collie/collie.c | 22 +-
1 file changed, 21 insertions(+), 1 deletion(
Please find a git patch against the latest sheepdog master
which allows sheepdog (sheep) to compile against the latest
corosync (2.3.0.3) and libqb (0.14.4.4) versions.
I have create a Ubuntu PPA for the latest sheepdog and its dependancies,
which can be found here:
https://launchpad.net/~paulsch
On Thu, Feb 21, 2013 at 12:29 AM, MORITA Kazutaka
wrote:
[...]
>> Devstack will read this "localrc" file to enable Cinder, right?
>
> You don't have to do it because cinder is enabled by default.
>
Ok, thanks for your quick reply ;-)
--
Thanks
Harry Wei
--
sheepdog mailing list
sheepdog@lists
At Wed, 20 Feb 2013 23:57:30 +0800,
harryxiyou wrote:
>
> On Mon, Jan 21, 2013 at 8:00 AM, MORITA Kazutaka
> wrote:
> Hi Morita,
>
> > My patches were merged. I've added a quick start with the upstream
> > DevStack to https://github.com/collie/sheepdog/wiki/Openstack
> >
> >
> > 1. Install Ub
On Mon, Jan 21, 2013 at 8:00 AM, MORITA Kazutaka
wrote:
Hi Morita,
> My patches were merged. I've added a quick start with the upstream
> DevStack to https://github.com/collie/sheepdog/wiki/Openstack
>
>
> 1. Install Ubuntu 12.04 (Precise) or Fedora 16
> 2. Install Sheepdog to the appropriat
On Wed, Feb 20, 2013 at 8:51 PM, harryxiyou wrote:
> On Wed, Feb 20, 2013 at 4:23 PM, Hitoshi Mitake
> wrote:
>> At Wed, 20 Feb 2013 13:03:29 +0900,
>> Hitoshi Mitake wrote:
>>>
>>> At Wed, 20 Feb 2013 11:03:58 +0800,
>>> harryxiyou wrote:
>>> >
>>> > > 2. register signal handler for SIGABRT, and
On Wed, Feb 20, 2013 at 4:23 PM, Hitoshi Mitake
wrote:
> At Wed, 20 Feb 2013 13:03:29 +0900,
> Hitoshi Mitake wrote:
>>
>> At Wed, 20 Feb 2013 11:03:58 +0800,
>> harryxiyou wrote:
>> >
>> > > 2. register signal handler for SIGABRT, and let the handler call
>> > >exit(EXIT_SYSFAIL)
>> >
>> > I
At Wed, 20 Feb 2013 13:03:29 +0900,
Hitoshi Mitake wrote:
>
> At Wed, 20 Feb 2013 11:03:58 +0800,
> harryxiyou wrote:
> >
> > > 2. register signal handler for SIGABRT, and let the handler call
> > >exit(EXIT_SYSFAIL)
> >
> > I am not sure how & where to register this signal handler for SIGAB