Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Removing the "until" parameter from a scheduled test

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Removing the "until" parameter from a scheduled test


Chronological Thread 
  • From: "Robinson, John-Paul" <>
  • To: Mark Feit <>, "" <>
  • Subject: Re: [perfsonar-user] Removing the "until" parameter from a scheduled test
  • Date: Fri, 16 Aug 2024 14:51:08 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uab.edu; dmarc=pass action=none header.from=uab.edu; dkim=pass header.d=uab.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=f7xRfs517vULgVottfX2ouVwL/uFLSch4SuJCFaRlZQ=; b=Swuqvm8AMF0N8gnUz8agTlGA5wmO47LISuD7+nYwT7dR/GCIUuGDxFRhzZzum+uXJrNJ7o9IjzcBMgg5c8poR69fPwOpjjoYltf4p2TPjCRgWFkXuS6syrfZp+almDs82J8iKGm6IiC+oNBpV1VL6Sl80NPKIbr899rQlTfas7VQ1xeoGqfUcdcEY2D9kMCiBOGhjqMhtUIhPV/3XOCyrH+7wu9qnUnvmFyDcdVx0KR6JJsV9hiv9qWKidCeghiiQP0q4rEP4ebwDWftLaVsqkWgJDVAdKGONamdeN+Ql9COp1oDxb6uOS/oPBK2+FISELCe1zvRHrxXuQDbRYkEyA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=n8/zKod1vhXPYYPzgGVi1yQtZYuXMbynn6/mLC4u4ee9thBcS9ubn5pwxt/C14DocDo36V8Zae/iaNnRTjrAk7r6CGu94k8V+AzSewQK5SvhW7fyvkU+82pTrU8r8IpInP9I4vOyiOqUJjQ2iPQ+0vWu0rRvAfiWos3zLO9HCvdj08ANAa1Nr/5HOB4Ion0BPYVQNqJrUpXpfxaKShOm4t2basjlQPicc8lrq0S2HJ2Hj/rIkMy0xMFOrpPxo06HOZeAfUL/9WDh1FDAE9XOOO0zS4lZYt20rzwWuOioNYMRx3h1rtAgcpfRWY1tYik1LOp/8Y900o8z5ccXR1Qj/w==
  • Msip_labels:

Hi Mark,

Thanks for the reply and detail.  This is the best kind of fix, one where I don't have to do anything. 😄

I look forward to the new data arriving when you get the patch in place. 

Thanks,
John-Paul


From: Mark Feit <>
Sent: Friday, August 16, 2024 7:21 AM
To: Robinson, John-Paul <>; <>
Subject: Re: Removing the "until" parameter from a scheduled test
 

Robinson, John-Paul writes:

 

I'm getting errors from some perfsonar nodes saying their limits configuration does not allow schedule until.  I looked in the schedule stanza of /etc/perfsonar/psconfig/pscheduler.d/toolkit-webui.json and there is no "until" in the stanza.

 

pSConfig adds the until because it time-limits tasks so they stop running before the next one is put into place.  The usual interval for these is 24 hours.

 

Here's the error when using the above stanza.

lead_url=https://cinc.ps.internet2.edu/pscheduler test_type=throughput  …  forbidden by limits:  Error while rewriting: Task rejected: Schedule-until is not allowed.

 

Internet2’s perfSONAR nodes run a custom limit configuration that, among other things, rejects repeating tasks that span more than 24 hours.  I wrote that and, at the time, either didn’t realize or forgot that jq has functions that could parse the timestamps in the until parameter and rejected it instead.  Please send any tomatoes you need thrown to my attention at Internet2’s office in Washington, DC.  :-)

 

This won’t be difficult to correct.  I’ll try to get the change made, tested and deployed in the next week or so.

 

--Mark

 




Archive powered by MHonArc 2.6.24.

Top of Page