I am using iscsiadm -m discovery -t sendtargets -p 10.1.1.100
to discover new targets and then iscsiadm --mode node --targetname iqn... --portal 10.1.1.100:3260 --op=delete
to delete any targets I do not need.
Can I run discovery for specific target names and not having to delete all other unwanted targets ?
There is a similar question here but I am not sure it is what I need to do (Log in to a single LUN of a target with iscsiadm (open-iscsi)?)