]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r248068 (by sbruno):
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Jun 2013 09:21:21 +0000 (09:21 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Jun 2013 09:21:21 +0000 (09:21 +0000)
commit9f48e352dbe9c06c81f3d20e25ad7cfe94688e0a
tree7b89b7a8151f51919a13f8dd960747bc6fb0772f
parent6299e7049f3e9fb7d1df9c531b02de28721580bf
MFC r248068 (by sbruno):
Add legacy support to geom raid to create a /dev/arX device for support
of upgrading older machines using ataraid(4) to newer releases.

This optional parameter is controlled via kern.geom.raid.legacy_aliases
and will create a /dev/ar0 device that will point at /dev/raid/r0 for
example.

Tested on Dell SC 1425 DDF-1 format software raid controllers installing from
stable/7 and upgrading to stable/9 without having to adjust /etc/fstab

git-svn-id: svn://svn.freebsd.org/base/stable/9@251916 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/geom/raid/g_raid.c