Advertisement
Guest User

Untitled

a guest
Oct 8th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. **********************************************************************
  2. ************************ StorageDomain.create ************************
  3. **********************************************************************
  4. with message:
  5. Parameter version is not int type (vdsmapi:277)
  6. with backtrace:
  7. [['_check_primitive_type', {'schema_type_type': 'int'}],
  8. ['verify_args', {'rep_id': 'StorageDomain.create'}]]
  9. **********************************************************************
  10. with message:
  11. Provided parameters 192.168.200.4:/exports/nfs/share2 do not match
  12. any of union StorageDomainCreateArguments values (vdsmapi:277)
  13. with backtrace:
  14. [['_verify_complex_type', {'schema_type_type': 'union'}],
  15. ['verify_args', {'rep_id': 'StorageDomain.create'}]]
  16. **********************************************************************
  17. with message:
  18. Provided value "1" not defined in StorageDomainType enum for
  19. StorageDomain.create (vdsmapi:277)
  20. with backtrace:
  21. [['_verify_complex_type', {'schema_type_type': 'enum'}],
  22. ['verify_args', {'rep_id': 'StorageDomain.create'}]]
  23. **********************************************************************
  24. *********************** StorageDomain.getInfo ************************
  25. **********************************************************************
  26. with message:
  27. Following parameters ['remotePath'] were not recognized
  28. (vdsmapi:277)
  29. with backtrace:
  30. [['_verify_object_type',
  31. {'arg_keys': ['uuid',
  32. 'version',
  33. 'role',
  34. 'remotePath',
  35. 'type',
  36. 'class',
  37. 'pool',
  38. 'name'],
  39. 'schema_type_name': 'StorageDomainInfo'}],
  40. ['_verify_complex_type', {'schema_type_type': 'object'}],
  41. ['verify_retval', {'rep_id': 'StorageDomain.getInfo'}]]
  42. **********************************************************************
  43. with message:
  44. Following parameters ['vguuid', 'state'] were not recognized
  45. (vdsmapi:277)
  46. with backtrace:
  47. [['_verify_object_type',
  48. {'arg_keys': ['uuid',
  49. 'vgMetadataDevice',
  50. 'vguuid',
  51. 'metadataDevice',
  52. 'state',
  53. 'version',
  54. 'role',
  55. 'type',
  56. 'class',
  57. 'pool',
  58. 'name'],
  59. 'schema_type_name': 'StorageDomainInfo'}],
  60. ['_verify_complex_type', {'schema_type_type': 'object'}],
  61. ['verify_retval', {'rep_id': 'StorageDomain.getInfo'}]]
  62. **********************************************************************
  63. with message:
  64. Parameter version is not int type (vdsmapi:277)
  65. with backtrace:
  66. [['_check_primitive_type', {'schema_type_type': 'int'}],
  67. ['_verify_object_type',
  68. {'arg_keys': ['uuid',
  69. 'version',
  70. 'role',
  71. 'remotePath',
  72. 'type',
  73. 'class',
  74. 'pool',
  75. 'name'],
  76. 'schema_type_name': 'StorageDomainInfo'}],
  77. ['_verify_complex_type', {'schema_type_type': 'object'}],
  78. ['verify_retval', {'rep_id': 'StorageDomain.getInfo'}]]
  79. **********************************************************************
  80. with message:
  81. Parameter version is not int type (vdsmapi:277)
  82. with backtrace:
  83. [['_check_primitive_type', {'schema_type_type': 'int'}],
  84. ['_verify_object_type',
  85. {'arg_keys': ['uuid',
  86. 'vgMetadataDevice',
  87. 'vguuid',
  88. 'metadataDevice',
  89. 'state',
  90. 'version',
  91. 'role',
  92. 'type',
  93. 'class',
  94. 'pool',
  95. 'name'],
  96. 'schema_type_name': 'StorageDomainInfo'}],
  97. ['_verify_complex_type', {'schema_type_type': 'object'}],
  98. ['verify_retval', {'rep_id': 'StorageDomain.getInfo'}]]
  99. **********************************************************************
  100. *********************** StorageDomain.getStats ***********************
  101. **********************************************************************
  102. with message:
  103. Parameter diskfree is not int type (vdsmapi:277)
  104. with backtrace:
  105. [['_check_primitive_type', {'schema_type_type': 'int'}],
  106. ['_verify_object_type',
  107. {'arg_keys': ['mdasize',
  108. 'mdathreshold',
  109. 'mdavalid',
  110. 'diskfree',
  111. 'disktotal',
  112. 'mdafree'],
  113. 'schema_type_name': 'StorageDomainStats'}],
  114. ['_verify_complex_type', {'schema_type_type': 'object'}],
  115. ['verify_retval', {'rep_id': 'StorageDomain.getStats'}]]
  116. **********************************************************************
  117. *********************** StorageDomain.resizePV ***********************
  118. **********************************************************************
  119. with message:
  120. Parameter uint is not uint type (vdsmapi:277)
  121. with backtrace:
  122. [['_check_primitive_type', {'schema_type_type': 'uint'}],
  123. ['verify_retval', {'rep_id': 'StorageDomain.resizePV'}]]
  124.  
  125. **********************************************************************
  126. ******************************* TOTAL ********************************
  127. **********************************************************************
  128. StorageDomain.create: 3 errors
  129. StorageDomain.getInfo: 4 errors
  130. StorageDomain.getStats: 1 errors
  131. StorageDomain.resizePV: 1 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement