From 4f5290569d35f8881f955627682d867a288b6a21 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Mon, 9 Apr 2018 16:43:13 -0600 Subject: [PATCH] Let reserve decide when to approve reservations; currently the threshold is in 64 node hours in reserve. --- protogeni/lib/GeniCluster.pm.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protogeni/lib/GeniCluster.pm.in b/protogeni/lib/GeniCluster.pm.in index 388247df4..019c2a38a 100644 --- a/protogeni/lib/GeniCluster.pm.in +++ b/protogeni/lib/GeniCluster.pm.in @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (c) 2008-2017 University of Utah and the Flux Group. +# Copyright (c) 2008-2018 University of Utah and the Flux Group. # # {{{GENIPUBLIC-LICENSE # @@ -915,7 +915,7 @@ sub Reserve($) # For now all reservations need approval. Even admins, which is # better for testing. # - $args = "-p $args"; + $args = "$args"; } # Write the reason to a tempfile to pass in. This will auto unlink. -- GitLab