]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Create.c
Improve error message when trying to create an array that already exists.
authorDoug Ledford <dledford@redhat.com>
Sun, 8 Jul 2007 23:59:50 +0000 (09:59 +1000)
committerNeil Brown <neilb@suse.de>
Sun, 8 Jul 2007 23:59:50 +0000 (09:59 +1000)
commit32e5a4ee4c7a310c67faa7d1301af2ae6d75e884
tree5df24921f6a4e049add9d5b1d7166f564659b144
parenta17a3de364806681fc7c1395364d11061a638ff3
Improve error message when trying to create an array that already exists.

From: Doug Ledford <dledford@redhat.com>

Simple bugfix.  If an array already exists and we are asked to create
this array, error out with an error message that makes sense to people
instead of an error that the SET_ARRAY_INFO ioctl had an invalid
argument.  Plus a typo correction.
Create.c