aclhkaclhk aclhkaclhk wrote:
> a client has login to a target. the target has added a new lun.
>
> how could the client recognises the new lun?
>
iscsiadm -m session --rescan
will rescan all sessions
iscsiadm -m session -R sid --rescan
will rescan the specific session with sid.
iscsiadm -m node -T target --rescan
will rescan sessions to that target.