Site icon EfmSoft

What does HRESULT 0x80042710 (VDS_E_ISCSI_LOGOUT_INCOMPLETE) mean?

 
Previous Next
VDS_E_NO_DISK_PATHNAME VDS_E_NO_VOLUME_PATHNAME

VDS_E_ISCSI_LOGOUT_INCOMPLETE

This status is explicitly a partial result. VDS LogoutFromTarget applies to all iSCSI sessions for the specified target, and the common return-code documentation distinguishes an incomplete logout from a general logout failure. Some sessions may already be gone when this HRESULT is reported.

Why this state matters

That means retry logic must start from the post-operation session set. Replaying teardown against assumptions captured before the call can hide the specific path that remained. In multipath deployments, the surviving session may correspond to one initiator portal or target portal while other paths closed normally.

Diagnostic focus

Technical references

IVdsIscsiInitiatorAdapter::LogoutFromTarget · VDS_ASYNC_OUTPUT_TYPE · VDS_PATH_INFO · IVdsLunMpio · RFC 7143: iSCSI


Looking for a different code? Search another status or error code.

Exit mobile version