We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9dfdc commit c3ec159Copy full SHA for c3ec159
linux/iscsi.go
@@ -58,7 +58,7 @@ const (
58
59
var (
60
iscsiMutex sync.Mutex
61
- targetVendorPatterns = []string{"com.nimblestorage", "com.3pardata", "org.truenas.ctl"}
+ targetVendorPatterns = []string{"com.nimblestorage", "com.3pardata", "org.truenas.ctl", "org.freenas.ctl"}
62
)
63
64
//type of Scope (volume, group)
0 commit comments