Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **********************************************************************
- ****************** StoragePool.connectStorageServer ******************
- **********************************************************************
- with message:
- Parameter password is not string type (vdsmapi:277)
- with backtrace:
- [['_check_primitive_type', {'schema_type_type': 'string'}],
- ['_verify_object_type',
- {'arg_keys': ['id', 'connection', 'iqn', 'user', 'tpgt', 'password', 'port'],
- 'schema_type_name': 'IscsiConnectionParameters'}],
- ['_verify_complex_type', {'schema_type_type': 'object'}],
- ['_verify_complex_type', {'schema_type_type': 'union'}],
- ['verify_args', {'rep_id': 'StoragePool.connectStorageServer'}]]
- **********************************************************************
- with message:
- Provided parameters {u'id':
- u'00000000-0000-0000-0000-000000000000', u'connection':
- u'192.168.200.4:/exports/nfs/share2', u'iqn': u'', u'user': u'',
- u'tpgt': u'1', u'protocol_version': u'4.2', u'password':
- '********', u'port': u''} do not match any of union
- ConnectionRefParameters values (vdsmapi:277)
- with backtrace:
- [['_verify_complex_type', {'schema_type_type': 'union'}],
- ['verify_args', {'rep_id': 'StoragePool.connectStorageServer'}]]
- **********************************************************************
- ************************ StoragePool.getInfo *************************
- **********************************************************************
- with message:
- Required property diskfree is not provided when calling
- StoragePool.getInfo (vdsmapi:277)
- with backtrace:
- [['_verify_object_type',
- {'arg_keys': ['status', 'isoprefix', 'alerts'],
- 'schema_type_name': 'StoragePoolDomainInfo'}],
- ['_verify_complex_type', {'schema_type_type': 'object'}],
- ['_verify_complex_type', {'schema_type_type': 'map'}],
- ['_verify_object_type',
- {'arg_keys': ['info', 'dominfo'], 'schema_type_name': 'StoragePoolFullInfo'}],
- ['_verify_complex_type', {'schema_type_type': 'object'}],
- ['verify_retval', {'rep_id': 'StoragePool.getInfo'}]]
- **********************************************************************
- ******************************* TOTAL ********************************
- **********************************************************************
- StoragePool.connectStorageServer: 2 errors
- StoragePool.getInfo: 1 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement