From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764936AbdAJRtN (ORCPT ); Tue, 10 Jan 2017 12:49:13 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:33669 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759740AbdAJRtJ (ORCPT ); Tue, 10 Jan 2017 12:49:09 -0500 Subject: Re: ANNOUNCE: mdadm 4.0 - A tool for managing md Soft RAID under Linux To: Jes Sorensen , "linux-raid@vger.kernel.org" Cc: LKML , "Brown, Neil" References: <1cd97490-e650-d98b-466a-095292dc5b98@gmail.com> From: Bruce Dubbs Message-ID: <58751E90.5090306@gmail.com> Date: Tue, 10 Jan 2017 11:49:04 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <1cd97490-e650-d98b-466a-095292dc5b98@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jes Sorensen wrote: > I am pleased to announce the availability of > mdadm version 4.0 > > It is available at the usual places: > http://www.kernel.org/pub/linux/utils/raid/mdadm/ > and via git at > git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git > http://git.kernel.org/cgit/utils/mdadm/ > > The update in major version number primarily indicates this is a > release by it's new maintainer. In addition it contains a large number > of fixes in particular for IMSM RAID and clustered RAID support. In > addition this release includes support for IMSM 4k sector drives, > failfast and better documentation for journaled RAID. Thank you for the new release. Unfortunately I get 9 failures running the test suite: tests/00raid1... FAILED tests/07autoassemble... FAILED tests/07changelevels... FAILED tests/07revert-grow... FAILED tests/07revert-inplace... FAILED tests/07testreshape5... FAILED tests/10ddf-fail-twice... FAILED tests/20raid5journal... FAILED tests/10ddf-incremental-wrong-order... FAILED The procedure I used was make sudo ./test --keep-going --logdir=test-logs --save-logs I'll also note that there is an irritating message when a test fails: cp: cannot stat '/var/tmp/log': No such file or directory This can be fixed easily enough with: sed -i 's# if.* == "1"#& -a -e $targetdir/log#' test I don't know if this mailing list is the right place to report bugs or not. I do not want to spam the list with the logs but they are available at: http://anduin.linuxfromscratch.org/~bdubbs/mdadm-logs/ -- Bruce Dubbs linuxfromscratch.org