Is your feature request related to a problem? Please describe.
We are currently using a TCMU based approach for a remote data blob store, but there are bugs and performance issues, and it is not as well maintained or modern as ublk.
Describe the solution you'd like
Have CONFIG_BLK_DEV_UBLK=m set in the kernel config so we can load ublk support and build solutions on the modern infrastructure.
Describe alternatives you've considered
We are currently using TCMU, but there are many reliability issues with TCMU. We are currently building the ublk module ourselves and modprobing it, but would like to have it officially supported.
Additional context
None, this is a straight forward ask.