salt icon indicating copy to clipboard operation
salt copied to clipboard

[DOCS] the an image in master_job_cache description shows an impossible config

Open whytewolf opened this issue 4 years ago • 1 comments

Description the image at https://docs.saltproject.io/en/latest/topics/jobs/external_cache.html#master-job-cache-master-side-returner shows syslog being used as a master_job_cache. however because it is not possable to send and recive data from syslog as you would a database, syslog is not possable to be used as a master_job_cache.

The returner function for syslog also does not have the required functions for master_job_cache.

Suggested Fix remove syslog from the list in the master_job_cache picture.

Type of documentation image fix

Location or format of documentation https://docs.saltproject.io/en/latest/topics/jobs/external_cache.html#master-job-cache-master-side-returner

Additional context https://docs.saltproject.io/en/latest/_images/master-job-cache.png

whytewolf avatar Mar 23 '21 16:03 whytewolf

Since the docs have incorrect information I am labeling this as a bug and high severity @ScriptAutomate

sagetherage avatar Mar 23 '21 19:03 sagetherage