Skip to content

Commit

Permalink
Include nDVP 17.10.1 storage drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonk committed Nov 9, 2017
1 parent c7e7123 commit 1f83144
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type VolumeType string
const (
/* Misc. orchestrator constants */
OrchestratorName = "trident"
orchestratorVersion = "17.10.0"
orchestratorVersion = "17.10.1"
OrchestratorAPIVersion = "1"
PersistentStoreTimeout = 60 * time.Second
MaxBootstrapAttempts = 10
Expand Down
2 changes: 1 addition & 1 deletion frontend/rest/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/netapp/trident/core"
)

const httpTimeout = 10 * time.Second
const httpTimeout = 30 * time.Second

var orchestrator core.Orchestrator

Expand Down
6 changes: 3 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import:
- jlexer
- jwriter
- package: github.com/netapp/netappdvp
version: a93463d46ae59acabd4cb68f95d74879be9c3701
version: c6c608f6b499523388ef576ed502571701790a9a
subpackages:
- apis/eseries
- apis/ontap
Expand Down Expand Up @@ -318,3 +318,7 @@ import:
version: f38e43b221d08850172a9a4ea785a86a3ffa3b3a
subpackages:
- pkg/util/version
- package: github.com/dustin/go-humanize
version: 259d2a102b871d17f30e3cd9881a642961a1e486
- package: github.com/olekukonko/tablewriter
version: febf2d34b54a69ce7530036c7503b1c9fbfdf0bb

0 comments on commit 1f83144

Please sign in to comment.