All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Lustre Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:30, 20 July 2026 Elliswilson talk contribs created page Lustre Day to Day Operations (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> |-...")