What the fuck is #LVM doing when you issue the "unmount" command after you did a "sync" and when it reports being "100% synced"? (it's an LVM RAID5 just in case that changes anything)

Why is it taking that long to unmount?

WTF?!?

#Linux #NixOS

@agowa338 i used to get this and i think lazy unmounting fixed things

@novet Well but there must be a reason it is taking forever. And lazy unmounting just leaves all of the undone work pending in the kernel so it'll basically just "async unmount" in a sense.

That's not helpful if I want to ensure data integrity and power off the system right after (but without it hanging in the shutdown phase)

@agowa338 hm, have you tried stracing it?