Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add mdscount section

...

Panel
titlelivedebug

For DDN employees only: How to: livedebug

Anchor
mdscount
mdscount

Panel
titlemdtcount | Integer

The total number of MDS nodes in the cluster.

Valid values: 1 - 8 MDS nodes

Code Block
themeMidnight
# create 2 MDS nodes with 4 MDTs each
mdscount=2 mdtcount=8

# create 4 MDS nodes with 1 MDT each
mdscount=4 mdtcount=4
Panel
titlemdssizegb | Integer

Sets the size of the partitions on the MDS in GB.

Valid values: > 0 and must be an integer. When setting this value, take into consideration your mdtcount value and that most test nodes have ~90GB of disk space.

Code Block
themeMidnight
# configure 2GB partitions on the MDS
mdssizegb=2

...