>From what I can tell, it is a dm raid issue or a target issue.

The len dm raid is using might not be right, but I am not sure. I do not know 
why the target does not like it.


On Sep 21, 2012, at 5:59 AM, Ulrich Windl <ulrich.wi...@rz.uni-regensburg.de> 
wrote
>> # time sg_inq -e -p 80- /dev/sdc
>> unrecognized multiplier
>> Bad argument to '--page=', expecting 0 to 255 inclusive
>> 
>> Modified:
>> # time sg_inq -e -p 80 /dev/sdc

I goofed when I wrote the example. You need to pass it in hex so it should be

sg_inq -e -p 0x80 /dev/sdc

I think that will end up working ok though. sg_inq seems to use a different len 
than what dm raid does.

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com.
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to