-
Hi, firstly thx for this amazing project! Background: i want to use longhorn volumes for database persistence (should be internal ssd on the node) and a block storage volume for a big amount of files. Thx and regards, Andi |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 24 replies
-
Yes, this is possible. You need to define the storage locations and dedicated StorageClasses that use then this storage location(e.g. "nvme", "ssd"). This is done by a specific label and annotation on the nodes. |
Beta Was this translation helpful? Give feedback.
-
wow thx for you fast replies ... just to check, if i got your points correctly ...
|
Beta Was this translation helpful? Give feedback.
-
Hey guys, thanks for your support – i have been on the road quite a bit in the last two weeks so i didn't have time to check your tips. regardless ... is there a way i can sponsor this project? would love to give something back to the dev community ... |
Beta Was this translation helpful? Give feedback.
-
Hey guys, i finally got it working.
Thx for your support! |
Beta Was this translation helpful? Give feedback.
Hey guys, i finally got it working.
longhorn_volume_size=0
node.longhorn.io/default-node-tags: ["local"]
(btw. would be great if i could set the default node annotations directly in the node pool definition)Thx for your support!