This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients Albert.Zeyer, desbma, dulanic, giampaolo.rodola, koobs, pablogsal, vstinner
Date 2021-10-07.14:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633617425.36.0.66626636792.issue37157@roundup.psfhosted.org>
In-reply-to
Content
> So using copy_file_range (if available) should be the most generic solution, which includes copy-on-write support, and server-side copy support.

Doesn't this imply to pass some flag to copy_file_range()? "man copy_file_range" says:

> The flags argument is provided to allow for future extensions and currently must be set to 0.

How is CoW copy supposed to be done by using copy_file_range() exactly?
History
Date User Action Args
2021-10-07 14:37:05giampaolo.rodolasetrecipients: + giampaolo.rodola, vstinner, Albert.Zeyer, desbma, koobs, pablogsal, dulanic
2021-10-07 14:37:05giampaolo.rodolasetmessageid: <1633617425.36.0.66626636792.issue37157@roundup.psfhosted.org>
2021-10-07 14:37:05giampaolo.rodolalinkissue37157 messages
2021-10-07 14:37:05giampaolo.rodolacreate