• k8s-merge-robot's avatar
    Merge pull request #21304 from tobad357/iscsi-mpio-support · e3dab39d
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Add mpio support for iscsi
    
    This allows the iscsi volume to check if a iscsi device belongs to a mpio device
    If it does belong to the device then we make sure we mount the mpio device instead of
    the raw device. 
    The code is based on the current FibreChannel volume support for mpio
    
    example
    /dev/disk/by-path/iqn-example.com.2999 -> /dev/sde
    Then we check
    /sys/block/[dm-X]/slaves/xx
    until we find the [dm-X] containing /dev/sde and mount it
    
    Additional work that can be done in future
    1. Add multiple portal support to iscsi
    2. Move the FibreChannel volume provider to use the code that has been extracted
    e3dab39d
Name
Last commit
Last update
..
admission Loading commit data...
api Loading commit data...
apimachinery Loading commit data...
apis Loading commit data...
apiserver Loading commit data...
auth Loading commit data...
capabilities Loading commit data...
client Loading commit data...
cloudprovider Loading commit data...
controller Loading commit data...
conversion Loading commit data...
credentialprovider Loading commit data...
fieldpath Loading commit data...
fields Loading commit data...
genericapiserver Loading commit data...
healthz Loading commit data...
httplog Loading commit data...
hyperkube Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
labels Loading commit data...
master Loading commit data...
metrics Loading commit data...
probe Loading commit data...
proxy Loading commit data...
quota Loading commit data...
registry Loading commit data...
runtime Loading commit data...
securitycontext Loading commit data...
serviceaccount Loading commit data...
ssh Loading commit data...
storage Loading commit data...
types Loading commit data...
ui Loading commit data...
util Loading commit data...
version Loading commit data...
volume Loading commit data...
watch Loading commit data...
OWNERS Loading commit data...