Overview
Recent changes in the Azure VMware Solution (AVS) Run Command packages (specifically the Microsoft.AVS.VMFS module) have introduced an incompatibility with current PureStorage.CBS.AVS–based automation for Everpure Cloud Dedicated with AVS. As a result, certain Everpure Cloud Dedicated workflows that rely on AVS Run Command may currently fail, even though existing Everpure Cloud Dedicated datastores and workloads continue to operate normally.
Everpure is currently working on updating its tooling to align with these changes. In the meantime, a workaround is currently available.
Impact
Customers using Everpure Cloud Dedicated as external VMFS storage for AVS and automating deployment or configuration with PureStorage.CBS.AVS (or the associated OVA) may see failures in operations that invoke AVS Run Commands, such as:
-
Initial host configuration for Everpure Cloud Dedicated (for example, Build‑PCBSCluster).
-
Creation of new Datastores using New-PCBSVMFSDatastore.
-
iSCSI / VMFS connectivity setup via Set‑VmfsIscsi and related Run Commands.
-
Automatic host creation via the Everpure Host Monitor Function following host replacement or failure.
Workaround
Using the Everpure OVA with the VMware Cloud Manager:
-
Log in to the Everpure VMware Cloud Manager OVA via SSH or console.
-
Check for available updates by running the following command:
puresw list -
Upgrade the Appliance by running the following command:
puresw upgrade start pure-vmware-cloud-managerNote: If there's an OS upgrade available you need to update the appliance OS first to see VMware Cloud Manager update.
Using the Everpure Module on Windows:
-
Using a Windows Machine accessible via RDP a Local Powershell 7 prompt as an Administrator
-
Run the following commands to update to the updated version
Uninstall-Module -Name PureStorage.CBS.AVS -AllVersions Install-Module PureStorage.CBS.AVS -Repository PSGallery -SkipPublisherCheck Import-Module -Name PureStorage.CBS.AVS -Force
Using the Everpure Module on Linux:
-
SSH To linux machine and run pwsh to start a Powershell 7 shell as Root
-
Run the following commands to update to the updated version
Uninstall-Module -Name PureStorage.CBS.AVS -AllVersions Install-Module PureStorage.CBS.AVS -Repository PSGallery Import-Module -Name PureStorage.CBS.AVS -Force