Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.7
-
None
-
2017-6
Description
User reported an error where the addModule was failing after he had done a postConfigure install of a 1pm system using ubuntu 16. Was able to reproduce the issue inhouse.
Issue - the default setting in the Columnstore.xml for package type is 'rpm'. If the user would have setup a multi-node system using postConfigure, they would have been prompted to enter the package type. They would have enter 'deb' and the Columnstore.xml would have been updated at that time. But since they configured a single pm1 system, this prompt wasn't issued and the package type in the Columnstore.xml stayed set to 'rpm.
So when they tried to do an addModule, it was looking for the rpm's to push to the new node thus causing the failure...
User fixed the issue with the work-around of editing the Columnstore.xml entry of package-type from rpm to deb to get it to install.
But we obliviously need to handle this case in our software.