PI test on filesystem #2040
|
Because io_uring_cmd can only run on character devices, I used the libaio and io_uring engines to test PI (Protection Information) on a filesystem. I found that libaio cannot use parameters such as pi_act, while io_uring supports commands like: |
Answered by
vincentkfu
Jan 21, 2026
Replies: 1 comment 2 replies
|
PI support is only available for block devices and not files. |
2 replies
Answer selected by
MorningWeicheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PI support is only available for block devices and not files.