Skip to content

Commit

Permalink
Merge pull request #328 from dell/1469_nvme_wwn_matching
Browse files Browse the repository at this point in the history
Fix wwm matching failure on NVMe mounts
  • Loading branch information
gallacher authored Sep 20, 2024
2 parents 3aaa263 + 4afb7b3 commit 45e176a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/dell/dell-csi-extensions/migration v1.5.0
github.com/dell/dell-csi-extensions/podmon v1.5.0
github.com/dell/dell-csi-extensions/replication v1.8.0
github.com/dell/gobrick v1.11.2
github.com/dell/gobrick v1.11.3-0.20240919095217-08217598cbb4
github.com/dell/gocsi v1.11.0
github.com/dell/gofsutil v1.16.1
github.com/dell/goiscsi v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ github.com/dell/dell-csi-extensions/replication v1.8.0 h1:a4pNIRy6+rLss9KiPVqBkN
github.com/dell/dell-csi-extensions/replication v1.8.0/go.mod h1:9AyB/fKd15NLBZd0vXegnw6UOCsQA1ISSXhbEIdovEw=
github.com/dell/gobrick v1.11.2 h1:91proF4w8qFqoz1EkZWd3dGeM8C+aLHHPcGJd/XLsJI=
github.com/dell/gobrick v1.11.2/go.mod h1:+qnDjbft08dV0s5BWG/R6KUFnS3nxJRqfALV1ficbWI=
github.com/dell/gobrick v1.11.3-0.20240919095217-08217598cbb4 h1:GvtnCpaNxrkF2XtXWOaDeJgEiY9ddFqy9asYfR/6ssY=
github.com/dell/gobrick v1.11.3-0.20240919095217-08217598cbb4/go.mod h1:+qnDjbft08dV0s5BWG/R6KUFnS3nxJRqfALV1ficbWI=
github.com/dell/gocsi v1.11.0 h1:P84VOPd1V55JQjx4tfd/6QOlVQRQkYUqmGqbzPKeyUQ=
github.com/dell/gocsi v1.11.0/go.mod h1:LzGAsEIjBxVXJuabzsG3/MsdCOczxDE1IWOBxzXIUhw=
github.com/dell/gofsutil v1.16.1 h1:BzdxMdIDgKzinlYyi5G3pi27Jw0cmtqRHM5UsIkoE+w=
Expand Down

0 comments on commit 45e176a

Please sign in to comment.