Postgresql startup fails

Installing, Configuring, Troubleshooting server daemons such as Web and Mail
Post Reply
natediggs
Posts: 27
Joined: 2008/01/26 18:03:32

Postgresql startup fails

Post by natediggs » 2010/06/29 23:21:21

Hi Everyone,

So I have a 3 piece linux cluster right now that has a postgresql backend that runs off of a iSCSI storage unit that is connected to with OpenISCSI. Today, for some reason the mount of the file system turned to Read-only and then disconnected completely. I think I figured out what the problem is but now, when I try to start PostgreSQL on either server I get a message that the startup failed and then when I try to mount the storage space again the file system has become read only.

Anybody have any idea what is going on here? This is a production system and I have never seen anything like this.

Nate

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Postgresql startup fails

Post by TrevorH » 2010/06/30 09:47:34

A mount won't go readonly without either being manually mounted ro or getting some sort of I/O error that forces it to go readonly. I suspect that you have yet to fix the underlying problem with the file system and your postgres server is failing the first time it tries to write to the problem filesystem.

Post Reply