little PITR annoyance - Mailing list pgsql-hackers

From ohp@pyrenet.fr
Subject little PITR annoyance
Date
Msg-id Pine.UW2.4.53.0706071652530.16788@sun.pyrenet
Whole thread Raw
Responses Re: little PITR annoyance  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-hackers
Hi all,

I've benn biten twice by this one:
I enabled archiving on both my pgsql servers.
the archive command was a simple gzip on an nfs mounted dir.
Now the nfs server crashed.
Both wal space filled up until postgresql shuts itself down because of no
more space for WAL.
That perfectly normal and expected.

What I did'nt expect and don't understand is that postgresql refused to
start up after the nfs server was up and running until I added some more
space on the WAL fs although if it had started archiving ,
space would have been there .

I wonder if archiving could start before postgresql at least to make a
little room for database engine to really start.

Hope I'm clear...

Thank you for your attention

Best Regards

-- 
Olivier PRENANT                    Tel: +33-5-61-50-97-00 (Work)
15, Chemin des Monges                +33-5-61-50-97-01 (Fax)
31190 AUTERIVE                       +33-6-07-63-80-64 (GSM)
FRANCE                          Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Controlling Load Distributed Checkpoints
Next
From: "Marc G. Fournier"
Date:
Subject: Re: How do we create the releases?