Guest User

Untitled

a guest
Jan 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [root@localhost ~]# vdsClient 0 getVdsCaps
  2. Traceback (most recent call last):
  3. File "/usr/share/vdsm/vdsClient.py", line 2275, in <module>
  4. code, message = commands[command][0](commandArgs)
  5. File "/usr/share/vdsm/vdsClient.py", line 403, in do_getCap
  6. return self.ExecAndExit(self.s.getVdsCapabilities())
  7. File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in __call__
  8. return self.__send(self.__name, args)
  9. File "/usr/lib64/python2.7/xmlrpclib.py", line 1578, in __request
  10. verbose=self.__verbose
  11. File "/usr/lib64/python2.7/xmlrpclib.py", line 1264, in request
  12. return self.single_request(host, handler, request_body, verbose)
  13. File "/usr/lib64/python2.7/xmlrpclib.py", line 1294, in single_request
  14. response = h.getresponse(buffering=True)
  15. File "/usr/lib64/python2.7/httplib.py", line 1030, in getresponse
  16. response.begin()
  17. File "/usr/lib64/python2.7/httplib.py", line 407, in begin
  18. version, status, reason = self._read_status()
  19. File "/usr/lib64/python2.7/httplib.py", line 371, in _read_status
  20. raise BadStatusLine(line)
  21. BadStatusLine: ''
Add Comment
Please, Sign In to add comment