summaryrefslogtreecommitdiff
path: root/rules/packages/64-md-raid.rules
AgeCommit message (Collapse)Author
2009-05-11delete vol_id and require util-linux-ng's blkidKay Sievers
2009-03-16rules: md-raid.rules fixMichal Soltys
md/array_state in case of partition doesn't exist, so all uevents for partitions didn't execute any SYMLINK rules Signed-off-by: Michal Soltys <soltys@ziu.info>
2009-02-13rules: add "watch" option to dm and md rulesKay Sievers
2009-02-05rules: fix md "change"/"remove" handlingKay Sievers
On Thu, Feb 5, 2009 at 08:43, Harald Hoyer <harald@redhat.com> wrote: > Radek Vykydal <rvykydal@redhat.com> encountered a problem with md devices. > If the raid is about to be removed a "change" and "remove" event is sent.
2008-11-06rules: md - add mdadm 3 device namingKay Sievers
2008-10-07replace spaces in dm and md name symlinksKay Sievers
We create multiple symlinks for dm names with spaces, which isn't what we want.
2008-08-27rules: fix md rules for partitioned devicesMichal Soltys
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.