-
Notifications
You must be signed in to change notification settings - Fork 17
Multiple KVC resources copying data to the same node #38
Comments
|
We probably need a check to make sure if |
@ashahba I don't understand your suggestion here? can you explain? |
@balajismaniam I think if user asked for We need to decide what action we take in that scenario before implementing a solution. |
Thanks @balajismaniam and @Ajay191191 . One last question: |
ATM disk pressure is not taken into consideration while scheduling the pod. But that's one of the things we'd like to include and it should be possible once we implement the reconciler. But right now, the pods are scheduled on the nodes even with high disk pressure which could result in pod and CR failures. |
Fixed by #37. |
Yesterday when using KVC to copy data from gcs (via s3) to 6 replicas in the cluster. We saw the pods start running, and then noticed that 3 of them were running on the same node. It doesn't seem like it makes sense for KVC to copy the same data 3 times to the same node, and this caused our node to be out of disk space.
The text was updated successfully, but these errors were encountered: