Fix spurious "Malformed request" error

Since we are invoking _ext_nodes now for backward compatibility, an
entry for it needed to be added to the cmd_stub.
This commit is contained in:
Erik Johnson 2018-05-18 09:57:36 -05:00
parent 43930f8bac
commit ceb6e10f87
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -850,7 +850,8 @@ class FSChan(object):
self.opts['__fs_update'] = True
else:
self.fs.update()
self.cmd_stub = {'master_tops': {}}
self.cmd_stub = {'master_tops': {},
'ext_nodes': {}}
def send(self, load, tries=None, timeout=None, raw=False): # pylint: disable=unused-argument
'''