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. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
