On 03/19/2014 09:55 AM, [email protected] wrote: > Hi list, > > I had some trouble with an iscsi disk that lost its connection to the > target. I am running xfs on lvm on iscsi (on Debian 7.0 amd64). The > connection came back up OK after 10 minutes or so: > > iscsid: connection1:0 is operational after recovery (31 attempts) > > but disk only came back after I restarted open-iscsid using the init > script. After that, the disk shows up in my kernel log, lvm got back on > its feet and the file system was mounted again. > > I'm interested to know why, when the connection is restored, the session > associated with it aren't restored as well?
After you see the above message then access to the disk access should come back. When the connection is down, we do not delete the /dev/sdX, so it is actually always there. During the connection problem we just queue IO and fail it when the recovery/replacement timeout runs out. You would have to send the /var/log/messages to see if there is a error somewhere else in the stack. It sounds like the disk might have been there, but the FS might have been remounted read only when it got errors due the extended connection error. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
