You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up my cluster I didn't really realise the difference yet, but I am running some databases in my cluster too and the performance on Longhorn volumes is abysmal (understandably so). Other databases run very decent on separate Hetzner volumes, but a volume has an under limit of 10gb so every database needs a 10gb volume, along with volumes not having the best performance anyway I am looking for an alternative. For this I want to move to node storage because of performance reasons, and for this I will need to migrate from Longhorn using a Hetzner volume to node storage.
I've got 2 questions
Generally speaking, is it correct to assume that Longhorn node storage will perform better then non-Longhorn Hetzner volumes?
What would be the best way to approach this change?
If I change the longhorn_volume_size to 0 it will delete all the volumes:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When setting up my cluster I didn't really realise the difference yet, but I am running some databases in my cluster too and the performance on Longhorn volumes is abysmal (understandably so). Other databases run very decent on separate Hetzner volumes, but a volume has an under limit of 10gb so every database needs a 10gb volume, along with volumes not having the best performance anyway I am looking for an alternative. For this I want to move to node storage because of performance reasons, and for this I will need to migrate from Longhorn using a Hetzner volume to node storage.
I've got 2 questions
If I change the
longhorn_volume_size
to0
it will delete all the volumes:This is probably not a good solution because I love my data 🥺
The only reasonable way that I see is the following steps for my 10 node cluster;
degraded
volumes.longhorn_volume_size=0
healthy
before I remove a node.Are there better solutions?
Beta Was this translation helpful? Give feedback.
All reactions