smf: SMF created a CCB to create smfRollbackElement object, but CCB was aborted due to IMM sync request
As per discussion with Lennert Lund these changes will be done with complete refactoring of CCB operations and the changes are tracked with # 1398. https://sourceforge.net/p/opensaf/tickets/1398/
As per discussion with Lennert Lund these changes will be done with complete refactoring of CCB operations and the changes are tracked with # 1398.
smf: SMF created a CCB to create smfRollbackElement object, but CCB was aborted due to IMM sync request
Review set for rafael.odzakow@ericsson.com
smf: SMF cannot distinguish swAdd and swRemove in same procedure.
ACK, tested. By rafael.odzakow@ericsson.com
Core issue: By using install_campaign.xml we have installed software on 2 SC’s Later by using upgrade_campaign.xml we tried to remove the same software on 2 SC’s and Install the same on 2 PL’s. For this we have added one swAdd with PL’s and swRemove with SC’s. Issue: In current code under one procedure If we add and remove same software we will only remove the software (but not add). Instead of comparing the AMF nodes in both the tags the current code is validating only BundleDN. Code Fix: We are...