Joshua Moody
Joshua Moody
Issues to solve for kubernetes 1.25 support: PSP https://github.com/longhorn/longhorn/issues/4003 PDB https://github.com/longhorn/longhorn/issues/4689 Cronjob https://github.com/longhorn/longhorn/issues/3160#issuecomment-947007800
Some good benchmarking done by @derekbit in regard to compression usage. #1409
We previously had a similiar issuse to support an older suse distro. https://github.com/longhorn/longhorn/issues/1208#issuecomment-624353654 We also previously had the slow extents retrieval on EXT4 linked above already. https://github.com/longhorn/longhorn/issues/2640 https://github.com/longhorn/longhorn/issues/2507#issuecomment-867800662 If we...
Let's circle back on this after 1.3 we also need to check for upgrade compatibility.
We should also consider implementing the GRPC Probe for the csi plugin, to do an active health check. - https://github.com/container-storage-interface/spec/blob/master/spec.md#probe - https://github.com/longhorn/longhorn-manager/blob/2cc3d24c50ffb19cab04f3a7a55155a7fd82006b/csi/identity_server.go#L29-L28
@LarsBingBong is it to many system snapshots that you are seeing? can you describe your env and details for us. Generally a large amount of system snapshots is a sign...
@voarsh2 if this is a RWX workload is it possible that the nfs mount is death and therefore it ends up hanging? Can we get a support bundle to investigate,...
I did some investigations on the data plane, and I think we can get 5-10% as well overall reduced memory usage withhout big changes to the architecture :) I will...
Performance Benchmarks between lh v1.2.x and v1.3 https://github.com/longhorn/longhorn/issues/4002 Single local replica via unix socket latency decrease benchmark https://github.com/longhorn/longhorn/issues/3957
Epic for tracking replica scheduling improvements #3840 I think we will be adding disk anti affinity rules as part of the volume group feature #2128 The replica eviction request sounds...