Lustre Day to Day Operations: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 July 2026

  • curprev 08:3008:30, 20 July 2026Elliswilson talk contribs 4,317 bytes +4,317 Created page with "== Quick Reference == {| class="wikitable" |- ! Task !! Command |- | Check filesystem health || <code>lctl get_param health_check</code> |- | List filesystem space || <code>lfs df -h</code> |- | List MDT/OST space || <code>lfs df -i</code> (inodes), <code>lfs df -h</code> (blocks) |- | Check server status || <code>lctl dl</code> |- | Mount a client || <code>mount -t lustre mgsnode@tcp:/fsname /mnt/fsname</code> |- | Unmount a client || <code>umount /mnt/fsname</code> |-..."