๐DFS
Intro

dfs commands overviewFormat command

Status command

Mount command

Un-mount command

Delete command

Last updated

dfs commands overview




Last updated
fiat dfs format \
name-of-dfs \
--store obs \ # Supported types: [s3|oss|obs|cos|sftp]
--bucket https://bucket-name.obs.cn-north-4.myhuaweicloud.com \ # bucket domain
--meta redis://:[email protected]:6379/1 \ # metaengine db url
--access-key your_access_key \ # access key of your object storage
--secret-key your_secret_key \ # secret key of your object storage
--password your_password # your fiat backend account password"server": {
"host": "https://{you-fiat-backend-host}/fiat",
"info": {
"username": "your-user-name",
"email": "[email protected]"
}
}fiat dfs status \
--meta your-meta-engine-urlfiat dfs mount \
--meta your-metaengine-url \
--path target-mounting-pathfiat dfs unmount --path your-mounted-pathfiat dfs delete \
--meta your-metaengine-url \
--uuid your-dfs-uuid \ # you can check this info by running 'fiat dfs status'
--id the-record-id-of-dfs # you can get the record id by accessing the Fiat Dash