SOLO-4017

PvcFlagNotEnabledSoloError — Validation

PvcFlagNotEnabledSoloError

CodeSOLO-4017
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Redeploy with PVCs enabled: solo consensus network deploy –pvcs true
  2. Check the current deployment configuration: solo deployment config info –deployment
  3. PVCs are required for node add operations to persist state across pod restarts