From a38b3e395f1c76ceb316b394a813abd4e885cc67 Mon Sep 17 00:00:00 2001 From: Sachin Bhamare Date: Tue, 1 May 2012 14:36:51 -0400 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit