Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] PS 5.0.1 limits file issue

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] PS 5.0.1 limits file issue


Chronological Thread 
  • From: "MacBurney, James" <>
  • To: "" <>
  • Subject: [perfsonar-user] PS 5.0.1 limits file issue
  • Date: Thu, 20 Apr 2023 19:29:29 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ipac.caltech.edu; dmarc=pass action=none header.from=ipac.caltech.edu; dkim=pass header.d=ipac.caltech.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=hsVmuUDCjaXeAIG94rSSFxbMzbBuEXBdMHdKERH5HCc=; b=iAEGk1zau4YhwxsqA9Vgpso88RkUoTTWL2QnIDAySF/fQDljaCG1CeKGMcg8Vs958wXlf1fHhBc0mJjdvT9w/KZlUz9USoKwRZwjM3hUjxHVrvcBRO2uwAtekkaqTCxRCVzydU1tzpfMzT3yto3w0a1TZ4cEai3wcCnLo13TN1kl8/srFfe7PtWTsqFA1Mzmj6KxvzmRp7jaEXEPl4FSRLzhskk/jme0FdE086/wn/kyD4/LuJjK9SVezCfbOo+dlhQdO18E8fZvhMUTsVB/fK8CvdhYFEl+5iiSILGwHKoMIgS1jFfuOtJt+8qGmN80/E9h0PMTJ0czEnUYE7M6RA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cPDD/6wq74gekpbMumj2s9i0bgHpAlk9zc8yzRhWJJ6GhMb7j6bwHUr3ExjLc+DmuYCdlXbzGVJ6uvAA7A6IPY0Hiz+eAHpc3wRaaSRwx0w4lfH/NrjqIPp99vy6OJBTwIlDb6zzfefJrfAc6EbBshfpPT7v1C4XNOOraY3Qn0/7pFCfTzC3weZYFrE8wXP5pdtgrWhD3k++X9cWymViQ5ppNyb3O0ppu/WWyOHwhwIa4BBEuBW2MKGG+5ftyaG/sMTKgC1b0UesWQoZfQUaoHZJZSeLGW8J03rbxYjbnpU1R45hV4u2eCRkLMVMWbIE4ynnZfacapg7lOFG9MbsRA==
  • Msip_labels:

Trying to run a simple pscheduler test and it complains:
Failed to post task: Unable to complete request: Limit processor is not initialized: Limit processor is not initialized: Limit 'idleex-default' has unsupported type 'test'



host01>pscheduler troubleshoot
Performing basic troubleshooting of host01.

host01:

  Measuring MTU... 65535 (Local)
  Looking for pScheduler... OK.
  Fetching API level... 5
  Checking clock... OK.
  Exercising API... Archivers... Contexts... Tests... Tools... OK.
  Fetching service status... OK.
  Checking services... Ticker... Scheduler... Runner... Archiver... OK.
  Checking limits... Failed.

Limit processor is not initialized: Limit 'idleex-default' has unsupported type 'test'

but /etc/pscheduler/limits.conf looks OK to me, as type test is defined:

      {
            "#": "This prevents denial of service by scheduling long tasks.",
          "name": "idleex-default",
          "description": "Default limits for idleex",
          "type": "test",
          "data": {
            "test": "idleex",
            "limit": {
                "duration": {
                        "range": {
                            "lower": "PT1S",
                            "upper": "PT2S"
                        }
                     }
            }
          }
      },


should test have a different string instead of "idleex"?

James



Archive powered by MHonArc 2.6.24.

Top of Page