Resolution to previous ImageBuilder process issue for Service Fabric Linux Clusters

This post has been republished via RSS; it originally appeared at: MSDN Blogs.

Overview

A previous issue (Known Issue for Service Fabric Linux Clusters) which had impacted the ImageBuilder process on Azure based Service Fabric Linux clusters has been resolved. The resolution to this issue comes from fixes introduced in the Service Fabric 6.4.644 runtime and an update to the Ubuntu xenial rssh package (2.3.4-4+deb8u2ubuntu0.16.04.2).

Impacted Customers 

Any Service Fabric Linux cluster which required a custom script extension added to the Azure Resource Manager (ARM) template in order to mitigate the ImageBuilder process issue.

Action

We had previously recommended that users impacted by this issue, add a custom script extension to their Azure Resource Manager (ARM) template. This custom script extension can now be removed from the ARM template if the cluster is running version 6.4.644+ of the Service Fabric runtime. Once the custom script extension is removed and the template has been redeployed, no additional action will be required.

Remove the below custom script extension from the extensions section of your Azure Resource Manager (ARM) template.

{

"name": " [concat(variables('vmNodeType0Name'),'_rssh_2_4_4-4-fix')]",

     "properties": {

         "publisher": "Microsoft.Azure.Extensions",

         "settings": {

             "fileUris": [

                 "https://gist.githubusercontent.com/mhatreabhay/695a90331c29dcb83ef7d439b394ad5d/raw/77e3f877c2c0cdd160dbbb618b83fd21ee50edd4/rssh_2_4_4-4_sf.py"

              ]

          },

         "typeHandlerVersion": "2.0",

             "autoUpgradeMinorVersion": true,

             "protectedSettings": {

                 "commandToExecute": "./rssh_2_4_4-4_sf.py"

             },

             "type": "CustomScript"

        }

}

Please reach out to us if you need any assistance through the Azure Portal Help. In case it is needed, here are your general support options for Service Fabric: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-support#report-production-issues-or-request-paid-support-for-azure.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.