Bug#1071501: [PATCH] NFS: add barriers when testing for NFS_FSDATA_BLOCKED

2024-05-29 Thread NeilBrown
On Wed, 29 May 2024, Trond Myklebust wrote: > On Tue, 2024-05-28 at 11:19 +1000, NeilBrown wrote: > > On Tue, 28 May 2024, Trond Myklebust wrote: > > > On Mon, 2024-05-27 at 13:04 +1000, NeilBrown wrote: > > > > > > > > dentry->d_fsdata

Bug#1071501: [PATCH v2] NFS: add barriers when testing for NFS_FSDATA_BLOCKED

2024-05-27 Thread NeilBrown
unblock_revalidate(). Reported-and-tested-by: Richard Kojedzinszky Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071501 Fixes: 3c59366c207e ("NFS: don't unhash dentry during unlink/rename") Signed-off-by: NeilBrown --- fs/nfs/dir.c | 47 ---

Bug#1071501: [PATCH] NFS: add barriers when testing for NFS_FSDATA_BLOCKED

2024-05-27 Thread NeilBrown
On Tue, 28 May 2024, Trond Myklebust wrote: > On Mon, 2024-05-27 at 13:04 +1000, NeilBrown wrote: > > > > dentry->d_fsdata is set to NFS_FSDATA_BLOCKED while unlinking or > > renaming-over a file to ensure that no open succeeds while the NFS > > oper

Bug#1071501: Linux NFS client hangs in nfs4_lookup_revalidate

2024-05-26 Thread NeilBrown
suggests that arm64 does need barriers some times. I don't have arm64 hardware to test on but I'm happy with your test results. Thanks, NeilBrown > > Regards, > Richard > > > On May 27, 2024 4:02:32 AM GMT+02:00, NeilBrown wrote: > > On Sun, 26 May 2024, Richard Kojedz

Bug#1071501: [PATCH] NFS: add barriers when testing for NFS_FSDATA_BLOCKED

2024-05-26 Thread NeilBrown
unblock_revalidate(). Reported-and-tested-by: Richard Kojedzinszky Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071501 Fixes: 3c59366c207e ("NFS: don't unhash dentry during unlink/rename") Signed-off-by: NeilBrown --- fs/nfs/dir.c | 44 +---

Bug#1071501: Linux NFS client hangs in nfs4_lookup_revalidate

2024-05-26 Thread NeilBrown
ve made some cosmetic improvements to the patch and will post it to the NFS maintainers. Thanks again, NeilBrown > > Thanks, > Richard > > 2024-05-24 07:29 időpontban Richard Kojedzinszky ezt írta: > > Dear Neil, > > > > I've applied your patch, and since t

Bug#1071501: Linux NFS client hangs in nfs4_lookup_revalidate

2024-05-23 Thread NeilBrown
and a list of package dependencies that I need to install (on Debian), I can give it a try. Or you could try this patch. It might help, but I don't have high hopes. It adds some memory barriers and fixes a bug which would cause a problem if memory allocation failed (but memory allocation nev

Bug#852395: unblock: gssproxy/0.5.1-2

2017-03-19 Thread NeilBrown
in Debian (with the >>>admin choosing) or is it an "xor"? >>> > > I think there are two questions: > > a) can they both exist in different packages that conflict with each > other? I'm guessing that will probably be yes. > > b) can they both be

Bug#784070: Newly-created arrays don't auto-assemble - related to hostname change?

2016-11-22 Thread NeilBrown
On Tue, Nov 22 2016, Andy Smith wrote: > Hi Neil, > > On Tue, Nov 22, 2016 at 09:56:28AM +1100, NeilBrown wrote: >> Thanks. Sorry this is taking a lot of back-and-forth... > > No worries. This is very interesting to me and I'd also like to know > what is going wrong even

Bug#837964: 95a05b3 broke mdadm --add on my superblock 1.0 array

2016-10-05 Thread NeilBrown
512 at other times. However the correct test isn't whether cluster-raid is in use. The metadata has always been aligned on a 4K boundary. If data_offset and bblog_offset and bitmap_offset all have 4K alignment, then rounding up to 4K for the bitmap writes would be correct. If anything have a smaller alignment, then it isn't necessary and so should be avoided. So the best fix would be to test those 3 offsets, and round up to a multiple of 4096 only if all of them are on a 4K boundary. NeilBrown signature.asc Description: PGP signature

Bug#809447: mdadm: update=metadata with 4TB disks result in different sizes and superblock versions

2016-01-03 Thread NeilBrown
he new incorrect metadata should be removed. If you apply the above patch to mdadm (maybe get clean source with git clone git://neil.brown.name/mdadm then apply the patch and run "make") you should be able to assemble --update=metadata and get a working array. Thanks for the report. NeilBrown signature.asc Description: PGP signature

Bug#784070: The same bug exists in Dracut

2015-07-05 Thread NeilBrown
md with dracut without first updating at least to verions 042 - and I notice there is 043 out, so best to start with that. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#784874: Fwd: Bug#784874: mdadm --re-add Segmentation Fault

2015-05-14 Thread NeilBrown
was when mdadm crashed - that code path should hardly ever be reached. Anyway, the fix is at: http://git.neil.brown.name/?p=mdadm.git;a=commitdiff;h=2609f339028a6035a3fadb1190b565438000e35c in case the Debian maintainer wants to pick it up. Thanks for the report. NeilBrown I managed

Bug#784874: mdadm --re-add Segmentation Fault

2015-05-12 Thread NeilBrown
which is not currently active. So mdadm --assemble /dev/md/storage /dev/sdg /dev/sdh /dev/sdi /dev/sdj is probably the command that you want. NeilBrown pgpyK6yuGD0h5.pgp Description: OpenPGP digital signature

Bug#780941: mdadm.conf: missing explicit hotplug POLICY

2015-03-22 Thread NeilBrown
more likely than media or mechanism failure. i.e. the best choice depends on the particular hardware in use. NeilBrown ## automatically use devices as new spares (enabling rebuild) # # POLICY domain=default action=spare ___ pkg-mdadm-devel

Bug#763917: mdadm: rounding errors in human_size()

2014-12-17 Thread NeilBrown
need about 56bits of bytes for there to be a rounding problem. That's 64 petabytes. I decide to just do the simple transformation. If we get arrays close to petabytes I would want to make other changes, like reporting the number of terabytes for larger arrays. Thanks, NeilBrown

Bug#763080: Fails to assemble a reshaping raid after disk hickup

2014-09-28 Thread NeilBrown
f81a2b56c4b437f66aaf5582a9c6b7f5ab2103c4 Author: NeilBrown ne...@suse.de Date: Tue Oct 22 09:55:04 2013 +1100 Assembe: fix bug in force_array - it wasn't forcing properly. which is in mdadm-3.3.1. NeilBrown pgp7CNgR9NaGZ.pgp Description: OpenPGP digital signature

Bug#763207: mdadm: kernel segfault related to software RAID5 rebuild

2014-09-28 Thread NeilBrown
. There is no evidence that it is related to md except by pure co-incidence. 11: 60XT-PIC-XT-PICsata_via Presumably problem is related to 'via' SATA driver. NeilBrown pgpJ6rbaBrIEj.pgp Description: OpenPGP digital signature

Bug#759063: mdadm RAID5 array intermittently stalls during a write operation

2014-08-25 Thread NeilBrown
stride= and stripe_width= options to encourage it rotate the bitmaps etc around the drives. NeilBrown signature.asc Description: PGP signature

Bug#759063: mdadm RAID5 array intermittently stalls during a write operation

2014-08-23 Thread NeilBrown
are on the first drive. It would be worth asking on ext3-us...@redhat.com.au http://www.redhat.com/mailman/listinfo/ext3-users NeilBrown signature.asc Description: PGP signature

Bug#755703: libtirpc1 0.2.4-1 causes rpc.gssd to crash on nfs4 sec=krb5 mount

2014-07-22 Thread NeilBrown
information https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755703 How can I fix this bug in Debian? Build both nfs-utils and libtirpc *without* --with-gssglue, get rid of libgssglue1. (this was a major headache for openSUSE, but some of that was internal issues) NeilBrown

Bug#733831: wiggle: FTBFS on big endian (mips, powerpc, s390x sparc) but built previously

2014-01-08 Thread NeilBrown
On Mon, 6 Jan 2014 04:11:10 + Dimitri John Ledkov x...@ubuntu.com wrote: Control: tag -1 patch On 6 January 2014 03:28, NeilBrown ne...@suse.de wrote: On Wed, 1 Jan 2014 04:06:44 + Dimitri John Ledkov x...@ubuntu.com wrote: On 1 January 2014 03:55, NeilBrown ne

Bug#733831: wiggle: FTBFS on big endian (mips, powerpc, s390x sparc) but built previously

2014-01-05 Thread NeilBrown
On Wed, 1 Jan 2014 04:06:44 + Dimitri John Ledkov x...@ubuntu.com wrote: On 1 January 2014 03:55, NeilBrown ne...@suse.de wrote: On Wed, 01 Jan 2014 02:49:26 + Dimitri John Ledkov x...@ubuntu.com wrote: I'm also CC'ing upstream author of wiggle, to look into big-endian test

Bug#556610: Please do incremental checks every night instead of a full monthly one

2014-01-05 Thread NeilBrown
feedback and suggestions there and when it is ready we can include it in the upstream mdadm package. NeilBrown I'll think about it all more. Any news? signature.asc Description: PGP signature

Bug#733831: wiggle: FTBFS on big endian (mips, powerpc, s390x sparc) but built previously

2013-12-31 Thread NeilBrown
released. I would suggest trying v1.0 and see if the test failures are fixed there or not. I don't have access to a big-endian so I cannot easily perform the tests and find the cause directly. NeilBrown signature.asc Description: PGP signature

Bug#731884: Problem is order of partitions seen by mdadm

2013-12-14 Thread NeilBrown
On Sat, 14 Dec 2013 16:38:08 + Ben Hutchings b...@decadent.org.uk wrote: Right, I don't think it is correct to look for firmware RAID signatures inside partitions. Upstream commit 357ac1067835d1cdd5f80acc28501db0ffc64957 NeilBrown signature.asc Description: PGP signature

Bug#717681: linux-image-3.10-1-amd64: reproducable Data loss with kernel linux-image-3.10-1-amd64 with md-raid devices

2013-07-23 Thread NeilBrown
On Wed, 24 Jul 2013 04:02:15 +0100 Ben Hutchings b...@decadent.org.uk wrote: Neil, does the report below sound like the bug you fixed with: commit 7bb23c4934059c64cbee2e41d5d24ce122285176 Author: NeilBrown ne...@suse.de Date: Tue Jul 16 16:50:47 2013 +1000 md/raid10: fix two

Bug#715324: mdadm: many files missing from upstream (docs, mdassemble and raid6check)

2013-07-07 Thread NeilBrown
. NeilBrown signature.asc Description: PGP signature

Bug#715324: mdadm: many files missing from upstream (docs, mdassemble and raid6check)

2013-07-07 Thread NeilBrown
On Mon, 08 Jul 2013 02:38:17 +0200 Christoph Anton Mitterer cales...@scientia.net wrote: On Mon, 2013-07-08 at 09:48 +1000, NeilBrown wrote: Maturity. Ah... I wasn't aware that upstream still actively discourages it's use :) I don't discourage it's use, but I don't really want to encourage

Bug#705454: mdadm: --examine --scan generates wrong #spares

2013-05-06 Thread NeilBrown
On Mon, 6 May 2013 09:22:42 +0200 (CEST) Thorsten Glaser t.gla...@tarent.de wrote: On Wed, 1 May 2013, NeilBrown wrote: mdadm --examine --scan looks at all devices, whether they are currently attached to an md array or not. Maybe it found a device that looked like a spare but isn't

Bug#705454: mdadm: --examine --scan generates wrong #spares

2013-04-30 Thread NeilBrown
the arrays assembled. NeilBrown signature.asc Description: PGP signature

Bug#703315: mdadm: core dump with bad disk

2013-03-27 Thread NeilBrown
in mainline and by commit 0d478e243a90a48fe4da581c7302771f0d66fb3b in the mdadm-3.2.x branch and thus in mdadm-3.2.6. NeilBrown signature.asc Description: PGP signature

Bug#696650: [PATCH v5] md: protect against crash upon fsync on ro array

2013-02-04 Thread NeilBrown
the following versions: 3.8-rc5, 3.7.5, 3.4.28, 3.2.37, 3.0.61, 2.6.34.14 and 2.6.32.60. Cheers, Sebastian Thanks! I've added Cc: sta...@vger.kernel.org and will forward it to Linus shortly. NeilBrown signature.asc Description: PGP signature

Bug#698846: wiggle: non-DFSG document in source tarball

2013-02-04 Thread NeilBrown
On Fri, 25 Jan 2013 19:05:05 +0200 jari jari.aa...@cante.net wrote: On 2013-01-25 09:54, NeilBrown wrote: | On Thu, 24 Jan 2013 15:12:38 +0200 jari jari.aa...@cante.net wrote: | | Hi Neil, | | Would you have any ideas for the *.ps file? | http://bugs.debian.org/cgi-bin/bugreport.cgi

Bug#698846: wiggle: non-DFSG document in source tarball

2013-01-24 Thread NeilBrown
On Thu, 24 Jan 2013 15:12:38 +0200 jari jari.aa...@cante.net wrote: Hi Neil, Would you have any ideas for the *.ps file? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698846 I'm sorry, but I don't understand the question. Maybe you could use more words? NeilBrown signature.asc

Bug#624343: data corruption: md changes max_sector setting of running md devices

2013-01-07 Thread NeilBrown
On Mon, 7 Jan 2013 13:34:05 +0100 (CET) bug556...@arcor.de wrote: Hello, thanks for responding. NeilBrown: The upstream bug tracker is mailto:linux-r...@vger.kernel.org Well ok, though a regular mailinglist makes it rather hard to get an overview for non-devs, and reporting

Bug#624343: data corruption: md changes max_sector setting of running md devices

2013-01-06 Thread NeilBrown
md do the extra buffering and splitting that you suggest. Maybe the best interim fix is to reject the added device is its limits are too low. NeilBrown Note: This is reproducible in much more common scenarios as the original reporter had (e.g. --add a USB (3.0 these days) drive

Bug#680366: linux-image-3.2.0-0.bpo.2-amd64: md raid6 deadlock on write

2012-07-22 Thread NeilBrown
, instead of minutes when running last kernel from Linus git tree, up to commit 9e85a6f. For more information follow the thread on linux-r...@vger.kernel.org: http://marc.info/?l=linux-raidm=134136614330049w=4 Following that link: NeilBrown wrote: On Mon, 2 Jul 2012 23:15:08 +0100 Jose

Bug#681056: mdadm-3.2.5: segfault in --grow --continue

2012-07-16 Thread NeilBrown
On Wed, 11 Jul 2012 13:15:38 +0200 Sebastian Hegler sebastian.heg...@tu-dresden.de wrote: Hi! Am 11.07.2012 um 04:26 schrieb NeilBrown: I should have asked which kernel you were running. I'm guessing that it is earlier than 2.6.25, and so is missing upstream commit

Bug#681056: mdadm-3.2.5: segfault in --grow --continue

2012-07-10 Thread NeilBrown
arrays because those are the only ones that need to use it. Adding a test for 'mdstat' being NULL and not trying to call verify_reshape_position in that case is the simplest fixed I expect, though I haven't tested yet. Possibly something more thorough is needed. NeilBrown signature.asc

Bug#674821: xserver-xorg-input-tslib: undefined symbol: xf86XInputSetScreen reported when X loads tslib_drv.so

2012-05-27 Thread NeilBrown
with xserver-xorg-core 2:1.12.1.902-1. Reverting to xserver-xorg-core_1.11.4-1 and related packages restores a functioning X server. Thanks, NeilBrown -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: armel (armv7l

Bug#658701: mdadm: should send email if mismatches are reported by a check

2012-05-27 Thread NeilBrown
, but it is not something that should be automatically reported to a casual sysadmin. NeilBrown signature.asc Description: PGP signature

Bug#673344: mdadm: man page typo

2012-05-17 Thread NeilBrown
through to Debian in due course. NeilBrown signature.asc Description: PGP signature

Bug#668035: mdadm: Default to mailing root

2012-04-12 Thread NeilBrown
want email. The simplest way to get rid of the message might be to add --syslog or maybe $DEAMON_OPTIONS to the exec $MDADM --monitor --scan --oneshot line in /etc/cron.daily/mdadm I would accept a patch to the documentation to suggest including --syslog in that example. NeilBrown

Bug#599821: mdadm: mismatch_cnt is not well checked or reported

2011-12-06 Thread NeilBrown
=d97a5e60506343bd8cb2b75d5003b2a49cbc8566 Thanks, NeilBrown On nonzero mismatch_cnt it makes log entry like this: --8--- Dec 6 22:52:42 squeeze mdadm[2376]: RebuildFinished event detected on md device /dev/md0, component device mismatches found: 128 (on raid level 1) 8-- Thus, you

Bug#645563: mdadm: segmentation fault when converting raid10 to raid0

2011-10-16 Thread NeilBrown
*/ ping_monitor(container); Change that to if (container) ping_monitor(container); and the problem should go away. I'll commit a similar patch upstream once I have had a chance to look at it properly. Thanks, NeilBrown signature.asc

Bug#645563: mdadm: segmentation fault when converting raid10 to raid0

2011-10-16 Thread NeilBrown
On Sun, 16 Oct 2011 23:42:46 -0400 Daniel Kahn Gillmor d...@fifthhorseman.net wrote: On 10/16/2011 09:55 PM, NeilBrown wrote: On line 1556 for Grow.c you'll find something like: /* FIXME this is added with no justification - why is it here */ ping_monitor

Bug#641886: /etc/cron.daily/mdadm fails if mdadm monitor daemon is already running

2011-09-18 Thread NeilBrown
; case O(MONITOR,'t'): /* test */ test = 1; This will be in mdadm upstream in the next 24hours. Thanks for the report. NeilBrown signature.asc Description: PGP signature

Bug#641584: mdadm-raid does not assemble mds on multipath devices

2011-09-14 Thread NeilBrown
and will not be extended. dm-multipath is the only multipath that anyone should use. Thanks, NeilBrown signature.asc Description: PGP signature

Bug#628667: Verified: Patch for Upstream

2011-08-01 Thread NeilBrown
On Sat, 30 Jul 2011 23:09:10 -0400 Scott Schaefer saschae...@neurodiverse.org wrote: Verified exists in 3.1.4 and 3.2.2. Attached patch is against 3.2.2 code. I have applied this patch to my git tree so it'll appear in the next release. Thanks, NeilBrown http://neil.brown.name/git?p=mdadm

Bug#628668: mdadm: Impossible to clear the write-mostly flag in metadata

2011-08-01 Thread NeilBrown
. I have added a patch to me 'for-next' branch and it should appear in 3.1-rc at some stage. Thanks for the report. NeilBrown http://neil.brown.name/git?p=md;a=commitdiff;h=f5d912d100ea7078bd28668aa3265ebd2bb53a84 From: NeilBrown ne...@suse.de Date: Tue, 2 Aug 2011 03:38:35 + (+1000) Subject

Bug#601198: mdadm: Does all that can be expected ...

2011-07-31 Thread NeilBrown
magic and handle this and other potential cases in some better way. Asking it to do so raises a great deal many more problems than it solves. I've just queued the following kernel patch which will be in 3.1 which I believe is the best way to address this issue. Thanks, NeilBrown From

Bug#621786: One Thought/Thing to Try

2011-07-14 Thread NeilBrown
load_super1) to if (posix_memalign((void**)super, 4096, made any difference. i.e. get the source, make this change, compile and install. Then revert the change to mdadm.conf and see if it then fails or works. Thanks, NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#618463: RFC: Change Severity

2011-07-10 Thread NeilBrown
true this issue is fixed in 3.2.2. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#624343: linux-image-2.6.38-2-amd64: frequent message bio too big device md0 (248 240) in kern.log

2011-05-01 Thread NeilBrown
device to tell the layer above that something has changed. But these are both fairly intrusive which unclear performance/complexity implications and no one has bothered. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#621786: mdadm: invalid pointer or memory corruption on armel system

2011-04-09 Thread NeilBrown
--assemble and send the /tmp/trace output and also your mdadm.conf Hopefully that will be enough to either determine the problem, or be able to reproduce it. Thanks. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#618463: mdadm: Mdadm grow of Raid1 destroys metadata

2011-03-17 Thread NeilBrown
would like md to be able to be told immediately when it happens. Or something like that. Certainly a good idea. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#615494: mdadm: new upstream version available

2011-02-26 Thread NeilBrown
On Sun, 27 Feb 2011 00:04:00 +0100 Christoph Anton Mitterer cales...@scientia.net wrote: Package: mdadm Severity: wishlist Hi. A new upstream version (3.2) is available. Did you read the release notes? Debian should wait for 3.2.1 NeilBrown -- To UNSUBSCRIBE, email to debian

Bug#607565: initramfs-tools: initramfs fails to assemble Intel RAID array

2011-01-30 Thread NeilBrown
. Thanks, NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#597563: grub-common: grub-probe segfaults scanning lvm devices

2011-01-09 Thread NeilBrown
, metadata (presumably) 0.90, two devices have index 0. What do you mean by two devices have index 0 ??? I could see nothing in any of the posts you sent that could be interpreted that way. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#597563: grub-common: grub-probe segfaults scanning lvm devices

2011-01-09 Thread NeilBrown
On Sun, 09 Jan 2011 22:32:01 +0100 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 01/09/2011 09:55 PM, NeilBrown wrote: On Sat, 8 Jan 2011 17:53:07 -0500 (EST) Matthew Gabeler-Lee chee...@cheetah.fastcat.org wrote: On Sat, 8 Jan 2011, Vladimir 'φ-coder/phcoder

Bug#597563: grub-common: grub-probe segfaults scanning lvm devices

2011-01-09 Thread NeilBrown
On Sun, 09 Jan 2011 17:13:10 -0500 Matthew Gabeler-Lee chee...@fastcat.org wrote: On 1/9/2011 16:57, NeilBrown wrote: Simply running mdadm --zero-superblock /dev/sdb should fix it. Well, that doesn't work very well: mdadm: Couldn't open /dev/sdb for write - not zeroing ... strace

Bug#539649: checkarray: BUG: unable to handle kernel NULL pointer dereference at 00000003

2009-08-02 Thread NeilBrown
/git/torvalds/linux-2.6.git;a=commitdiff;h=303a0e11d0ee136ad8f53f747f3c377daece763b NeilBrown *pde = Oops: [#1] SMP last sysfs file: /sys/block/md1/md/sync_action Modules linked in: Pid: 19080, comm: md0_resync Not tainted (2.6.29 #1) System Product Name EIP: 0060:[c014724b

Bug#534470: Using mdadm 2.6.7.2 to assemble a raid array created withmdadm 1.9.0 will corrupt it making mdadm 1.9.0 to crash whentrying to reassemble

2009-06-26 Thread NeilBrown
, I don't know what to do and would be grateful for any suggestion to make my system boot again. Use --create --assume-clean again but add the --uuid= option there. If that doesn't work (and I'm not 100% sure it will), you will need to find a way to rebuild your initrd. NeilBrown

Bug#534470: Using mdadm 2.6.7.2 to assemble a raid array created withmdadm 1.9.0 will corrupt it making mdadm 1.9.0 to crash whentrying to reassemble

2009-06-26 Thread NeilBrown
I would try would be: - --create the array - mount the filesystem - chroot /mount/point - mkinitramfs (or whatever the command is). Maybe it is mkinitrd in that release of Debian. Maybe Martin can help there? NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#530642: MDADM spare-group does not work

2009-05-26 Thread NeilBrown
On Wed, May 27, 2009 2:21 am, martin f krafft wrote: Neil, this is about c7b474474c793e9a82bd0d84868fdf7367c89696. Will you make a 2.6.10 sometime for this? Maybe in a week or two. I really want to get 3.0 out first, but there are lots of other things distracting me even from that. NeilBrown

Bug#514627: mdadm: autocheck generates errors: INFO: task md1_resync:5528 blocked for more than 120 seconds

2009-02-10 Thread NeilBrown
. For the record, this is fixed by kernel patch commit 9744197c3d7b329590c2be33ad7b17409bd798fe which is in 2.6.28 NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org