Skip to content

Commit

Permalink
[nvme][frontend] set SecureChannel to false
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Jul 12, 2023
1 parent 45cc1c7 commit ddab3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/frontend/nvme_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func NewTCPSubsystemListener(listenAddr string) SubsystemListener {
func (c *tcpSubsystemListener) Params(_ *pb.NvmeController, nqn string) spdk.NvmfSubsystemAddListenerParams {
result := spdk.NvmfSubsystemAddListenerParams{}
result.Nqn = nqn
result.SecureChannel = false
result.ListenAddress.Trtype = "tcp"
result.ListenAddress.Traddr = c.listenAddr.String()
result.ListenAddress.Trsvcid = c.listenPort
Expand Down

0 comments on commit ddab3f9

Please sign in to comment.