mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
Prole Storage
|
|
|
|
# NFS export
|
|
/prole
|
|
├── home ← exported (users, autohome)
|
|
└── logs ← exported (central logging)
|
|
|
|
# Database Storage
|
|
/knoe-db
|
|
├── d001 ← local-only XFS (k3s/db)
|
|
├── d002 ← local-only XFS
|
|
└── d003 ← local-only XFS
|