Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.22 KB

StoragepoolSettingsSettings.md

File metadata and controls

24 lines (20 loc) · 2.22 KB

StoragepoolSettingsSettings

Properties

Name Type Description Notes
AutomaticallyManageIoOptimization string Automatically manage IO optimization settings on files. [default to null]
AutomaticallyManageProtection string Automatically manage protection settings on files. [default to null]
GlobalNamespaceAccelerationEnabled bool Optimize namespace operations by storing metadata on SSDs. [default to null]
GlobalNamespaceAccelerationState string Whether or not namespace operation optimizations are currently in effect. [default to null]
ProtectDirectoriesOneLevelHigher bool Automatically add additional protection level to all directories. [default to null]
SpilloverEnabled bool Spill writes into other pools as needed. [default to null]
SpilloverTarget *StoragepoolSettingsSettingsSpilloverTarget Target pool for spilled writes. [default to null]
SsdL3CacheDefaultEnabled bool The L3 Cache default enabled state. This specifies whether L3 Cache should be enabled on new node pools. [default to null]
SsdQabMirrors string Controls number of mirrors of QAB blocks to place on SSDs. [default to null]
SsdSystemBtreeMirrors string Controls number of mirrors of system B-tree blocks to place on SSDs. [default to null]
SsdSystemDeltaMirrors string Controls number of mirrors of system delta blocks to place on SSDs. [default to null]
VirtualHotSpareDenyWrites bool Deny writes into reserved virtual hot spare space. [default to null]
VirtualHotSpareHideSpare bool Hide reserved virtual hot spare space from free space counts. [default to null]
VirtualHotSpareLimitDrives int32 The number of drives to reserve for the virtual hot spare, from 0-4. [default to null]
VirtualHotSpareLimitPercent int32 The percent space to reserve for the virtual hot spare, from 0-20. [default to null]

[Back to Model list] [Back to API list] [Back to README]