[dm-devel] [PATCH] multipath-tools: remove getuid/usb_id

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Nov 4 23:24:14 UTC 2016


Unnecessary, because getuid_callout was superseded by uid_attribute.

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 getuid/usb_id | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100755 getuid/usb_id

diff --git a/getuid/usb_id b/getuid/usb_id
deleted file mode 100755
index 800e471..0000000
--- a/getuid/usb_id
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-# copy in /bin and add this line to a device block in multipath.conf :
-# getuid_callout          "/bin/usb_id %n"
-#
-cd /sys/block/$1 && cd $(ls -l device|cut -d">" -f2) && cd ../../../.. && cat serial
-- 
2.10.2




More information about the dm-devel mailing list