Created
March 8, 2013 23:52
-
-
Save rca/5121424 to your computer and use it in GitHub Desktop.
Printing responses being dropped even though master receives payload. Code for output below at: https://github.com/rca/salt/tree/debug_dropped_responses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-03-08 23:49:48,566 [salt.master ][DEBUG ] Published command details {'tgt_type': 'glob', 'jid': '20130308234948566036', 'tgt': '*', 'ret': '', 'user': 'sudo_local', 'arg': [], 'fun': 'test.ping'} | |
2013-03-08 23:49:48,577 [salt.master ][INFO ] AES payload received with command _return | |
2013-03-08 23:49:48,577 [salt.master ][INFO ] Got return from lxc01.baremetal.io for job 20130308234948566036 | |
2013-03-08 23:49:48,577 [salt.master ][DEBUG ] {'jid': '20130308234948566036', 'cmd': '_return', 'return': True, 'id': 'lxc01.baremetal.io'} | |
2013-03-08 23:49:48,587 [salt.master ][INFO ] AES payload received with command _return | |
2013-03-08 23:49:48,587 [salt.master ][INFO ] Got return from bm-django for job 20130308234948566036 | |
2013-03-08 23:49:48,587 [salt.master ][DEBUG ] {'jid': '20130308234948566036', 'cmd': '_return', 'return': True, 'id': 'bm-django'} | |
bm-django: | |
True | |
2013-03-08 23:49:50,417 [salt.master ][INFO ] Clear payload received with command _auth | |
2013-03-08 23:49:50,417 [salt.utils.verify ][DEBUG ] This salt-master instance has accepted 2 minion keys. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment