open-nomad/nomad/volumewatcher
Tim Gross b20a6c9ffb
CSI: move terminal alloc handling into denormalization (#11931)
* The volume claim GC method and volumewatcher both have logic
collecting terminal allocations that duplicates most of the logic
that's now in the state store's `CSIVolumeDenormalize` method. Copy
this logic into the state store so that all code paths have the same
view of the past claims.
* Remove logic in the volume claim GC that now lives in the state
store's `CSIVolumeDenormalize` method.
* Remove logic in the volumewatcher that now lives in the state
store's `CSIVolumeDenormalize` method.
* Remove logic in the node unpublish RPC that now lives in the state
store's `CSIVolumeDenormalize` method.
2022-01-27 10:39:08 -05:00
..
interfaces.go csi: update volumewatcher to use unpublish RPC (#8579) 2020-08-06 14:31:18 -04:00
interfaces_test.go Events/msgtype cleanup (#9117) 2020-10-19 09:30:15 -04:00
volume_watcher.go CSI: move terminal alloc handling into denormalization (#11931) 2022-01-27 10:39:08 -05:00
volume_watcher_test.go CSI: move terminal alloc handling into denormalization (#11931) 2022-01-27 10:39:08 -05:00
volumes_watcher.go csi: update leader's ACL in volumewatcher (#11891) 2022-01-24 11:49:50 -05:00
volumes_watcher_test.go CSI: move terminal alloc handling into denormalization (#11931) 2022-01-27 10:39:08 -05:00