installer: Error prints during install to UFS |
||
Issue descriptionWhile running chromeos-install to UFS, I see the following: [ 176.690586] print_req_error: I/O error, dev loop5, sector 4194560 [ 177.034601] print_req_error: I/O error, dev loop5, sector 4198656 [ 177.378650] print_req_error: I/O error, dev loop5, sector 4202752 [ 177.722688] print_req_error: I/O error, dev loop5, sector 4206848 [ 178.066657] print_req_error: I/O error, dev loop5, sector 4210944 From what I understand, this comes from lo_discard using FALLOC_FL_PUNCH_HOLE. This lands in blkdev_issue_zeroout, which fails with EOPNOTSUPP because neither try_write_zeroes nor the BLKDEV_ZERO_NOFALLBACK cases are hit. I don't know enough about storage to know if UFS is missing some case here or has a funky combination of flags. More digging is required.
,
Nov 8
Posted https://lore.kernel.org/lkml/20181030230624.61834-1-evgreen@chromium.org/ upstream. Could use some review.
,
Jan 11
This issue has an owner, a component and a priority, but is still listed as untriaged or unconfirmed. By definition, this bug is triaged. Changing status to "assigned". Please reach out to me if you disagree with how I've done this.
,
Jan 11
This issue has an owner, a component and a priority, but is still listed as untriaged or unconfirmed. By definition, this bug is triaged. Changing status to "assigned". Please reach out to me if you disagree with how I've done this. |
||
►
Sign in to add a comment |
||
Comment 1 by drinkcat@chromium.org
, Nov 8