EVENTS_TYPE_DAEMON,
"*Director*",
(intptr_t)get_first_port_host_order(director->DIRaddrs), "Director startup %s (%s)",
- VERSION, BDATE);
+ VERSION, LSMDATE);
// init_device_resources();
events_send_msg(NULL, "DD0002",
EVENTS_TYPE_DAEMON, "*Director*",
(intptr_t)get_first_port_host_order(director->DIRaddrs), "Director shutdown %s (%s)",
- VERSION, BDATE);
+ VERSION, LSMDATE);
}
stop_watchdog();
terminate_collector_threads();
/* Keep track of the important events */
events_send_msg(NULL, "FD0001",
EVENTS_TYPE_DAEMON, "*Daemon*",
- (intptr_t)get_first_port_host_order(me->FDaddrs), "Filed startup %s (%s)", VERSION, BDATE);
+ (intptr_t)get_first_port_host_order(me->FDaddrs), "Filed startup %s (%s)", VERSION, LSMDATE);
/* Load the GPFS library if installed */
GPFSLIB::Init();
/* Keep track of the important events */
events_send_msg(NULL, "FD0002", EVENTS_TYPE_DAEMON,
"*Daemon*", (intptr_t)get_first_port_host_order(me->FDaddrs), "Filed shutdown %s (%s)",
- VERSION, BDATE);
+ VERSION, LSMDATE);
}
if (configfile != NULL) {
/* Keep track of important events */
events_send_msg(NULL, "SD0001", EVENTS_TYPE_DAEMON, "*Daemon*",
(intptr_t)get_first_port_host_order(me->sdaddrs),
- "Storage startup %s (%s)", VERSION, BDATE);
+ "Storage startup %s (%s)", VERSION, LSMDATE);
/* Single server used for Director and File daemon */
server_tid = pthread_self();
/* Keep track of important events */
events_send_msg(NULL, "SD0003", EVENTS_TYPE_DAEMON, "*Daemon*",
get_first_port_host_order(me->sdaddrs),
- "Storage shutdown %s (%s)", VERSION, BDATE);
+ "Storage shutdown %s (%s)", VERSION, LSMDATE);
}
Dmsg1(200, "In terminate_stored() sig=%d\n", sig);