Skip to content

Commit c3ec159

Browse files
authored
Add "org.freenas.ctl" to list of targetVendorPatterns (#174)
Signed-off-by: Tim Peoples <[email protected]> Signed-off-by: Tim Peoples <[email protected]>
1 parent 9f9dfdc commit c3ec159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/iscsi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const (
5858

5959
var (
6060
iscsiMutex sync.Mutex
61-
targetVendorPatterns = []string{"com.nimblestorage", "com.3pardata", "org.truenas.ctl"}
61+
targetVendorPatterns = []string{"com.nimblestorage", "com.3pardata", "org.truenas.ctl", "org.freenas.ctl"}
6262
)
6363

6464
//type of Scope (volume, group)

0 commit comments

Comments
 (0)