Configure TRIM for SSDs to prevent wearing in all nodes #36

Closed
opened 2023-09-12 16:29:21 +02:00 by rarias · 2 comments
rarias commented 2023-09-12 16:29:21 +02:00 (Migrated from pm.bsc.es)

Currently we don't have any TRIM enabled in any nodes. Not the discard mount option (continuous TRIM):

hut% findmnt /
TARGET
  SOURCE                   FSTYPE OPTIONS
/ /dev/disk/by-label/nixos ext4   rw,relatime

And the fstrim service is not enabled.

hut% nix eval .#nixosConfigurations.hut.config.services.fstrim.enable
false
Currently we don't have any TRIM enabled in any nodes. Not the discard mount option (continuous TRIM): ``` hut% findmnt / TARGET SOURCE FSTYPE OPTIONS / /dev/disk/by-label/nixos ext4 rw,relatime ``` And the fstrim service is not enabled. ``` hut% nix eval .#nixosConfigurations.hut.config.services.fstrim.enable false ```
rarias commented 2023-09-12 16:29:21 +02:00 (Migrated from pm.bsc.es)

assigned to @rarias

assigned to @rarias
rarias commented 2023-09-12 16:44:59 +02:00 (Migrated from pm.bsc.es)

mentioned in merge request !20

mentioned in merge request !20
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rarias/jungle#36
No description provided.