Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#72118 - [cryptsetup] encrypt hook ignores perf-no_write_workqueue option
Attached to Project:
Arch Linux
Opened by Alexey Rychkov (nightfog) - Monday, 13 September 2021, 12:52 GMT
Last edited by Christian Hesse (eworm) - Monday, 20 September 2021, 07:19 GMT
Opened by Alexey Rychkov (nightfog) - Monday, 13 September 2021, 12:52 GMT
Last edited by Christian Hesse (eworm) - Monday, 20 September 2021, 07:19 GMT
|
DetailsDescription:
perf-no_read_workqueue option in encrypt hook is placed twice in parsing code, not changed to 'write' after copy. Source code in question is: case ${cryptopt} in ..... no-write-workqueue|perf-no_read_workqueue) cryptargs="${cryptargs} --perf-no_write_workqueue" ;; Additional info: * package version: 2.4.0-1 * target code line https://github.com/archlinux/svntogit-packages/blob/packages/cryptsetup/trunk/hooks-encrypt#L68 |
This task depends upon
Closed by Christian Hesse (eworm)
Monday, 20 September 2021, 07:19 GMT
Reason for closing: Fixed
Additional comments about closing: in svn
Monday, 20 September 2021, 07:19 GMT
Reason for closing: Fixed
Additional comments about closing: in svn

Fixed in svn. You can still use "no-write-workqueue" for now, that works as expected. Thus not building a new package for now.