From: Sachin Bhamare Date: Tue, 1 May 2012 18:36:51 +0000 (-0400) Subject: osd_login: Add autologin script for objlayoutdriver X-Git-Tag: nfs-utils-1-2-6-rc7~14 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=a38b3e395f1c76ceb316b394a813abd4e885cc67 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 --- 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