Perform a basic IO sanity check
Use this procedure to perform a basic input/output (IO) sanity check on a newly installed WEKA cluster to confirm it is operational.
Create a filesystem
$ weka fs group create my_fs_group FSGroupId: 0$ weka fs group FileSystem Group ID | Name | target-ssd-retention | start-demote FSGroupId: 0 | my_fs_group | 1d 0:00:00h | 0:15:00h$ weka fs create new_fs my_fs_group 1TiB FSId: 0$ weka fs Filesystem ID | Filesystem Name | Group | Used SSD (Data) | Used SSD (Meta) | Used SSD | Free SSD | Available SSD (Meta) | Available SSD | Used Total (Data) | Used Total | Free Total | Available Total | Max Files | Status | Encrypted | Object Storages | Auth Required +-------------+-----------------+-------------+-----------------+-----------------+----------+----------+----------------------+---------------+-------------------+------------+------------+-----------------+-----------+--------+-----------+-----------------+---------------+ 0 | new_fs | my_fs_group | 0 B | 4.09 KB | 4.09 KB | 1.09 TB | 274.87 GB | 1.09 TB | 0 B | 4.09 KB | 1.09 TB | 1.09 TB | 22107463 | READY | False | | False
Mount the filesystem
Write data to the filesystem
Validate the cluster configuration
Last updated