Open nakermann1973 opened 11 months ago
error seems similar to #1051, however downgrading to 1.1.0 fixes the problem.
is a bit alarming, as this states there's a regression.
if possible could you pls take a look at linked issue #1051 and provide any comments? I deployed nomad long back, maybe something is broken and I don't see 1.2 branch š¤
Describe the bug Running the controller on nomad results in an Exception when trying to delete a volume
To Reproduce Steps to reproduce the behavior:
nomad volume delete myvol
)Expected behavior Volume deleted as expected
Actual behavior nomad cli returns an error: `Error deleting volume: Unexpected response code: 500 (rpc error: controller delete volume: rpc error: controller delete volume: CSI.ControllerDeleteVolume: rpc error: code = Unknown desc = Exception calling application : local variable 'sock' referenced before assignment)``
Controller logs:
Environment:
Additional context downgrading to 1.1.0 fixes the problem.