[Bug 869261] New: RFE: check md raids data consistency
https://bugzilla.novell.com/show_bug.cgi?id=869261 https://bugzilla.novell.com/show_bug.cgi?id=869261#c0 Summary: RFE: check md raids data consistency Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Enhancement Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: gleixner@lrz.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 It is best practice to check raid systems regulary. Linux md raid can be triggered to do so. So i requet the enhancement to do so. Implementation example: linux:/etc/cron.monthly # cat check_raid #!/usr/bin/env bash # for i in /sys/block/md* ; do echo check > $i/md/sync_action done Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=869261 https://bugzilla.novell.com/show_bug.cgi?id=869261#c1 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwiedemann@suse.com AssignedTo|bnc-team-screening@forge.pr |nfbrown@suse.com |ovo.novell.com | --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-04-04 09:25:01 CEST --- -> giving to mdadm maintainer Debian 7.0 (wheezy) has this with /etc/cron.d/mdadm # By default, run at 00:57 on every Sunday, but do nothing unless the day of # the month is less than or equal to 7. Thus, only run on the first Sunday of # each month. crontab(5) sucks, unfortunately, in this regard; therefore this # hack (see #380425). 53 1 8 * * root if [ -x /usr/share/mdadm/checkarray ]; then /usr/share/mdadm/checkarray --cron --all --idle --quiet; fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=869261 https://bugzilla.novell.com/show_bug.cgi?id=869261#c2 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Neil Brown <nfbrown@suse.com> 2014-04-08 01:32:54 UTC --- Yes, we really should be doing something like this. I'll try to get something into factory within a couple of weeks. Thanks for the suggestion. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=869261 https://bugzilla.novell.com/show_bug.cgi?id=869261#c3 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Neil Brown <nfbrown@suse.com> 2014-09-16 01:18:36 UTC --- Weeks turned into month - sorry. I've submitted an update which adds this functionality. It will appear in Factory shortly and subsequently into 13.2 I won't backport it to 13.1, but you should be able to find rpms at https://build.opensuse.org/package/binaries/Base:System/mdadm?repository=ope... shortly. Need release "145" at least. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=869261 https://bugzilla.novell.com/show_bug.cgi?id=869261#c4 --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-09-16 04:00:20 CEST --- This is an autogenerated message for OBS integration: This bug (869261) was mentioned in https://build.opensuse.org/request/show/249485 Factory / mdadm -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com