Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Implementation Steps

  1. Configuration:

    Add
    1. scsctl storage config set -d "disk.enableSSDTrims=1

    to node.cfg and reboot.

    Example for Encrypted Volumes:

    Update configuration with:

    Code Blockvols = all:f disk.encryptNewVolumes=1 disk.encryptionKeys={'keyA':'theBestWay'} disk.encryptionKeyPrimary=keyA disk.enableSSDTrims = 1
    1. "

  2. Verification:

    • Use < iostat -x 1 > to confirm TRIM activity in discard columns.

...