You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a VDO device which was manually set up with vdoformat and dmsetup, these messages with err priority sometimes can be found in the kernel ring buffer. The error and the call trace which was printed with it:
The error doesn't seem to affect the I/O, everything continues as without errors, and there are no performance drops.
But I want to know if there is a misconfiguration, bug in VDO, or other issue that can affect the correctness of device.
Linux 6.1.68.
VDO was created with:
There are other VDO devices in the system, created using LVM tools. They operate correctly.
Any explanation of what can cause the error is appreciated.
The text was updated successfully, but these errors were encountered:
I have removed the trigger of these messages from the code and recompiled the module.
For now, my devices are working fine. I will post update if something happens.
Thanks for the report. It is probably safe for you to ignore these assertions. Nonetheless this is not a condition that should occur, so we'll try to dig into this and see if we can figure out how this can happen.
Environment:
35, release version: 0
When using a VDO device which was manually set up with
vdoformat
anddmsetup
, these messages witherr
priority sometimes can be found in the kernel ring buffer. The error and the call trace which was printed with it:The error doesn't seem to affect the I/O, everything continues as without errors, and there are no performance drops.
But I want to know if there is a misconfiguration, bug in VDO, or other issue that can affect the correctness of device.
Linux 6.1.68.
VDO was created with:
DM table:
vdodumpconfig /dev/sdab1
There are other VDO devices in the system, created using LVM tools. They operate correctly.
Any explanation of what can cause the error is appreciated.
The text was updated successfully, but these errors were encountered: