Author: fapeeler
Date: Wed Mar 5 21:04:51 2014
New Revision: 1574658
URL: http://svn.apache.org/r1574658
Log:
VCL-751
removed the return 0 and critical notice
This should negatively affect loading local accounts but will now allow for
enterprise accounts that might be using network filespace, such as AFS with
kerberos.
Modified:
vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm
Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm
URL:
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm?rev=1574658&r1=1574657&r2=1574658&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Wed Mar 5 21:04:51 2014
@@ -965,8 +965,7 @@ sub reserve {
}
if (!$self->create_user()) {
- notify($ERRORS{'CRITICAL'}, 0, "failed to add user to
$computer_node_name");
- return;
+ notify($ERRORS{'WARNING'}, 0, "failed to add user to
$computer_node_name");
}
return 1;