Re: [PERFORM] data=writeback

2004-04-08 Thread Bruce Momjian
[EMAIL PROTECTED] wrote: > > When I give "mount" at the command line, everything looks just fine : > > > > /dev/sda2 on / type ext3 (rw,noatime,data=ordered) > > none on /proc type proc (rw) > > usbdevfs on /proc/bus/usb type usbdevfs (rw) > > /dev/sda1 on /boot type ext3 (rw,noatime,data=ordered)

Re: [PERFORM] data=writeback

2004-04-08 Thread list
> When I give "mount" at the command line, everything looks just fine : > > /dev/sda2 on / type ext3 (rw,noatime,data=ordered) > none on /proc type proc (rw) > usbdevfs on /proc/bus/usb type usbdevfs (rw) > /dev/sda1 on /boot type ext3 (rw,noatime,data=ordered) > none on /dev/pts type devpts (rw,gi

Re: [PERFORM] data=writeback

2004-04-08 Thread Priem, Alexander
> > LABEL=/usr/local/pgsql /usr/local/pgsql ext3 > > noatime,data=writeback 1 2 > > LABEL=/usr/local/pgsql /usr/local/pgsql/wal ext3 > > noatime,data=ordered1 2 > > The same label mounted on two different mount points is probably I typo? No, the same label mounted on two different mo

Re: [PERFORM] data=writeback

2004-04-08 Thread Priem, Alexander
> > > > LABEL=/usr/local/pgsql /usr/local/pgsql ext3 > > > > noatime,data=writeback 1 2 > > > > LABEL=/usr/local/pgsql /usr/local/pgsql/wal ext3 > > > > noatime,data=ordered1 2 > > > > > > The same label mounted on two different mount points is probably I > > > typo? > > > > > > No,

Re: [PERFORM] data=writeback

2004-04-08 Thread Chris
> > > LABEL=/usr/local/pgsql /usr/local/pgsql ext3 > > > noatime,data=writeback 1 2 > > > LABEL=/usr/local/pgsql /usr/local/pgsql/wal ext3 > > > noatime,data=ordered1 2 > > > > The same label mounted on two different mount points is probably I typo? > > > No, the same label mounted

Re: [PERFORM] data=writeback

2004-04-08 Thread Chris
> LABEL=/usr/local/pgsql /usr/local/pgsql ext3 > noatime,data=writeback 1 2 > LABEL=/usr/local/pgsql /usr/local/pgsql/wal ext3 > noatime,data=ordered1 2 The same label mounted on two different mount points is probably I typo? I'm not sure if data=writeback is ok. I was wondering abou

[PERFORM] data=writeback

2004-04-08 Thread Priem, Alexander
Hi everyone, I have done some reading on filesystems and I thought to optimize the settings for my PostgreSQL system. I use the ext3 filesystem and have the PostgreSQL data and WAL on different physical drives. I made some adjustments to my /etc/fstabd file, so it looks like this : LABEL=/