1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules
patchback[bot] 72b282fe85
[PR #6274/14b19afc backport][stable-5] archive: Generate crc32 over 16MiB chunks (#6325)
archive: Generate crc32 over 16MiB chunks (#6274)

* archive: Generate crc32 over 16MiB chunks

Running crc32 over the whole content of the compressed file potentially
requires a lot of RAM. The crc32 function in zlib allows for calculating
the checksum in chunks. This changes the code to calculate the checksum
over 16 MiB chunks instead. 16 MiB is the value also used by
shutil.copyfileobj().

* Update changelogs/fragments/6199-archive-generate-checksum-in-chunks.yml

Change the type of change to bugfix

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/6199-archive-generate-checksum-in-chunks.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 14b19afc9a)

Co-authored-by: Nils Meyer <nils@nm.cx>
2023-04-13 05:09:24 +00:00
..
cloud [PR #6114/6cf67448 backport][stable-5] memset*.py: Fixed URLError handling (#6156) 2023-03-08 13:58:36 +01:00
clustering [PR #5767/217a62ac backport][stable-5] consul: minor fixes in docs (#5770) 2023-01-06 15:17:43 +01:00
database [PR #6111/3fb1ff0b backport][stable-5] Fix influxdb_user grants in check mode (#6213) 2023-03-22 13:16:09 +01:00
files [PR #6274/14b19afc backport][stable-5] archive: Generate crc32 over 16MiB chunks (#6325) 2023-04-13 05:09:24 +00:00
identity [PR #5934/78297e44 backport][stable-5] Fix keycloak sanitize_cr (#6035) 2023-02-22 15:20:15 +01:00
monitoring Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
net_tools [PR #5815/5e1e8d06 backport][stable-5] ldap_entry documentation is lacking examples (#6254) 2023-03-27 19:20:52 +00:00
notification Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
packaging [PR #6121/c0cb7958 backport][stable-5] Documentation: yum_versionlock typo fix (#6125) 2023-03-02 20:16:09 +01:00
remote_management [stable-5] Remove unneccessary imports (#5977) 2023-02-12 20:22:36 +01:00
source_control [PR #5994/1877ef15 backport][stable-5] github_webhook: Don't include secret in the config if it's absent (#6087) 2023-02-25 11:56:00 +01:00
storage [PR #5943/53f72973 backport][stable-5] zfs_delegate_admin: fix: zfs allow cannot parse unknown uid/gid (#6085) 2023-02-25 11:48:29 +01:00
system [stable-5] Interfaces file spaces fix (#6170) 2023-03-14 22:37:04 +01:00
web_infrastructure [PR #5741/06d72dfe backport][stable-5] htpasswd: improve documentation on crypt_scheme (#5748) 2022-12-31 08:14:57 +01:00