Vcenter 8.x
The root cause is a scope violation bug within the Pure Storage vSphere Plugin.
During the automated "Destroy Datastore" workflow, the plugin programmatically reaches up to the vCenter root level to modify or disable the alarm, likely as an attempt to suppress expected alerts while a datastore is being decommissioned. However, the plugin's script fails to revert the alarm to its original enabled state and restore email actions once the process completes.
The reason logs incorrectly blame the user is that third-party plugins utilize the active vCenter session token of the logged-in administrator to execute API calls. Therefore, vCenter records the plugin's automated API script as a manual ReconfigureAlarm event initiated by that user.
To ensure critical storage connectivity alarms remain active and email alerts are sent during actual failures, follow the recommendations below:
Immediately cease using the Pure Storage plugin to destroy datastores. Instead, utilize the native vCenter workflow for all datastore decommissioning:
Check the Pure Storage Compatibility Matrix and upgrade the Pure vSphere Plugin to the latest available version to determine if this bug has been patched in a newer release.
If the plugin upgrade does not resolve the issue, open a support case directly with the Pure Storage Support Team to report the orchestration flaw within their vSphere plugin code.