Actions
Bug #4553
closedndmp_config_get_ext_list failed
Start date:
2014-01-31
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
NDMP
Gerrit CR:
Description
When NBU (netbackup) restore is run, restore fails and in log is:
16:29:39.843 [4144.4920] <16> NDMP MSG: ndmp_enable_extensions: ndmp_config_get_ext_list failed. status = 30 (NDMP_EXT_DANDN_ILLEGAL_ERR) 16:29:39.843 [4144.4920] <16> NDMP MSG: ndmp_authenticate_connection: ndmp_enable_extensions failed 16:29:49.000 [4144.4920] <16> NDMP MSG: ndmp_enable_extensions: ndmp_config_get_ext_list failed. status = 30 (NDMP_EXT_DANDN_ILLEGAL_ERR) 16:29:49.000 [4144.4920] <16> NDMP MSG: ndmp_authenticate_connection: ndmp_enable_extensions failed
According to spec our NDMP get/set extension list should work in following way:
- get ext list should be issued before set ext list
- set ext list can be issued after get ext list and no more than once
In addition to that our implementation should allow set with empty extension list even if it doesn't support any extensions.
Actions