Scheduler No Longer List after Disable or Enable #62795
Labels
Bug
broken, incorrect, or confusing behavior
needs-triage
Phosphorus v3005.0
Release code name and version
Regression
The issue is a bug that breaks functionality known to work in previous releases.
Description of Issue
Seeing an ugly issue with the Scheduler: Apparently, a couple of versions (ie: years ago) the Scheduler would no longer perform a listing AFTER the user issued: schedule.enable or schedule.disable. If the user attempts to issue schedule.list an error is generated
"Passed invalid arguments: 'bool' object does not support item assignment."
Setup
salt tradingpost schedule.add job1 function="cmd.script" job_args="['salt://files/mlx_apt_confirm.sh']" seconds=10
Steps to Reproduce Issue
Error Message:
minion1:
Passed invalid arguments to schedule.list: 'bool' object does not support item assignment
salt-log.txt
Versions Report
Both the master / minion are running the same versions Salt - 3005+ds-2
salt --versions-report
Salt Version:
Salt: 3005
Dependency Versions:
cffi: Not Installed
cherrypy: unknown
dateutil: 2.7.3
docker-py: Not Installed
gitdb: 2.0.6
gitpython: 3.0.7
Jinja2: 2.10.1
libgit2: Not Installed
M2Crypto: Not Installed
Mako: Not Installed
msgpack: 0.6.2
msgpack-pure: Not Installed
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: Not Installed
pycryptodome: 3.6.1
pygit2: Not Installed
Python: 3.8.10 (default, Jun 22 2022, 20:18:18)
python-gnupg: 0.4.5
PyYAML: 5.3.1
PyZMQ: 20.0.0
smmap: 2.0.5
timelib: Not Installed
Tornado: 4.5.3
ZMQ: 4.3.2
System Versions:
dist: ubuntu 20.04 focal
locale: utf-8
machine: x86_64
release: 5.4.0-126-generic
system: Linux
version: Ubuntu 20.04 focal
The text was updated successfully, but these errors were encountered: