SoftLayer_Exception_Network_Storage_Group_MassAccessControlModification: Errors occurred while modifying access for the requested SoftLayer_Virtual_Guest objects:
SoftLayer_Virtual_Guest #29063977: An error occurred while manipulating access control for this volume. If this error persists, please contact Support.
(HTTP 500)
I get this exception intermittently while updating the authorized host list of a block storage. Possibly due to repeated calls to http://developer.softlayer.com/reference/services/SoftLayer_Network_Storage/allowAccessFromHost. To counter I tried checking active transactions from http://developer.softlayer.com/reference/services/SoftLayer_Network_Storage/getActiveTransactions hoping that while a host is being added to block storage the activeTransactions will populate but I'm still facing intermittent issue of MassAccessControlModification.
Is the error due to repeated allowAccessFromHost calls?
If yes, how can I counter it?