Skip to Content.
Sympa Menu

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

Subject: perfSONAR User Q&A and Other Discussion

List archive

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


Chronological Thread 
  • From: "Robinson, John-Paul" <>
  • To: "" <>
  • Subject: [perfsonar-user] Removing the "until" parameter from a scheduled test
  • Date: Thu, 15 Aug 2024 21:57:51 +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=zViziNIOxhX16Hfq7uNJJmUE4w4TLRvIZcosPNMsgQs=; b=QnVftUdaEMv5chsPLRzGGc8S17iNDk+v9TVGsTNGJZeWahI1/bTdk8i7MulbQST9uQoFrXhEsmJcIbVDDLsqp4H2cC3OJwLRDHy4W2KuEktabZUtN1EcHMQhvpcwiiuksRNhiDthBiVBorN564yUPzqyu0rn9Ii3+tD731sANWlbqh1ZU4H0yywSQfBWLnWISAYL+8AqjONfJGIkzrMZEPr0eDeEQeVXeN93nWYGawQIiMX8zgHDjddgB03g45Fwbs49XuTJejySi42q4TUj2bDOzO4UHlKUDF6AFGY6wR5Dg1B0ZNaVRg7E4+J20ozRXtiPFrWGefK7NJJ/tZID1w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=m6bUKq/cuBxxWfsxSht3psSmjyFTYUpiDFPKYZCR6hUh09okSDkpXvl+uU9WGnIeD9sFa6id/pJVqqh0TkbPrvUSJ6pa740haYjHtmRVGBiuehxHmsum/09+JxK86KwVJZPPxzS/e+F6xpmbPcQNXpY6oXY2EF+lMwTQdfCJagup3hMqQZlVZKiR+W3/xtwn7kYUXczPoWsveamHBUj0zrdWAbV/WANwL9j4tMVQuzvW87UTxNWo/MIT5jIsPVUCQWPtIPbQKaY9hb4jrqI2iQFm6xgJAL06z+NzE1jp0lFY8War6VBGBintTTKs4obWauBdIaPV06hKDYs05DbVUA==
  • Msip_labels:

Is it possible to remote the until parameter from a scheduled test?

https://docs.perfsonar.net/config_pscheduler_limits.html#limit-types

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.

Here's a default schedule

      "testname_0" : {
         "repeat" : "PT21600S",
         "slip" : "PT21600S",
         "sliprand" : true
      },

I tried removing the repeat, setting until false, and even setting max-runs 1 like the following but it still results in an until parameter in the generated schedule request.

      "testname_0" : {
         "max-runs": 1,
         "until": false
      },

Here's the error when using the above stanza.


2024-08-15 11:10:21 INFO guid=72e31b97-0cd6-4db7-a1bd-3531b2ca2d7d action="create" checksum=8n3i8qaxGaxy4EzRoBjhrQ lead_url=https://cinc.ps.internet2.edu/pscheduler test_type=throughput task={"test": {"spec": {"dest": "138.26.220.66", "dest-node": "138.26.220.66", "duration": "PT20S", "ip-version": 4, "source": "cinc.ps.internet2.edu", "source-node": "cinc.ps.internet2.edu", "schema": 1}, "type": "throughput"}, "archives": [{"archiver": "http", "data": {"schema": 2, "_url": "http://ps-sd.rc.uab.edu/logstash", "op": "put", "_headers": {"x-ps-observer": "138.26.220.66", "content-type": "application/json"}}}], "schedule": {"max-runs": 1, "until": "2024-08-16T16:09:20Z"}, "tools": ["bwctliperf3", "iperf3"], "reference": {"psconfig": {"created-by": {"uuid": "0FC4C2D4-E0AA-11EE-9F25-7ECDAD4DA91F", "user-agent": "psconfig-pscheduler-agent", "agent-hostname": "ps-sd.rc.uab.edu"}}}}
2024-08-15 11:10:22 ERROR guid=72e31b97-0cd6-4db7-a1bd-3531b2ca2d7d action="create" msg=Problem adding test throughput(cinc.ps.internet2.edu->138.26.220.66), continuing with rest of config: FORBIDDEN. Status Code: 403Task forbidden by limits:
Error while rewriting: Task rejected: Schedule-until is not allowed.



Archive powered by MHonArc 2.6.24.

Top of Page