Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1418606 - Decompressing files with GNU tar in NFS mount gives error
Decompressing files with GNU tar in NFS mount gives error
Status: ASSIGNED
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: RGW (Show other bugs)
2.2
Unspecified Unspecified
unspecified Severity unspecified
: rc
: 4.0
Assigned To: Matt Benjamin (redhat)
ceph-qe-bugs
Bara Ancincova
:
Depends On:
Blocks: 1412948 1437916 1494421
  Show dependency treegraph
 
Reported: 2017-02-02 05:28 EST by Ramakrishnan Periyasamy
Modified: 2018-10-02 17:30 EDT (History)
11 users (show)

See Also:
Fixed In Version:
Doc Type: Known Issue
Doc Text:
.The GNU tar utility currently cannot extract archives directly into the Ceph Object Gateway NFS mounted file systems The current version of the GNU tar utility makes overlapping write operations when extracting files. This behavior breaks the strict sequential write restriction in the current version of the Ceph Object Gateway NFS. In addition, GNU tar reports these errors in the usual way, but it also by default continues extracting the files after reporting the errors. As a result, the extracted files can contain incorrect data. To work around this problem, use alternate programs to copy file hierarchies into the Ceph Object Gateway NFS. Recursive copying by using the `cp -r` command works correctly. Non-GNU archive utilities might be able to correctly extract the tar archives, but none have been verified.
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Ramakrishnan Periyasamy 2017-02-02 05:28:11 EST
Description of problem:

Decompression of folder in NFS mount fails with errors.

Tried compressing files using zip and tar which worked but while trying to decompress the folder and files, they are decompressed but command gives error message. This problem is there with zip/tar files but there is no errors observed in normal Linux directory.

[ubuntu@host003 nfs_mount]$ tar -xvf old.tar 
old/
old/l
old/k
old/h
old/a
old/e
old/i
old/j
old/b
old/f
old/d
old/g
old/c
tar: old: Cannot utime: Input/output error
tar: Exiting with failure status due to previous errors

[ubuntu@host003 nfsuser_s3_dir]$ unzip old.zip
Archive:  old.zip
   creating: old/
chmod (directory attributes) error: Input/output error
warning:  cannot set modif./access times for old/
          Input/output error
warning:  cannot set permissions for old/
          Input/output error
warning:  set times/attribs failed for old/
     failed setting times/attribs for 1 dir entries[ubuntu@magna003 nfsuser_s3_dir]$ ls


Version-Release number of selected component (if applicable):
Ceph: 10.2.5-18.el7cp (6d6e431ef9e773beaa8ddc28b6c552d6f813b36a)
rgw: nfs-ganesha-rgw-2.4.2-1.el7cp.x86_64

How reproducible:
2/2

Steps to Reproduce:
1. Configure Ceph Cluster, RGW and NFS ganesha
2. Mount NFS mount to a client
3. Create some files and folders in NFS mount point
4. Compress one folder and decompress it using zip and tar.

Actual results:
decompression of folders and files works but there are error messages

Expected results:
There should not be any error message and data corruption

Additional info:
Do we have support for most options in zip ?, tried some options and its not compressing folder.

Note You need to log in before you can comment on or make changes to this bug.