-
Notifications
You must be signed in to change notification settings - Fork 737
[BUG] volume is stuck in attaching/detaching loop with error Failed to init frontend: device... #4959
Copy link
Copy link
Closed
Labels
area/stabilitySystem or volume stabilitySystem or volume stabilityarea/v1-data-enginev1 data engine (iSCSI tgt)v1 data engine (iSCSI tgt)area/volume-attach-detachVolume attach & detach relatedVolume attach & detach relatedbackport/1.3.3kind/bugpriority/0Must be implement or fixed in this release (managed by PO)Must be implement or fixed in this release (managed by PO)reproduce/always100% reproducible100% reproduciblerequire/auto-e2e-testRequire adding/updating auto e2e test cases if they can be automatedRequire adding/updating auto e2e test cases if they can be automatedrequire/knowledge-baseRequire adding knowledge base documentRequire adding knowledge base documentseverity/1Function broken (a critical incident with very high impact (ex: data corruption, failed upgrade)Function broken (a critical incident with very high impact (ex: data corruption, failed upgrade)
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
area/stabilitySystem or volume stabilitySystem or volume stabilityarea/v1-data-enginev1 data engine (iSCSI tgt)v1 data engine (iSCSI tgt)area/volume-attach-detachVolume attach & detach relatedVolume attach & detach relatedbackport/1.3.3kind/bugpriority/0Must be implement or fixed in this release (managed by PO)Must be implement or fixed in this release (managed by PO)reproduce/always100% reproducible100% reproduciblerequire/auto-e2e-testRequire adding/updating auto e2e test cases if they can be automatedRequire adding/updating auto e2e test cases if they can be automatedrequire/knowledge-baseRequire adding knowledge base documentRequire adding knowledge base documentseverity/1Function broken (a critical incident with very high impact (ex: data corruption, failed upgrade)Function broken (a critical incident with very high impact (ex: data corruption, failed upgrade)
Type
Projects
- StatusShow more project fieldsClosed
Volume stuck in attaching/detaching loop with the error:
From Longhorn engine, the error
tgtd: target_mgmt(147) Failed to unbind by address: ALLcomes from this function callFrom the tgtadm, it comes from this line of code. Digging deeper we can see that it was probably there is no tgt target with the corresponding target id at here
@innobead and I feel like we shouldn't error out when trying to unbind while tgt target does not exist. However, we will need to investigate more and try to reproduce the issue