19 lines
594 B
Markdown
19 lines
594 B
Markdown
# 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 TD
|
|
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`.
|