Advertisement
Guest User

Untitled

a guest
Oct 8th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. **********************************************************************
  2. ****************** StoragePool.connectStorageServer ******************
  3. **********************************************************************
  4. with message:
  5. Parameter password is not string type (vdsmapi:277)
  6. with backtrace:
  7. [['_check_primitive_type', {'schema_type_type': 'string'}],
  8. ['_verify_object_type',
  9. {'arg_keys': ['id', 'connection', 'iqn', 'user', 'tpgt', 'password', 'port'],
  10. 'schema_type_name': 'IscsiConnectionParameters'}],
  11. ['_verify_complex_type', {'schema_type_type': 'object'}],
  12. ['_verify_complex_type', {'schema_type_type': 'union'}],
  13. ['verify_args', {'rep_id': 'StoragePool.connectStorageServer'}]]
  14. **********************************************************************
  15. with message:
  16. Provided parameters {u'id':
  17. u'00000000-0000-0000-0000-000000000000', u'connection':
  18. u'192.168.200.4:/exports/nfs/share2', u'iqn': u'', u'user': u'',
  19. u'tpgt': u'1', u'protocol_version': u'4.2', u'password':
  20. '********', u'port': u''} do not match any of union
  21. ConnectionRefParameters values (vdsmapi:277)
  22. with backtrace:
  23. [['_verify_complex_type', {'schema_type_type': 'union'}],
  24. ['verify_args', {'rep_id': 'StoragePool.connectStorageServer'}]]
  25. **********************************************************************
  26. ************************ StoragePool.getInfo *************************
  27. **********************************************************************
  28. with message:
  29. Required property diskfree is not provided when calling
  30. StoragePool.getInfo (vdsmapi:277)
  31. with backtrace:
  32. [['_verify_object_type',
  33. {'arg_keys': ['status', 'isoprefix', 'alerts'],
  34. 'schema_type_name': 'StoragePoolDomainInfo'}],
  35. ['_verify_complex_type', {'schema_type_type': 'object'}],
  36. ['_verify_complex_type', {'schema_type_type': 'map'}],
  37. ['_verify_object_type',
  38. {'arg_keys': ['info', 'dominfo'], 'schema_type_name': 'StoragePoolFullInfo'}],
  39. ['_verify_complex_type', {'schema_type_type': 'object'}],
  40. ['verify_retval', {'rep_id': 'StoragePool.getInfo'}]]
  41.  
  42. **********************************************************************
  43. ******************************* TOTAL ********************************
  44. **********************************************************************
  45. StoragePool.connectStorageServer: 2 errors
  46. StoragePool.getInfo: 1 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement