]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r363979: Add CTL support for REPORT IDENTIFYING INFORMATION command.
authorAlexander Motin <mav@FreeBSD.org>
Thu, 13 Aug 2020 00:42:09 +0000 (00:42 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Thu, 13 Aug 2020 00:42:09 +0000 (00:42 +0000)
commitde4683de37fa37f71d787b2feef585411b4277ef
tree9b4f34a2e33fb43ca4950e8a37c08a37e40147d2
parent604fbe3b17411aba882b3ff461d5b70eeac91411
MFC r363979: Add CTL support for REPORT IDENTIFYING INFORMATION command.

It allows to report to initiator LU identifying information, preset via
"ident_info" and "text_ident_info" options.

Unfortunately it is impossible to implement SET IDENTIFYING INFORMATION,
since we have no persistent storage it requires, so the information is
read-only for initiator and has to be set out-of-band.
sys/cam/ctl/ctl.c
sys/cam/ctl/ctl_cmd_table.c
sys/cam/ctl/ctl_private.h
sys/cam/scsi/scsi_all.h
usr.sbin/ctladm/ctladm.8