SOLO-4017
PvcFlagNotEnabledSoloError — Validation
PvcFlagNotEnabledSoloError
| Code | SOLO-4017 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an operation needs PVCs but the PVCs flag is not enabled. Adding a node requires persistent storage, so this means PVCs must be enabled first.
Troubleshooting Steps
- Redeploy with PVCs enabled: solo consensus network deploy –pvcs true
- Check the current deployment configuration: solo deployment config info –deployment
- PVCs are required for node add operations to persist state across pod restarts