Managing Filesystem Groups
This pages describes how to view and manage filesystem groups using the GUI and the CLI.
Last updated
This pages describes how to view and manage filesystem groups using the GUI and the CLI.
Last updated
The main Filesystems screen in the GUI contains information about the filesystem groups, including names and tiering policy.
Command: weka fs group
Use this command to view information on the filesystem groups in the Weka system.
From the main filesystem/filesystem group view screen, click the Add Group button at the top left-hand side of the screen. The Add Filesystem group screen will be displayed.
The Create Filesystem Group dialog box will be displayed.
Enter the relevant parameters and click Create to create the filesystem group.
Command: weka fs group create
Use the following command to add a filesystem group:
weka fs group create <name> [--target-ssd-retention=<target-ssd-retention>] [--start-demote=<start-demote>]
Parameters in Command Line
Name | Type | Value | Limitations | Mandatory | Default |
| String | Name of the filesystem group being created | Must be a valid name | Yes | |
| Number | Target retention period (in seconds) before tiering to the object store | Must be a valid number | No | 86400 (24 hours) |
| Number | Target tiering cue (in seconds) before tiering to the object store | Must be a valid number | No | 10 |
Click the Edit button of the filesystem group to be modified. The Configure Filesystem Group dialog box will be displayed.
For a more in-depth explanation of the tiering policy, refer to Advanced Data Lifecycle Management.
Edit the existing filesystem group parameters and click Configure to execute the changes.
Command: weka fs group update
Use the following command to edit a filesystem group:
weka fs group update <name> [--new-name=<new-name>] [--target-ssd-retention=<target-ssd-retention>] [--start-demote=<start-demote>]
Parameters in Command Line
Name | Type | Value | Limitations | Mandatory | Default |
| String | Name of the filesystem group being edited | Must be a valid name | Yes | |
| String | New name for the filesystem group | Must be a valid name | Yes | |
| Number | New target retention period (in seconds) before tiering to the object store | Must be a valid number | No | |
| Number | New target tiering cue (in seconds) before tiering to the object store | Must be a valid number | No |
Note: Before deleting a filesystem group, verify that it does not contain any filesystems. If it contains filesystems, first delete the filesystems.
Select the filesystem group to be deleted in the main filesystem/filesystem group view screen and click the Delete button below the group. The Filesystem Group Deletion dialog box is displayed.
Click Yes to delete the filesystem group.
A more in-depth explanation of the tiring policy appears in Advanced Data Lifecycle Management.
Command: weka fs group delete
Use the following command line to delete a filesystem group:
weka fs group delete <name>
Parameters in Command Line
Name | Type | Value | Limitations | Mandatory | Default |
| String | Name of the filesystem group to be deleted | Must be a valid name | Yes | |