Skip to content
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

direct-io does not enabled on 4k-sector disk #39

Open
mchtech opened this issue Jan 3, 2025 · 0 comments · May be fixed by #40
Open

direct-io does not enabled on 4k-sector disk #39

mchtech opened this issue Jan 3, 2025 · 0 comments · May be fixed by #40

Comments

@mchtech
Copy link

mchtech commented Jan 3, 2025

$ blockdev --getpbsz /dev/vdb
4096
{
   "loopdevices": [
      {
         "name": "/dev/loop0",
         "sizelimit": 0,
         "offset": 0,
         "autoclear": false,
         "ro": false,
         "back-file": "/pvc-ecb1e991-7b6e-4567-ac2e-9394d2b93471/disk.img",
         "dio": false, # <-- true
         "log-sec": 512 # <-- 4096
      }
   ]
}
@mchtech mchtech linked a pull request Jan 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant