Bug 1840254

Summary: Ruby 2.6 copy_file_range()
Product: [Community] softwarecollections.org Reporter: Marko Bevc <marko.bevc>
Component: rh-ruby24Assignee: ruby maint <ruby-maint>
Status: CLOSED DUPLICATE QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-26 17:00:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marko Bevc 2020-05-26 16:10:59 UTC
Description of problem:
Bus is actually for Ruby.26 packages, but cannot find component in the list.

Seems like CentOS/RHEL 7.8 has removed support for copy_file_range() and just a recompile of Ruby packages on that system would detect this and use correct underlying system calls.

How reproducible:
Try copy file using FileUtils.cp() on NFS.


Actual results:
ERROR -- [Error::CopyFileError] Operation not supported - copy_file_range

Expected results:
Copied file.

Additional info:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/pdf/7.8_release_notes/Red_Hat_Enterprise_Linux-7-7.8_Release_Notes-en-US.pdf
https://access.redhat.com/errata/RHSA-2020:1984
https://bugs.ruby-lang.org/issues/13867

Comment 1 Marko Bevc 2020-05-26 17:00:06 UTC
Closing in favour of https://bugzilla.redhat.com/show_bug.cgi?id=1840284

*** This bug has been marked as a duplicate of bug 1840284 ***