Luís Simas
Luís Simas
Hi, I'm not sure if this is exactly what @Fenriuz means, but I was looking for a similar behaviour while using [nvim-tree](https://github.com/kyazdani42/nvim-tree.lua), and in the process of trying to implement...
Hello folks! I'm also quite interested in this feature, so if there's anything I can help with let me know. For a minimal Linstor deploy for testing I think the...
Hey @stgraber! I'll be able to work on this feature part time. @winiciusallan is also interested in it, so we agreed to collaborate on the development. As a first step,...
@bensmrs that sounds great! @winiciusallan is working on automating a minimal Linstor deployment. We'll reuse [this Ansible playbook](https://github.com/luissimas/linstor-cluster/blob/main/ansible/playbooks/deploy.yaml) for the deployment/configuration part, the only thing missing is the Terraform side...
While doing the Terraform side of things to provision the VMs for Linstor, @winiciusallan and I figured that it would make more sense to just use incus-deploy as a base....
Hello folks! Just sharing a quick status update. I've been colaborating closely with @winiciusallan to get our MVP running as soon as possible. Here's a quick demo of creating a...
The metric wouldn't be static because it can change depending on how we set the `TcpPortAutoRange` in the controller. I guess that depends on what we mean be static, but...
I agree that the correct approach is to do a proper capacity planning to find an appropriate value for `TcpPortAutoRange`. Still, there's a limit to what we can plan for....
> Just out of curiosity, have you tested LINSTOR with encrypted ZFS pools, [@luissimas](https://github.com/luissimas)? I’ll setup a lab to see if it’s really driver- and not LINSTOR-related. Hmmm, I haven't....
Thanks for the response! I ended up forking the extension to add this feature, and it's working as expected. I can open a PR in this repo to add this...