Обсуждение: BUG #8238: duplicate of bug #6372 on panffs

Поиск
Список
Период
Сортировка

BUG #8238: duplicate of bug #6372 on panffs

От
james.e.hughes@boeing.com
Дата:
The following bug has been logged on the website:

Bug reference:      8238
Logged by:          Jim Hughes
Email address:      james.e.hughes@boeing.com
PostgreSQL version: 9.1.4
Operating system:   SLES 11
Description:

Upon creating a database on a panfs (Panasas proprietary fs) directory I
get:


createdb: database creation failed: ERROR:  could not fsync file
"base/16387": Invalid argument


This is a duplicate of bug #6372 and is fixed by applying the patch for
copydir.c listed in the thread.  So we confirm this problem also exists on
another fs in addition to CIFS.

Re: BUG #8238: duplicate of bug #6372 on panffs

От
Tom Lane
Дата:
james.e.hughes@boeing.com writes:
> Upon creating a database on a panfs (Panasas proprietary fs) directory I
> get:
> createdb: database creation failed: ERROR:  could not fsync file
> "base/16387": Invalid argument
> This is a duplicate of bug #6372 and is fixed by applying the patch for
> copydir.c listed in the thread.  So we confirm this problem also exists on
> another fs in addition to CIFS.

Thanks for the report.  Looking back at the previous thread, it seems we
chose not to change the code (to ignore EINVAL for fsync-on-a-directory)
on the grounds that CIFS couldn't be considered a supported filesystem
anyway.  Do you find that panfs works all right for Postgres other than
this issue?

            regards, tom lane