Add README files and diagrams across repository
This commit is contained in:
@@ -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`.
|
||||
Reference in New Issue
Block a user