Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2000 02:01:24 -0700 (PDT)
From:      <asmodai@FreeBSD.org>
To:        jkh@mimsy.cdrom.com, asmodai@FreeBSD.org, dg@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/854: swapinfo shows incorrect information for vnconfig'd swap.
Message-ID:  <200006110901.CAA03608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: swapinfo shows incorrect information for vnconfig'd swap.

State-Changed-From-To: open->analyzed
State-Changed-By: asmodai
State-Changed-When: Sun Jun 11 01:53:57 PDT 2000
State-Changed-Why: 
I looked at the PR in some detail and can confirm some of this.

The first vn device used will be vn0b, logically.

However, when you use more vn devices for swapon, swapinfo will reply
with:

[17:50] [root@daemon] (26) # swapinfo
Device          1K-blocks     Used    Avail Capacity  Type
/dev/da0s1b        262016    53440   208576    20%    Interleaved
/dev/rvn0           65408        0    65408     0%    Interleaved
/dev/#C43:0x1000a       -64      -64        0   100%    Interleaved
/dev/#C43:0x10012       896        0      896     0%    Interleaved
Total              328256    53376   274880    16%

It shows the device major:minor instead of the device name.  The
rest works perfectly though.  The -64 was a too small dd'd file 
I created.

So the problem as originally reported in the PR doesn't exist
anymore in 4.0 and onwards, and I suspect the same to be true for
3.4-R and onwards as well.

But I am just curious about the above.



Responsible-Changed-From-To: dg->freebsd-bugs
Responsible-Changed-By: asmodai
Responsible-Changed-When: Sun Jun 11 01:53:57 PDT 2000
Responsible-Changed-Why: 
Two years allocated, time to let the freebsd-bugs list at it
again so that we can finally resolve this.

http://www.freebsd.org/cgi/query-pr.cgi?pr=854


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006110901.CAA03608>