This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit a0062c9
committed
docs: [#14] add comprehensive persistent volume documentation
- Add detailed comment explaining persistent data volume configuration
- Clarify that /dev/vdb is the second disk attached for persistent storage
- Document specific data types stored: database, config, SSL certs, logs, metrics
- Explain data survival across VM destruction and infrastructure recreation
- Improve maintainability and understanding of storage architecture
This makes the cloud-init configuration self-documenting for the persistent
data strategy implemented in the twelve-factor architecture.1 parent 2cc9fb8 commit a0062c9
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| |||
0 commit comments