https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228461
Benedict Reuschling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected] --- Comment #2 from Benedict Reuschling <[email protected]> --- It is definitely valid, especially when you have your swap on zvols and/or GELI encrypted swap. This easily overflows the space. Another misalignment happens when you have multiple swap providers, like a swap file or a swap area on each of many disks like this: $ swapinfo -h Device 1K-blocks Used Avail Capacity /dev/gpt/swap0.eli 16777216 0B 16G 0% /dev/gpt/swap1.eli 16777216 0B 16G 0% /dev/gpt/swap2.eli 16777216 0B 16G 0% /dev/gpt/swap3.eli 16777216 0B 16G 0% Total 67108864 0B 64G 0% There is a patch in this PR here that might provide a solution: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223876 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
