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
test(drive): add support for drive creation on disk
So far, FilesystemFile was only creating drives
in the default /srv location, which is mounted as tmpfs.
Since Qemu vhost-user-blk backend always uses O_DIRECT
when opening drive files, it cannot work with files on tmpfs.
If the path argument is not provided to the FilesystemFile
constructor, the drive file is created with a random name in /tmp.
Signed-off-by: Nikita Kalyazin <[email protected]>
0 commit comments