Re: could not open file "base/XX/XX": Interrupted system call

From: Torsten Krah <krah(dot)tm(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: could not open file "base/XX/XX": Interrupted system call
Date: 2023-09-20 11:24:12
Message-ID: 2159f2f698521b0be92ef44e3656edaf72a380f3.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Mittwoch, dem 20.09.2023 um 13:11 +0200 schrieb Laurenz Albe:
> Is that an NFS mount?  What are the mount options?
>
> Yours,
> Laurenz Albe

No mount at all.

Just the docker container filesystem using the overlay2 storage driver,
there is nothing externally mounted in that container, the data is
already in the image (via docker COPY) from which the container gets
created (and that data directory was created in the image build process
via pg_restore from the dump file).

The whole container / image just involves overlay2 fs which itself is
sitting on ext4.

Torsten

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Corey 2023-09-20 13:15:57 Re: Changed functionality from 14.3 to 15.3
Previous Message Laurenz Albe 2023-09-20 11:11:59 Re: could not open file "base/XX/XX": Interrupted system call