Re: What does the code 'modprobe -r ib_iser 2/dev/null' do in the script 'open-iscsi'

2008-12-08 Thread Mike Christie
[EMAIL PROTECTED] wrote: I just found the code : modprobe -r ib_iser 2/dev/null in the script open-iscsi, I am very confused with this code, if I remove this code from the script, it seems OK. but when I try to login, it fails, It is just trying to load the iser modules. If you are not

What does the code 'modprobe -r ib_iser 2/dev/null' do in the script 'open-iscsi'

2008-12-07 Thread vincent . y . guo
I just found the code : modprobe -r ib_iser 2/dev/null in the script open-iscsi, I am very confused with this code, if I remove this code from the script, it seems OK. but when I try to login, it fails, So what does this code do , and if I really want to remove this code, what else should I do