Advertisement
Guest User

Untitled

a guest
Oct 8th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. **********************************************************************
  2. *********************** LVMVolumeGroup.getInfo ***********************
  3. **********************************************************************
  4. with message:
  5. Following parameters ['pe_alloc_count', 'pe_count',
  6. 'discard_max_bytes', 'discard_zeroes_data'] were not recognized
  7. (vdsmapi:277)
  8. with backtrace:
  9. [['_verify_object_type',
  10. {'arg_keys': ['vendorID',
  11. 'capacity',
  12. 'fwrev',
  13. 'pe_alloc_count',
  14. 'vgUUID',
  15. 'pathlist',
  16. 'pe_count',
  17. 'discard_max_bytes',
  18. 'pathstatus',
  19. 'devtype',
  20. 'discard_zeroes_data',
  21. 'pvUUID',
  22. 'serial',
  23. 'GUID',
  24. 'devcapacity',
  25. 'productID'],
  26. 'schema_type_name': 'PhysicalVolumeInfo'}],
  27. ['_verify_complex_type', {'schema_type_type': 'object'}],
  28. ['_verify_object_type',
  29. {'arg_keys': ['state',
  30. 'vgsize',
  31. 'name',
  32. 'vgfree',
  33. 'vgUUID',
  34. 'pvlist',
  35. 'type',
  36. 'attr'],
  37. 'schema_type_name': 'VolumeGroupInfo'}],
  38. ['_verify_complex_type', {'schema_type_type': 'object'}],
  39. ['verify_retval', {'rep_id': 'LVMVolumeGroup.getInfo'}]]
  40. **********************************************************************
  41. with message:
  42. Following parameters ['user'] were not recognized (vdsmapi:277)
  43. with backtrace:
  44. [['_verify_object_type',
  45. {'arg_keys': ['initiatorname',
  46. 'connection',
  47. 'iqn',
  48. 'portal',
  49. 'user',
  50. 'password',
  51. 'port'],
  52. 'schema_type_name': 'IscsiSessionInfo'}],
  53. ['_verify_complex_type', {'schema_type_type': 'object'}],
  54. ['_verify_object_type',
  55. {'arg_keys': ['vendorID',
  56. 'capacity',
  57. 'fwrev',
  58. 'pe_alloc_count',
  59. 'vgUUID',
  60. 'pathlist',
  61. 'pe_count',
  62. 'discard_max_bytes',
  63. 'pathstatus',
  64. 'devtype',
  65. 'discard_zeroes_data',
  66. 'pvUUID',
  67. 'serial',
  68. 'GUID',
  69. 'devcapacity',
  70. 'productID'],
  71. 'schema_type_name': 'PhysicalVolumeInfo'}],
  72. ['_verify_complex_type', {'schema_type_type': 'object'}],
  73. ['_verify_object_type',
  74. {'arg_keys': ['state',
  75. 'vgsize',
  76. 'name',
  77. 'vgfree',
  78. 'vgUUID',
  79. 'pvlist',
  80. 'type',
  81. 'attr'],
  82. 'schema_type_name': 'VolumeGroupInfo'}],
  83. ['_verify_complex_type', {'schema_type_type': 'object'}],
  84. ['verify_retval', {'rep_id': 'LVMVolumeGroup.getInfo'}]]
  85. **********************************************************************
  86. with message:
  87. Parameter password is not string type (vdsmapi:277)
  88. with backtrace:
  89. [['_check_primitive_type', {'schema_type_type': 'string'}],
  90. ['_verify_object_type',
  91. {'arg_keys': ['initiatorname',
  92. 'connection',
  93. 'iqn',
  94. 'portal',
  95. 'user',
  96. 'password',
  97. 'port'],
  98. 'schema_type_name': 'IscsiSessionInfo'}],
  99. ['_verify_complex_type', {'schema_type_type': 'object'}],
  100. ['_verify_object_type',
  101. {'arg_keys': ['vendorID',
  102. 'capacity',
  103. 'fwrev',
  104. 'pe_alloc_count',
  105. 'vgUUID',
  106. 'pathlist',
  107. 'pe_count',
  108. 'discard_max_bytes',
  109. 'pathstatus',
  110. 'devtype',
  111. 'discard_zeroes_data',
  112. 'pvUUID',
  113. 'serial',
  114. 'GUID',
  115. 'devcapacity',
  116. 'productID'],
  117. 'schema_type_name': 'PhysicalVolumeInfo'}],
  118. ['_verify_complex_type', {'schema_type_type': 'object'}],
  119. ['_verify_object_type',
  120. {'arg_keys': ['state',
  121. 'vgsize',
  122. 'name',
  123. 'vgfree',
  124. 'vgUUID',
  125. 'pvlist',
  126. 'type',
  127. 'attr'],
  128. 'schema_type_name': 'VolumeGroupInfo'}],
  129. ['_verify_complex_type', {'schema_type_type': 'object'}],
  130. ['verify_retval', {'rep_id': 'LVMVolumeGroup.getInfo'}]]
  131.  
  132. **********************************************************************
  133. ******************************* TOTAL ********************************
  134. **********************************************************************
  135. LVMVolumeGroup.getInfo: 3 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement