We are using 3 master - 4 worker setup cluster. Recently due to disk pressure we had to add another worker to our cluster and we would like to redistribute some of the existing persistent volume claims to new worker.
Right now,
2 out of 4 Longhorn nodes are not schedulable due to not enough disk space. I can cordon 2 of these nonschedulable nodes and manually delete some of the pvcs on these cordon stated nodes in order to re-create them on new worker. But I was wondering if there is another way to automate this process. I think you can understand better my question and what I'm trying to do with the provided image. Thanks for your answers already!