From: Ryan Thomas <ryan@coraid.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] Standard rules for AoE devices.
Date: Tue, 09 Dec 2008 00:10:03 +0000 [thread overview]
Message-ID: <493DB75B.5090309@coraid.com> (raw)
In the interest of standardizing udev rules, please consider the
following patch that adds udev rules for the ATA over Ethernet character
and block devices. The aoe module has been a long-time member of the
kernel and needs inclusion in the standard udev rules.
Thanks,
Ryan Thomas
---
rules/packages/40-aoe.rules | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 rules/packages/40-aoe.rules
diff --git a/rules/packages/40-aoe.rules b/rules/packages/40-aoe.rules
new file mode 100644
index 0000000..38c0e00
--- /dev/null
+++ b/rules/packages/40-aoe.rules
@@ -0,0 +1,9 @@
+# aoe char devices
+SUBSYSTEM="aoe", KERNEL="discover", NAME="etherd/%k", GROUP="disk",
MODE="0220"
+SUBSYSTEM="aoe", KERNEL="err", NAME="etherd/%k", GROUP="disk",
MODE="0440"
+SUBSYSTEM="aoe", KERNEL="interfaces", NAME="etherd/%k", GROUP="disk",
MODE="0220"
+SUBSYSTEM="aoe", KERNEL="revalidate", NAME="etherd/%k", GROUP="disk",
MODE="0220"
+SUBSYSTEM="aoe", KERNEL="flush", NAME="etherd/%k", GROUP="disk",
MODE="0220"
+
+# aoe block devices
+SUBSYSTEM="aoe", KERNEL="etherd*", NAME="%k", GROUP="disk"
--
1.5.6.5
next reply other threads:[~2008-12-09 0:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-09 0:10 Ryan Thomas [this message]
2008-12-09 0:36 ` [PATCH] Standard rules for AoE devices Kay Sievers
2008-12-09 0:49 ` Marco d'Itri
2008-12-09 1:01 ` Kay Sievers
2008-12-09 3:07 ` Ryan Thomas
2008-12-09 3:23 ` Kay Sievers
2008-12-09 11:23 ` Ryan Thomas
2008-12-09 16:17 ` Kay Sievers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=493DB75B.5090309@coraid.com \
--to=ryan@coraid.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).