Sheng Yang

Results 202 comments of Sheng Yang

I've heard people running Longhorn on top of OKD, but we haven't got time to experiment with it ourselves. It should be the same as a normal Kubernetes cluster? We...

We can refer to https://github.com/longhorn/longhorn/issues/1757 for some informations. Also, need to check if we can get rid of bindmount `/var/run` in the manager. See https://github.com/longhorn/longhorn/issues/1757 for details.

@IAkumaI I don't think there is another way to reclaim the space of deleted files. Regarding the total size of the volume, you might reclaim some by removing old snapshots.

Maybe we can try to implement `trim` on iscsi target.

@SeMeKh Thanks! After thinking more about it, I realized it's probably not a good idea to implement this. My idea was by implementing `TRIM` command in iSCSI target (https://github.com/rancher/tgt/blob/longhorn_oct2019/usr/bs_longhorn.c#L80 ),...

@SeMeKh Losing the snapshot is not really an option. If you take a look at `Replica Operations` section in https://rancher.com/blog/2017/announcing-longhorn-microservices-block-storage/ , snapshots are the foundations of Longhorn. We rely on...

Is it the root cause of https://github.com/kubevirt/kubevirt/issues/8175 ? Sounds like a quick fix.

Hi all, I know it has been a while but we're looking into the possibility of supporting third-party storage now. We need some feedback/input on this topic so we can...

@mddeff Thanks for the feedback. Yeah, CSI would be the way to go. And you brought up a very good point regarding the CSI clone feature. It looks like something...

@kajla Yeah, that's possible though it's heading in a different direction compared to CSI integration. What storage appliance you're using? What's the reason you would prefer the iscsi for node...