zfs-please
n00b
- Joined
- Mar 5, 2012
- Messages
- 1
There is a bug in the comstarlib.pl file in the ext_iscsi_target_comma_list sub procedure that breaks several of the menu options under Comstar.
To fix it replace the regex expression on the line that reads
$t=~s/ .*//; #remove end statement
with this one
$t=~s/(\t.*)|( .*)//; #remove end statement
To fix it replace the regex expression on the line that reads
$t=~s/ .*//; #remove end statement
with this one
$t=~s/(\t.*)|( .*)//; #remove end statement