[Ocfs2-tools-devel] [PATCH] Use symlink instead of name in udev rules

Goldwyn Rodrigues rgoldwyn at gmail.com
Mon May 27 06:55:27 PDT 2013


Fixes the error:
 systemd-udevd[2474]:
NAME="misc/ocfs2_control" ignored, kernel device nodes can not be renamed;
please fix it in /etc/udev/rules.d/51-ocfs2.rules:1

Signed-off-by: Tim Serong <tserong at suse.com>
Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com>
---
diff --git a/vendor/common/51-ocfs2.rules b/vendor/common/51-ocfs2.rules
index e348e25..e21e2b4 100644
--- a/vendor/common/51-ocfs2.rules
+++ b/vendor/common/51-ocfs2.rules
@@ -1,2 +1,2 @@
-KERNEL=="ocfs2_control", NAME="misc/ocfs2_control", MODE="0660"
+KERNEL=="ocfs2_control", SYMLINK+="misc/ocfs2_control", MODE="0660"



More information about the Ocfs2-tools-devel mailing list