Add README files and diagrams across repository

This commit is contained in:
Mateusz Suski
2026-05-06 06:36:53 +00:00
parent c88428d092
commit 1e2db3e125
31 changed files with 616 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# platform-projects/storage
This folder is intended for storage-oriented platform topics. It can hold higher-level notes and case studies related to filesystem growth, block storage operations, multipath design, and capacity planning.
## Diagram
```mermaid
flowchart LR
A["storage"] --> B["Capacity planning"]
A --> C["Filesystem expansion"]
A --> D["Block device management"]
A --> E["Operational safety"]
```
## Notes
- The directory currently contains only a placeholder file.
- It is closely related to the GPFS and Veritas operational toolkits under `infra-run/scripts/bash`.