From a38b3e395f1c76ceb316b394a813abd4e885cc67 Mon Sep 17 00:00:00 2001 From: Sachin Bhamare Date: Tue, 1 May 2012 14:36:51 -0400 Subject: [PATCH] osd_login: Add autologin script for objlayoutdriver From: Sachin Bhamare 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 Signed-off-by: Boaz Harrosh Signed-off-by: Steve Dickson --- configure.ac | 1 + utils/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 diff --git a/utils/Makefile.am b/utils/Makefile.am index 5df7ca7..09045dd 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -32,6 +32,7 @@ SUBDIRS = \ nfsstat \ showmount \ statd \ + osd_login \ $(OPTDIRS) MAINTAINERCLEANFILES = Makefile.in -- 2.39.2