Complete
Details
Assignee
CalebCalebReporter
CalebCalebLabels
Time remaining
0mComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Caleb
CalebReporter
Caleb
CalebLabels
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created October 5, 2021 at 6:35 PM
Updated July 6, 2022 at 8:56 PM
Resolved November 11, 2021 at 6:31 PM
in 13 I committed a change to more efficiently wipe disks because we had a painful race condition. To do this, I removed the dependency of using 3rd party tools (subprocess) to wipe disks. However, I had to hard-code the DIOCGMEDIASIZE ioctl value. This ticket is to add the necessary method to the py-bsd module and import the DIOCGMEDIASIZE ioctl from the sys/disk.h file so this won't break (hopefully) on subsequent freeBSD releases.