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:
Robert Watson 2003-11-17 16:04:52 +00:00
parent f315f7629f
commit 2fa430f2ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122858

View File

@ -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.