Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log out from multiple target portals when using iscsi storage plugin #46239

Merged
merged 1 commit into from
Jun 3, 2017

Commits on May 31, 2017

  1. Log out from multiple portals with iscsi storage plugin

    When using iscsi storage with multiple target portal (TP)
    addresses and multipathing the volume manager logs on to
    the IQN for all portal addresses, but when a pod gets
    destroyed the volume manager only logs out for the primary
    TP and sessions for another TPs are always remained.
    
    This patch adds methods to store and load iscsi disk
    configrations, then uses the stored config at DetachDisk
    path.
    
    Fix kubernetes#45394
    mtanino committed May 31, 2017
    Configuration menu
    Copy the full SHA
    aebaee3 View commit details
    Browse the repository at this point in the history