From 1f5ef6c60f14aee182c2d96a460ad25a5fc8fab2 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 27 Nov 2017 22:35:44 +0900 Subject: [PATCH] device: Disable netlink support for the device used by go-tcmu --- device.go | 1 + 1 file changed, 1 insertion(+) diff --git a/device.go b/device.go index 2450a07..e90ec26 100644 --- a/device.go +++ b/device.go @@ -93,6 +93,7 @@ func (d *Device) preEnableTcmu() error { fmt.Sprintf("dev_size=%d", d.scsi.DataSizes.VolumeSize), fmt.Sprintf("dev_config=%s", d.GetDevConfig()), fmt.Sprintf("hw_block_size=%d", d.scsi.DataSizes.BlockSize), + "nl_reply_supported=-1", "async=1", }) if err != nil {