Run first IOs with WEKA filesystem
This is a quick reference guide using the CLI to perform the first IO in the WEKA filesystem.
Create the first filesystem
# 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:00hMount the filesystem
Write to the filesystem
Validate the configuration
Last updated