From: | Marco Colombo <marco(at)esi(dot)it> |
---|---|
To: | "Craig O'Shannessy" <craig(at)ucw(dot)com(dot)au> |
Cc: | Alex Satrapa <alex(at)lintelsys(dot)com(dot)au>, "Pgsql (E-mail)" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: disaster recovery |
Date: | 2003-11-28 10:12:27 |
Message-ID: | Pine.LNX.4.44.0311281103530.25502-100000@Megathlon.ESI |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, 28 Nov 2003, Craig O'Shannessy wrote:
> >
> > From my point of view, it's just support for my demands to have each
> > mission-critical server supported by a UPS, if not redundant power
> > supplies and two UPSes.
> >
>
> Never had a kernel panic? I've had a few. Probably flakey hardware. I
> feel safer since journalling file systems hit linux.
On any hardware flakey enough to cause panics, no FS code will save
you. The FS may "reliably" write total rubbish to disk. It may have been
doing that for hours, thrashing the whole FS structure, before something
triggered the panic.
You are no safer with journal than you are with a plain FAT (or any
other FS technology). Journal files get corrupted themselves.
.TM.
--
____/ ____/ /
/ / / Marco Colombo
___/ ___ / / Technical Manager
/ / / ESI s.r.l.
_____/ _____/ _/ Colombo(at)ESI(dot)it
From | Date | Subject | |
---|---|---|---|
Next Message | Marco Colombo | 2003-11-28 10:26:20 | Re: disaster recovery |
Previous Message | Ben-Nes Michael | 2003-11-28 07:34:35 | Re: Postgresql on file system EXT2 or EXT3 |