-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: support direct-io for non-512 sector disk #40
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: mchtech <[email protected]>
Hi @mchtech @srkaviani @mhkarimi1383 Pinging you as you have made PR's recently on this repo. The other maintainers have no time to take up maintaining this additional project. Another option we've been discussing is to convert the other localpv driver (dynamic-localpv-provisioner) to a csi driver and add this functionality to it. |
@tiagolobocastro I have switched to LVM Local PV for my Local PV usages I can work on this project but not as a maintainer, since my time is a bit limited too |
@tiagolobocastro |
Hi, @tiagolobocastro Thank you for reaching out and for your transparency regarding the status of this project. I am open to contributing to the development and maintenance of this project. However, I would like to note that this project is also being actively developed as a separate initiative by Canonical in this repository: Please let me know how I can assist and collaborate effectively in this regard. |
@srkaviani thank you for bringing that our attention, we had no idea. I suspect they may have forked since there hasn't been any activity in this repo. It'd be great if we could continue semekh's work here with the assistance from folks like both of you. @addyess would you be able some insights on the fork and whether there's scope to combine efforts here. Another way forward is what we had discussed previously, related to another effort which we have planned which is to rewrite the other hostpath as a CSI driver and also include this functionality within it, rather than keep two separate repos for quite similar functionality. To be honest this would be my preferred approach but would like to hear your thoughts here as well. Thank you |
@tiagolobocastro If you also agree on continuing the development of this project, my colleagues and I could likely maintain and further develop it. |
Yeah, on the other hostpath driver only way to achieve is with quotas
That would be great, and we'd be happy to provide with any help we can to get this going Would you be able to join our community meeting on thursday 30th? |
Hi, Canonical's fork of this is for its use as a local storage controller. We've really not made any adjustments to the python or even base image itself other than using a canonical tool called "rockcraft" to build the images. I'll tag some others who might be interested in joining a discussion about maintainership |
I would love to be maintainers team too :) |
Yes I can. If you agree i can add some of my friends who that maybe they can contribute on this project. |
Yes ofcourse would be great, thank you! |
fix: #39
upgrade baseos from buster to bookworm.
losetup
fromutil-linux
should include util-linux/util-linux@a1a4159 , in order to support dio for non-512 sector disk (4k sectors).