| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Observed by: Chris Bolt <chris-lists@bolt.cx>
|
| |
|
|
|
|
|
|
| |
Submitted by: Olivier Tharan <olivier.tharan@idealx.com>
PR: docs/37094
MFC after: 1 week
|
| |
|
|
|
|
| |
Noted by: Sean Eric Fagan <sef@kithrup.com>
|
|
|
|
| |
Keep document title (.Dt) in CAPITALS, as required by the mdoc(7) manpage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
vinum_mirror, vinum_raid4, vinum_raid5.
Correct typos.
Show new output of the 'list' and 'ls' commands.
Update examples to use 279 kB stripe sizes instead of 256 kB.
Clarify some text.
Remove the description of the 'invalid ioctl' messages which now no
longer occur.
Add a description of the 'retryerrors' keyword.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
userland tool:
Use the vfs.devfs.generation sysctl to test for devfs presense
(thanks phk!) when devfs is active it will not try to create the
device nodes in /dev and therefore will not complain about the
failure to do so.
Revert the change in the #define for VINUM_DIR in the kernel
header so that vinum can find its device nodes.
Replace perror() with vinum_perror() to print file/line when
DEVBUG is defined (not defined by default).
kernel:
Don't use the #define names for the "superdev" creation since
they will be prepended by "/dev/" (based on VINUM_DIR), instead
use string constants.
Create both debug and non-debug "superdev" nodes in the devfs.
Problem noticed and fix tested by: Martin Blapp <mblapp@fuchur.lan.attic.ch>
|
|
|
|
|
|
|
|
|
| |
Submitted by: Jimmy Olgeni <olgeni@uli.it>
PR: 24233
Fix typos.
Submitted by: "Jeroen C. van Gelderen" <jeroen@vangelderen.org>
|
| |
|
|
|
|
|
|
|
|
| |
Correct location of history file.
Change references from /dev/wd to /dev/ad.
Use more appropriate defaults for stripe size in examples.
|
| |
|
|
|
|
| |
Reported by: Crist J . Clark <cjclark@alum.mit.edu>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
multi-plex volume.
Confusion reported by: many
Clarify recommendations for default plex stripe size.
|
| |
|
| |
|
|
|
|
| |
Tripped-over-by: Nicole Harrington <nicole@picturetrail.com>
|
|
|
|
|
|
| |
This is still terrible. I need to finally implement variables.
Reported-by: jmg
|
| |
|
|
|
|
|
|
|
|
|
| |
directly off the drives.
This command shows a minor problem: it requires that the device nodes
exist, whereas kernel Vinum does not. Thus dumpconfig may show no
configuration for certain drives which are up and happily running.
This is documented in the man page.
|
|
|
|
|
|
|
|
|
|
| |
Describe -i option for start.
Update description of start command (will now work on plexes).
Update discussion of choice of stripe size (don't use power of 2).
Remove references to raw devices.
|
|
|
|
|
|
|
|
|
| |
Describe stop -f to stop when config updates are disabled.
Explain in more detail why Vinum needs its own partition type, and why
you can't make it the c partition.
Implicitly-sanctioned-by: jkh
|
|
|
|
|
|
|
| |
Submitted-by: Marius Bendiksen <marius@marius.scancall.no>
Describe state transitions in more detail, in particular how to revive
subdisks.
|
| |
|
|
|
|
|
|
| |
Remove a half-started message.
Reported-by: "Jeffrey J. Mountin" <jeff@mountin.net>
|
| |
|
|
|
|
|
| |
Describe use of -w option with start.
Tidy up descriptions of scale factor suffixes.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Properly xref RFCs.
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
|
| |
|
|
|
|
|
| |
PR: docs/13050
Reported-by: Dan Langille<junkmale@xtra.co.nz>
|
| |
|
| |
|
|
|
|
| |
Document the dangers of adding subdisks to striped and RAID-5 plexes.
|
|
|
|
|
|
|
|
|
|
|
|
| |
entries go into the config file.
Clarify what names can be used for Vinum drives, and what will happen
to you if you use other names.
Forcibly-demonstrated-by: Thomas Stromberg <tstromberg@rtci.com>
Peter K Campbell <PCampbel@vtrlmel1.telstra.com.au>
George Cox <george.cox@sophos.com>
many others, but those were the only three today.
|
|
|
|
|
|
|
|
| |
Describe new scale letter for sizes: 's' (sector) instead of 'b'
(block). Both mean 512 bytes, but 'b' is deprecated because it's
confusing.
Document log file and environment variables.
|
|
|
|
| |
Reorganize OPTIONS section into alphabetical order.
|
|
|
|
|
|
| |
explaining the syntax of the 'read' command.
Shot-in-foot-by: Bob Gustwick <gustwick@oldzoom.bga.com>
|
|
|
|
|
|
|
|
| |
Remove comments about not being able to unload from the command line.
Add another example configuration output.
Clarify when to use 'vinum start' and when to use 'vinum read'.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When creating a new drive, if the drive already has a vinum label,
and name doesn't match the specified drive, do it anyway if the
'force' flag is specified.
Continually-tripped-over-by: Karl Pielorz <kpielorz@tdx.co.uk>
Update information about partition type for Vinum drives. They
*should* be of type 'vinum', but currently we still accept (and
complain about) partitions of type 'unused'. At a later date, only
'vinum' will be accepted.
Threatened-since: over a year
|
| |
|
| |
|
|
|
|
|
|
| |
Fix a confusion between slices and partitions.
Clarify the problems of small stripe sizes (< 128 kB).
|