You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today OpenHCL uses the kernel's storvsc client for scenarios where OpenHCL uses synthetic storage from the Hyper-V host. This presents a few challenges:
It is expensive to map VTL0 addresses to the kernel on some architectures (arm64 specifically)
The kernel storage stack tries to discover the block devices, causing IO during boot and servicing operations
HCL must double buffer guest addresses if the IOs are not PAGE aligned
etc.
I'd like to evaluate using a usermode storvsc client instead.
The text was updated successfully, but these errors were encountered:
Today OpenHCL uses the kernel's storvsc client for scenarios where OpenHCL uses synthetic storage from the Hyper-V host. This presents a few challenges:
I'd like to evaluate using a usermode storvsc client instead.
The text was updated successfully, but these errors were encountered: