From 15c72e9ed2db30b740f9446cfac309dbe88aae34 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Tue, 20 Aug 2024 14:01:34 +0200 Subject: [PATCH] bumps to storage scale corporate rebranding shenanigans ... --- Cargo.toml | 4 ++-- README.md | 6 +++--- src/lib.rs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9742ce..6c7d68e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,13 @@ name = "mmoxi" version = "0.3.1" authors = ["Christian Krause "] -description = "spectrum scale tools" +description = "tools for IBM Storage Scale file systems" license = "GPL-3.0-or-later" readme = "README.md" documentation = "https://docs.rs/mmoxi" homepage = "https://github.com/idiv-biodiversity/mmoxi" repository = "https://github.com/idiv-biodiversity/mmoxi" -keywords = ["gpfs", "prometheus", "spectrum-scale"] +keywords = ["gpfs", "prometheus", "spectrum-scale", "storage-scale"] categories = ["command-line-utilities", "filesystem"] edition = "2021" rust-version = "1.74" diff --git a/README.md b/README.md index aba01e9..3a5bb30 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ mmoxi ===== -A [Rust][] library and collection of tools for [IBM Spectrum Scale][] (formerly -GPFS) file systems. +A [Rust][] library and collection of tools for [IBM Storage Scale][] (formerly +Spectrum Scale, formerly GPFS) file systems. Motivation @@ -61,7 +61,7 @@ install -Dm755 target/release/mmoxi ~/bin/mmoxi ``` -[IBM Spectrum Scale]: https://www.ibm.com/products/spectrum-scale +[IBM Storage Scale]: https://www.ibm.com/products/storage-scale [Rust]: https://www.rust-lang.org/ [nmon]: https://nmon.sourceforge.net/ [docs]: https://docs.rs/mmoxi diff --git a/src/lib.rs b/src/lib.rs index 78fbbfd..abd80d0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! Spectrum Scale library for tools. +//! Storage Scale (formerly Spectrum Scale, formerly GPFS) library for tools. #![forbid(unsafe_code)] #![deny(clippy::all, missing_docs)]