whamcloud / integrated-manager-for-lustre

Integrated Manager for Lustre

Home Page:https://whamcloud.github.io/Online-Help/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrated Manager For Lustre

Join the chat at https://gitter.im/whamcloud/integrated-manager-for-lustre

Build Status

devel-release

iml-rust

IML GUI

Device Scanner CI

Simple, but powerful, management tools that provide a unified, consistent view of Lustre storage systems and simplify the installation, configuration, monitoring, and overall management of Lustre.

Docs

https://whamcloud.github.io/Online-Help/

A local db is required only when making changes to the SQLx queries in this repo. In order to interact with a running database add a .env file in this directory with a DATABASE_URL environment variable. For example, to connect to a local chroma db running on localhost the .env file would look like:

DATABASE_URL=postgres://chroma@localhost:5432/chroma

Once a change has been made to a query, run the following in this directory:

cargo sqlx prepare --merged -- --tests

You can check if the generated queries are up to date with:

cargo sqlx prepare --merged --check -- --tests

You may need to install the sqlx-cli as well:

cargo install sqlx-cli --no-default-features --features postgres --git https://github.com/jgrund/sqlx --branch workspace-support

Precommit checks are run by rusty-hook. To setup do the following:

cargo install --git https://github.com/swellaby/rusty-hook.git

About

Integrated Manager for Lustre

https://whamcloud.github.io/Online-Help/

License:MIT License


Languages

Language:Rust 77.6%Language:Python 21.3%Language:Shell 0.5%Language:JavaScript 0.2%Language:Dockerfile 0.1%Language:Makefile 0.1%Language:PLpgSQL 0.1%Language:CSS 0.0%Language:Handlebars 0.0%Language:Roff 0.0%Language:HCL 0.0%Language:TypeScript 0.0%Language:C 0.0%