Symptoms
---------------------------------------------------------------------Issue seen on SRM 8.2.0.1 & 8.2.0.2Unity Block SRA version 5.0.4.146----------------------------------------------------------------------This issue is seen SRM 8.2.X appliances and loading up the SRA(s) that can be found under the SRM downloads.EMC Unity Block SRA (Photon)Name: EMC_Unity_Block_SRA_v5.0.4.146_82.zipRelease Date: 2019-09-12EMC Unity Block SRA (Photon)Version 5.0.4.146Unable to copy, export or import SRA configuration from the SRM VAMI. Error:
Cause
Unity Block SRA version 5.0.4.146 has a missing repository tag.
Impact / Risks
Should not impact or cause any risks since this is usually seen during deploy.
Resolution
On the SRM shell:
cd /docker images (we will see the <none> <none>)docker image tag 30018f109a1d unityblocksra-5.0.4.146:latest (This will manually set the repository tag instead of the <none>)docker images
And all the export/import/reload functions should work again.