[systemd-devel] [PATCH] rules: block - add scm block devices to whitelist

2016-06-09 Thread Sebastian Ott
Since the introduction of the whitelist in 60-persistent-storage.rules block device symlinks are no longer created for scm block devices. Add scm to the whitelist. Signed-off-by: Sebastian Ott <seb...@linux.vnet.ibm.com> --- rules/60-persistent-storage.rules | 2 +- 1 file changed, 1 ins

[systemd-devel] [PATCH] udev: path_id - fix by-path link generation for scm devices

2013-09-17 Thread Sebastian Ott
Set some_transport = true to prevent scm devices from being ignored. Suggested-by: Harald Hoyer har...@redhat.com Signed-off-by: Sebastian Ott seb...@linux.vnet.ibm.com --- src/udev/udev-builtin-path_id.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/udev/udev-builtin-path_id.c b/src

[systemd-devel] [PATCH] udev: path_id - add scm support

2012-10-09 Thread Sebastian Ott
Add support for scm block devices. Introduced here: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=f30664e2 Signed-off-by: Sebastian Ott seb...@linux.vnet.ibm.com --- src/udev/udev-builtin-path_id.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff