Skip to content

Commit 86a4aca

Browse files
committed
Increase qtrees per Flexvol from 100 to 200
1 parent d85a4c3 commit 86a4aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage_drivers/ontap_nas_qtree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
// OntapNASQtreeStorageDriverName is the constant name for this Ontap qtree-based NAS storage driver
2222
const OntapNASQtreeStorageDriverName = "ontap-nas-economy"
2323
const deletedQtreeNamePrefix = "deleted_"
24-
const maxQtreesPerFlexvol = 100
24+
const maxQtreesPerFlexvol = 200
2525
const defaultPruneFlexvolsPeriodSecs = uint64(600) // default to 10 minutes
2626
const defaultResizeQuotasPeriodSecs = uint64(60) // default to 1 minute
2727

0 commit comments

Comments
 (0)