Minions don't give good error messages when Master is unable to save their keys #67627
Replies: 11 comments
-
ping @cachedout or @DmitryKuzmenko just wondering if either of you think it is even possible to query this kind of data? Just not sure if we could log information like @goetzk 's requesting when there is a timeout error on the minion side. Will approve as a feature request if you believe its possible. thanks |
Beta Was this translation helpful? Give feedback.
-
Agree this should be handled. Moreover there is the following message in master log:
That means this case isn't handled properly in our code. I think we should wrap all IO operations in |
Beta Was this translation helpful? Give feedback.
-
Perfect thanks for the feedback @DmitryKuzmenko ! Will approve this as a feature request then :) |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Seems silly to have a bot close feature requests... unless the feature was completed. |
Beta Was this translation helpful? Give feedback.
-
@goetzk We are always happy to open these again. :) |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
Thanks ^_^
…On 6 August 2018 12:28:40 am AEST, Nicole Thomas ***@***.***> wrote:
@goetzk We are always happy to open these again. :)
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#37799 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue/Question
When running with a read only /etc/ on the salt master it is unable to write out records of the clients connection (mentioned in #37798). As a result the client is not authenticated. I don't know if its possible, but it would be good to have a more meaningful error on the minion than the backtrace displayed at the moment.
Setup
I have a freshly installed salt setup with one master and one minion, using the manual set up in the getting started docs. The packages are the latest installed install_salt.sh
docs: https://docs.saltstack.com/en/getstarted/fundamentals/install.html
Steps to Reproduce Issue
(Include debug logs if possible and relevant.)
An error like this will occur in the minions logs:
Beta Was this translation helpful? Give feedback.
All reactions