aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/zfs/etc-zfs/zpool.d/upath
diff options
context:
space:
mode:
Diffstat (limited to 'straper/db/public/zfs/etc-zfs/zpool.d/upath')
-rwxr-xr-xstraper/db/public/zfs/etc-zfs/zpool.d/upath8
1 files changed, 0 insertions, 8 deletions
diff --git a/straper/db/public/zfs/etc-zfs/zpool.d/upath b/straper/db/public/zfs/etc-zfs/zpool.d/upath
deleted file mode 100755
index e37ee1b..0000000
--- a/straper/db/public/zfs/etc-zfs/zpool.d/upath
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-if [ "$1" = "-h" ] ; then
- echo "Show the underlying path for a device."
- exit
-fi
-
-# shellcheck disable=SC2154
-echo upath="$VDEV_UPATH"