Skip to content

Commit d334ff4

Browse files
authored
[Bugfix] Fix LocalStorage Loop (#966)
1 parent 9193424 commit d334ff4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
44
- (Bugfix) Orphan PVC are not removed
5+
- (Bugfix) Remove LocalStorage Deadlock
56

67
## [1.2.10](https://github.com/arangodb/kube-arangodb/tree/1.2.10) (2022-04-27)
78
- (Feature) Allow configuration for securityContext.runAsUser value

pkg/operator/operator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ func (o *Operator) onStartDeploymentReplication(stop <-chan struct{}) {
204204
// onStartStorage starts the storage operator and run till given channel is closed.
205205
func (o *Operator) onStartStorage(stop <-chan struct{}) {
206206
o.waitForCRD(lsapi.ArangoLocalStorageCRDName, nil)
207-
o.runDeploymentReplications(stop)
208-
209207
o.runLocalStorages(stop)
210208
}
211209

0 commit comments

Comments
 (0)