-
Notifications
You must be signed in to change notification settings - Fork 108
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
LTlock fails on btrfs #152
Comments
Which distribution do you use? |
The bug isn't distribution-specific, but I use & first encountered it on Guix System. |
Thank you. I was confused with btrfs with zfs. |
Do you use btfs as your root file system? |
Yes.
Sure! But note that
|
By the way, @masatake, the above is from memory, and was tried on an Ubuntu box (just to make sure the distro really doesn't matter after telling you it shouldn't 😉 ). I don't have access to it now but if you still can't reproduce it, I can copy/paste my exact bash history tomorrow. It will be almost identical to what I wrote. Thanks for responding so promptly! |
This report is about something else, but seems to exhibit the same failure: #61 |
I found strange things about device minor number(s). findmnt reports the minor number of mount point of btrfs is 67. I guess lsof is confused with the mismatch of numbers.
|
I guess this is something to do with the subvolume feature of btrfs. |
As the test case shows lsof cannot report the lock information (RW) for a locked file on btrfs correctly. |
See also |
Hi!
The following test failure happens only when building on btrfs. Since everyone can easily reproduce that, and I'm clueless about lsof internals, I'll just leave this here:
The text was updated successfully, but these errors were encountered: