Skip to content

Commit

Permalink
Increase qtrees per Flexvol from 100 to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonk committed Oct 11, 2017
1 parent d85a4c3 commit 86a4aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_drivers/ontap_nas_qtree.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
// OntapNASQtreeStorageDriverName is the constant name for this Ontap qtree-based NAS storage driver
const OntapNASQtreeStorageDriverName = "ontap-nas-economy"
const deletedQtreeNamePrefix = "deleted_"
const maxQtreesPerFlexvol = 100
const maxQtreesPerFlexvol = 200
const defaultPruneFlexvolsPeriodSecs = uint64(600) // default to 10 minutes
const defaultResizeQuotasPeriodSecs = uint64(60) // default to 1 minute

Expand Down

0 comments on commit 86a4aca

Please sign in to comment.