Serving IOs with WekaFS

This page describes a quick guide using the CLI towards performing the first IO in a WekaFS filesystem.

Overview

Now that the system is installed and you've become familiar with the CLI/GUI, you can connect to one of the hosts and try it out.

This page will guide you through:

  1. The steps needed for performing IOs using a WekaFS filesystem (this is a sanity test for the configuration):

  2. Conducting performance testing to make sure both the Weka cluster and the IT environment are best configured to reap the benefits of WekaFS.

Creating the First Filesystem

A filesystem should reside in a filesystem group, so first, you will need to create a filesystem group:

# to create a new filesystem group
$ weka fs group create my_fs_group
FSGroupId: 0

# to view existing filesystem groups details in the Weka system
$weka fs group
FileSystem Group ID | Name        | target-ssd-retention | start-demote
--------------------+-------------+----------------------+-------------
FSGroupId: 0        | my_fs_group | 1d 0:00:00h          | 0:15:00h

Now, you can create a filesystem within that group:

Note: In AWS installation via the self-service portal, default filesystem group and filesystem are created. The default filesystem is created with the entire SSD capacity.

For creating an additional filesystem, it is first needed to decrease the default filesystem SSD size:

For more information about filesystems and filesystem groups, refer to Managing Filesystems, Object Stores & Filesystem Groups.

Mounting the First Filesystem

You can mount a filesystem by creating a mount point and calling the mount command:

To check the filesystem is indeed mounted:

Note: In AWS installation via the self-service portal, the default filesystem is already mounted under /mnt/weka

For more information about mounting filesystems and mount options, refer to Mounting Filesystems.

Writing to the Filesystem

Now everything is set up, and you can write some data to the filesystem:

This has completed the sanity check that the Weka cluster is configured and IOs can be performed to it.

Validating the Configuration - Achieving the Expected Performance

To make sure that the Weka cluster and the IT environment are well configured, more complex IO patterns and benchmark tests should be conducted using the FIO utility.

Although results can vary using different hosts and networking, it is not expected to be very different than what we and many other customers achieved. Properly configured Weka cluster and IT environment should yield similar results as described in Testing Weka Performance.

Note: The numbers achieved in the benchmark tests, as described in Testing Weka Performance are not just achieved in a closed/controlled environment. Similar numbers should be achieved when using similar configuration, if the Weka cluster and IT environment are properly configured. If the numbers achieved in your environment significantly vary from those, please contact the Weka Sales or Support Team before running any other workload on the Weka cluster.

The example results shown in Testing Weka Performance, are tested on AWS. In general, for any of Weka reference architecture, you should expect lower than 300 microseconds latency and 5.5 GB/s throughput per host (for a single 100gbps link).

Testing Weka Performance

Last updated