]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make graid command line a bit more friendly by allowing volume name or
authorAlexander Motin <mav@FreeBSD.org>
Sun, 7 Oct 2012 19:30:16 +0000 (19:30 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Sun, 7 Oct 2012 19:30:16 +0000 (19:30 +0000)
commit6871a543f9beb83f451a477269a6c09c31e6657d
treec617d1bde383726701bd7c5f4fcb51dddb0cebfc
parent312188ac4a931dcc3ae749bbc349fefd3041da45
Make graid command line a bit more friendly by allowing volume name or
provider name to be specified instead of geom name (first argument in all
subcommands except label).  In most cases there is only one array used
any way, so it is not really useful to make user type ugly geom names like
Intel-f0bdf223 or SiI-732c2b9448cf.  Though they can be used in some cases.

Sponsored by: iXsystems, Inc.
MFC after: 1 month
sys/geom/raid/g_raid_ctl.c
sys/geom/raid/md_ddf.c
sys/geom/raid/md_intel.c
sys/geom/raid/md_promise.c