csi-driver-lvm icon indicating copy to clipboard operation
csi-driver-lvm copied to clipboard

[Enhancment] Support for LVM-HA

Open modzilla99 opened this issue 2 years ago • 5 comments

Hey there,

I'd like to suggest a feature. Are there any plans to add LVM-HA/ClusteredLVM support? That would be incredibly useful as it opens the csi up for many more usecases!

Thank you!

Feel free to just close the issue, if this request is out of scope.

modzilla99 avatar Oct 19 '21 08:10 modzilla99

We do not have any plans right now to support such a scenario. What use-cases do you have in mind. But we are open for pull requests.

majst01 avatar Oct 19 '21 08:10 majst01

Hey there,

I'd like to suggest a feature. Are there any plans to add LVM-HA/ClusteredLVM support? That would be incredibly useful as it opens the csi up for many more usecases!

Do you think about something like https://github.com/angeloxx/k8s-flexvolume-lvm ?? This was a flex volume driver, which did activate single LVs on a shared VG using sanlock. I did like that idea to have ie. one shared iSCSI or FC lun from some storage shared across multiple k8s nodes. (Asuming, you can't use an provisioner for some reason like the provisioner must not be able to access the management interface of the underlaying storage for security reasons. So one would create a big LUN/shared disk and map it to multiple k8s nodes. LVM on top manages the activation of various LVs on the node/for the pod they are needed)

If this is was you meant, I second that idea ;-)

thanks!

mersl avatar Oct 19 '21 20:10 mersl

I'd like to use it with ISCSI and or KVM since I can't really do replica 3 with Longhorn or any other CSI driver for that matter and with lvm ha I can just add another lun and be done with it. That way failover is quick and I don't have to wait for ages for the volumes to rebuild...

modzilla99 avatar Oct 19 '21 20:10 modzilla99

@modzilla99 - I'm curious, why can't you use Longhorn?

LarsBingBong avatar Mar 23 '22 14:03 LarsBingBong

High latency, high load, slow writes and 3x space use. Didn't have the best experience with it in the past...

On Wed., Mar. 23, 2022, 15:48 LarsBingBong, @.***> wrote:

@modzilla99 https://github.com/modzilla99 - I'm curious, why can't you use Longhorn?

— Reply to this email directly, view it on GitHub https://github.com/metal-stack/csi-driver-lvm/issues/62#issuecomment-1076461938, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVOKZFZ4CYXR2WJS6MVHO3VBMVNTANCNFSM5GIPT6TA . You are receiving this because you were mentioned.Message ID: @.***>

modzilla99 avatar Mar 24 '22 22:03 modzilla99