summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSachin Bhamare <sbhamare@panasas.com>2012-05-01 14:36:51 -0400
committerSteve Dickson <steved@redhat.com>2012-05-01 14:38:29 -0400
commita38b3e395f1c76ceb316b394a813abd4e885cc67 (patch)
tree7b8dbe77c20a52e8945521beaad6b23ca888e785 /configure.ac
parentd8c7e5e1d2aedc6cc3255b4e9572a810f9e8e678 (diff)
downloadnfs-utils-a38b3e395f1c76ceb316b394a813abd4e885cc67.tar.gz
nfs-utils-a38b3e395f1c76ceb316b394a813abd4e885cc67.tar.xz
nfs-utils-a38b3e395f1c76ceb316b394a813abd4e885cc67.zip
osd_login: Add autologin script for objlayoutdriver
From: Sachin Bhamare <sbhamare@panasas.com> This script is part of the autologin feature mandated by the pnfs-objects standard. It is called from objlayoutdriver.ko in the kernel. It invokes iscsiadm program to perform the iscsi login to OSDs. It also features a watchdog which will make sure that control returns to kernel after 15s timeout. Signed-off-by: Sachin Bhamare <sbhamare@panasas.com> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b6a1af7..20c452b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -488,6 +488,7 @@ AC_CONFIG_FILES([
utils/nfsidmap/Makefile
utils/showmount/Makefile
utils/statd/Makefile
+ utils/osd_login/Makefile
tests/Makefile
tests/nsm_client/Makefile])
AC_OUTPUT