linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Standard rules for AoE devices.
@ 2008-12-09  0:10 Ryan Thomas
  2008-12-09  0:36 ` Kay Sievers
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ryan Thomas @ 2008-12-09  0:10 UTC (permalink / raw)
  To: linux-hotplug

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-12-09 16:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09  0:10 [PATCH] Standard rules for AoE devices Ryan Thomas
2008-12-09  0:36 ` 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

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).