On Thu, 2010-06-10 at 05:56 -0700, ganesh nikam wrote:
> ake[1]: Entering directory `/home/ganesh/Downloads/linux-2.6.34'
>   CC [M]  /home/ganesh/Downloads/fcst/ft_cmd.o
> /home/ganesh/Downloads/fcst/ft_cmd.c: In function ‘ft_cmd_tm_dump’:
> /home/ganesh/Downloads/fcst/ft_cmd.c:169: error: ‘struct
> scst_mgmt_cmd’ has
> no member named ‘completed’
> /home/ganesh/Downloads/fcst/ft_cmd.c:177: error: ‘struct
> scst_mgmt_cmd’ has
> no member named ‘affected_cmds_done_called’
> make[2]: *** [/home/ganesh/Downloads/fcst/ft_cmd.o] Error 1
> make[1]: *** [_module_/home/ganesh/Downloads/fcst] Error 2
> make[1]: Leaving directory `/home/ganesh/Downloads/linux-2.6.34'
> make: *** [all] Error 2
> 
> ======================================================
> 

These both errors are in debug function of fcst ft_cmd_dump(), so you
can simply yank them out since these fields are no longer present in
SCST code, after that it worked for me for logins but I was not able to
see LUN though I did verify lun was added correctly at
"/sys/kernel/scst_tgt/targets/fcst/<WWPN>/ini_group/<test>/luns/0/". I
was getting LUN 0 error from SCST, not sure if I did config error but
repeated same steps with SVN tag r1527 to have only all FCST up to date
changes and excluding recent SCST security related changes and with that
it worked great and I was able to do IO on SCST_FIO luns without an
issue.

        Vasu

_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to