multipath.conf and iscsid.conf please (HPE 2060 or similar)

Feb 13, 2024
9
0
1
Hi all good people.
I got question, and asking for favour as well. Can anybody share multipath.conf here (and iscsid.conf as well for completely different purposes)
I got a bit of a problem, (not critical this point) I can't reuse vmid until node is restarted. I'm prettu sure I had this right, I went through some of my notes, and now I'm bit lost where might be a problem (guessing is the multipath config).
Any comments appreciated muchly.
All the best
 
Here's one for msa2040 in https://forum.proxmox.com/threads/p...v-with-msa2040-sas-partial-howto.57536/page-2 - and I put a 6 for model 2060 into already.
After installing file (re)start multipathd and check with multipath -ll :

defaults {
user_friendly_names yes
}

blacklist {
device {
product .*
}
}

blacklist_exceptions {
device {
product "MSA [12]0[456]0 SA[NS]"
}
}
ok thanks very much.
Your config looks like completely default, looks like I'm "rediscovering the wheel"
Maybe I need to get back to basic config and search problem somewhere else...
 
Understood. Same question again. Can you share your config please?
Code:
defaults { 
        verbosity 1 
        path_grouping_policy    multibus  
        find_multipaths smart
        } 

blacklist { 
        devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"    
        devnode "^hd[a-z]" 
        property "ID_ATA" 
}

got a bit of a problem, (not critical this point) I can't reuse vmid until node is restarted.
I dont understand how this is related to multipathing in the first place...