diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-11-17 16:04:52 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-11-17 16:04:52 +0000 |
commit | 48f23495d42303a018e3518b9db3db71ca0d3f4f (patch) | |
tree | 28efa12ba3d834bfe71dfbd3c626d7a17f4fe55c /sbin/vinum/vinum.8 | |
parent | c03b1418da850f7a13732437ab56b75a58a76a2e (diff) | |
download | FreeBSD-src-48f23495d42303a018e3518b9db3db71ca0d3f4f.zip FreeBSD-src-48f23495d42303a018e3518b9db3db71ca0d3f4f.tar.gz |
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.
Diffstat (limited to 'sbin/vinum/vinum.8')
-rw-r--r-- | sbin/vinum/vinum.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8 index a53e352..6eb4f79 100644 --- a/sbin/vinum/vinum.8 +++ b/sbin/vinum/vinum.8 @@ -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. |