Artem Kachitchkine wrote:
>
>> Commands
>> --------
>
> Does this command set translate into sufficient sd(7D) functionality
> to be used with ZFS?
>
> -Artem
I'm not sure about ZFS, but it is good enough for sd(7D) with PCFS.
One possible area of concern for ZFS is device id functionality. The
devices I'm dealing with don't have device identifiers that live within
the SCSI namespace. (Generally they do have a vendor id, product id,
and serial number... but these are allocated from an entirely different
namespace.)
If someone familiar with any specific requirements of ZFS on sd(7D) can
speak up, I'd be grateful.
Btw, I'm looking into supporting mode-sense. (I need it to report
write-protected media back to sd(7D).) But I think I can do that
without requiring any additional support from the core blk2scsa target API.
-- Garrett