⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-5014
NoPvcFoundSoloError — System
NoPvcFoundSoloError
| Code | SOLO-5014 |
| Category | System |
| Ownership | User |
| Retryable | No |
Description
Thrown when no PersistentVolumeClaims are found in a namespace where they were expected; the message names the namespace. Some operations require PVCs that are created only when persistent storage is enabled at deployment, so this means PVCs were not enabled for the network — redeploy with PVCs enabled.
Troubleshooting Steps
- Redeploy with PVCs enabled: solo consensus network deploy –pvcs true