Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread


Chronological Thread 
  • From: John Simpkins <>
  • To: Mark Feit <>, "" <>, "Garnizov, Ivan (RRZE)" <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread
  • Date: Wed, 19 Oct 2016 18:50:28 +0000
  • Ironport-phdr: 9a23:79nBfRQk+igluuTufWT3Htp43tpsv+yvbD5Q0YIujvd0So/mwa64bBeN2/xhgRfzUJnB7Loc0qyN7PCmBDdLuMvJmUtBWaIPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV3XfDB4LeXtG4PUk9//l6Xro8WSME10g2+YaKlxZDu7rBmZ4swYjIp+Aqc31hbTpHZUIaJbyX4+YRrZmAnx4NyY+o94/j5Wtu5n8NRPG+2ueLs1S6dwCiU9Pnoz6dGtsgPMG0/HrFQVSGMXgB1WR0Dk8hj8FtfLiBnX96A1jCiENMuwQrkuXzWw6LlDRhb1zisKYW0X6mbS3+53jKQTmxOkvx9+xZWcNJqUMeJ9f4vAeNIRRSxMUtsHBH8JOZ+1c4ZaV7lJBu1ftYSo4gJW9RY=

Thanks for the help, as always. I'm still getting the limit failure:

2016/10/19 14:42:07 (3062) WARN> perfsonar_meshconfig_agent:381 main:: - Problem adding test, continuing with rest of config: 403 FORBIDDEN: Task forbidden by limits:

Identified as everybody

Classified as everybody, default

Application: Defaults

    Group 1: Limit 'innocuous-tests' failed: Test type not in list

    Group 1: Limit 'rtt-default' failed: Test is not 'rtt'

    Group 1: Limit 'throughput-default' failed: Test is not 'throughput'

    Group 1: Want any, 0/3 passed, 3/3 failed: FAIL

    Group 1: Failed; stopping here.

    Application FAILS

Proposal does not meet limits


And here's what that innocuous-tests block looks like on this host:


{

            "name": "innocuous-tests",

            "description": "Tests that are harmless",

            "type": "test-type",

            "data": {

                "types": [

                "latency",

                "rtt",

                "simplestream",

                "trace"

                ]

                }

        },



On Tue, Oct 18, 2016 at 1:55 PM Mark Feit <> wrote:

(Sorry for the late reply; the draft got buried.)

 

John Simpkins writes:

 

I'm seeing similar, but not quite the same, results.

 

2016/10/11 16:17:10 (3243) WARN> perfsonar_meshconfig_agent:381 main:: - Problem adding test, continuing with rest of config: 500 INTERNAL SERVER ERROR: Unable to determine duration of test: Traceback (most recent call last):

  File "/usr/libexec/pscheduler/commands/../classes/tool/bwctliperf3/duration", line 26, in <module>

    duration += int(json['omit'])

ValueError: invalid literal for int() with base 10: 'PT10S'

...

2016/10/11 16:17:10 (3243) WARN> perfsonar_meshconfig_agent:381 main:: - Problem adding test, continuing with rest of config: 403 FORBIDDEN: Task forbidden by limits:

Identified as everybody

Classified as everybody, default

Application: Defaults

    Group 1: Limit 'innocuous-tests' failed: Test type not in list

    Group 1: Limit 'rtt-default' failed: Test is not 'rtt'

    Group 1: Limit 'throughput-default' failed: Test is not 'throughput'

    Group 1: Want any, 0/3 passed, 3/3 failed: FAIL

    Group 1: Failed; stopping here.

    Application FAILS

Proposal does not meet limits

 

 

The limit failure is the result of a mistake on my part where a couple of the innocuous tests didn’t get put into the list used in the limit configuration we shipped with RC1.  The file we ship in RC2 will be fixed.

 

As a stopgap, you can edit /etc/pscheduler/limits.conf, locate the “innocuous-tests” section, add “rtt” to the list list of test types and restart httpd.

 

--Mark

 




Archive powered by MHonArc 2.6.19.

Top of Page