Whamcloud - gitweb
from Brian: adjust default lsd location to /usr/sbin instead of /sbin/
authorericm <ericm>
Tue, 19 Apr 2005 22:14:36 +0000 (22:14 +0000)
committerericm <ericm>
Tue, 19 Apr 2005 22:14:36 +0000 (22:14 +0000)
lustre/mds/mds_lsd.c

index fbc3de3..dea07fe 100644 (file)
@@ -211,7 +211,7 @@ int mds_init_lsd_cache()
         cache->uc_name = "LSD_CACHE";
 
         /* set default value, proc tunable */
         cache->uc_name = "LSD_CACHE";
 
         /* set default value, proc tunable */
-        sprintf(cache->uc_upcall, "%s", "/sbin/lsd_upcall");
+        sprintf(cache->uc_upcall, "%s", "/usr/sbin/lsd_upcall");
         cache->uc_entry_expire = 5 * 60;
         cache->uc_acquire_expire = 5;
 
         cache->uc_entry_expire = 5 * 60;
         cache->uc_acquire_expire = 5;