Creating a Monitored Only Lustre zfs Filesystem on Vagrant HPC Storage Sandbox

Software Contributor Documentation Table of Contents

zfs

Prerequisites

Create and setup your Vagrant cluster as described in Installing IML on Vagrant

Installing ZFS on each MDS and OSS Server

ZFS can now be installed on each mds and oss node.

vagrant provision mds1 mds2 oss1 oss2 --provision-with install-lustre-zfs

Creating pools

Run the following provision script to create pools on each mds and oss node:

vagrant provision mds1 mds2 oss1 oss2 --provision-with create-pools

Creating a monitored only zfs based Lustre filesystem

Run the following vagrant provision script to setup the ZFS monitored only filesystem:

vagrant provision mds1 mds2 oss1 oss2 --provision-with create-zfs-fs

After the provisioning script runs successfully, use the IML GUI to scan for the filesystem:

Configuration -> Servers -> Detect File Systems.

Click the Select All button to select all servers and finally, click on the Detect File Systems button to initiate the scan. The filesystem will be listed on the filesystems page when the scan completes.

Setting up Clients

Clients can be added once the filesystem detection completes. Refer to the following document to setup clients on the new filesystem.


Top of page