Project

General

Profile

Actions

Bug #61924

open

tar: file changed as we read it (unless cephfs mounted with norbytes)

Added by Harry Coin 10 months ago. Updated 10 months ago.

Status:
New
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
cephfs norbytes
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Ceph: Pacific. When using tar heavily (such as compiling a linux kernel into distro-specific packages), when the compile directory is a cephfs kernel mount: the compile errors out with

tar: file changed as we read it

Rebooting with 'norbytes' added to the mount string reduces but doesn't avoid that error. In both cases lazytime is also a mount option. Trying again with 'relatime' doesn't fix it either.

Actions #1

Updated by Venky Shankar 10 months ago

  • Assignee set to Venky Shankar
Actions #2

Updated by Venky Shankar 10 months ago

Hi Harry,

Harry Coin wrote:

Ceph: Pacific. When using tar heavily (such as compiling a linux kernel into distro-specific packages), when the compile directory is a cephfs kernel mount: the compile errors out with

Could you list out the kernel version? I remember (at least) one cap bug where the kernel would not flush caps causing error like these when using tar.

tar: file changed as we read it

Rebooting with 'norbytes' added to the mount string reduces but doesn't avoid that error. In both cases lazytime is also a mount option. Trying again with 'relatime' doesn't fix it either.

The issue here is that the size and ctime for a directory changes between two stat calls, Using norbytes should resolve this since that turns off using recursive stats for filling in st_size in stat.

Actions #3

Updated by Venky Shankar 10 months ago

Venky Shankar wrote:

Hi Harry,

Harry Coin wrote:

Ceph: Pacific. When using tar heavily (such as compiling a linux kernel into distro-specific packages), when the compile directory is a cephfs kernel mount: the compile errors out with

Could you list out the kernel version? I remember (at least) one cap bug where the kernel would not flush caps causing error like these when using tar.

tar: file changed as we read it

Rebooting with 'norbytes' added to the mount string reduces but doesn't avoid that error. In both cases lazytime is also a mount option. Trying again with 'relatime' doesn't fix it either.

The issue here is that the size and ctime for a directory changes between two stat calls, Using norbytes should resolve this since that turns off using recursive stats for filling in st_size in stat.

Could you share the required information please?

Actions

Also available in: Atom PDF