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
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
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
Comment by Christian Hesse (eworm) - Monday, 20 September 2021, 07:19 GMT
Fixed in svn. You can still use "no-write-workqueue" for now, that works as expected. Thus not building a new package for now.

Loading...