mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Add an entry to the BUGS section indicating that Vinum cannot currently
be used on devices with a block size other than DEV_BSIZE (512), which specifically includes being unable to run on a swap-backed md device. Swap-backed md devices use a 4k block size.
This commit is contained in:
parent
f315f7629f
commit
2fa430f2ab
1 changed files with 7 additions and 0 deletions
|
|
@ -2647,3 +2647,10 @@ subsystem so
|
|||
.Xr vinum 4
|
||||
volumes cannot be used with GEOM based facilities like
|
||||
.Xr gbde 8 .
|
||||
.Pp
|
||||
.Xr vinum 4
|
||||
is unable to function on devices with a block size other than
|
||||
.Dv DEV_BSIZE
|
||||
(512), so cannot be used on swap-backed
|
||||
.Xr md 4
|
||||
devices.
|
||||
|
|
|
|||
Loading…
Reference in a new issue