| Previous | Next |
| FVE_E_NOT_ALLOWED_ON_CSV_STACK | FVE_E_EDRIVE_NO_FAILOVER_TO_SW |
FVE_E_NOT_ALLOWED_ON_CLUSTER
The failed prerequisite
FVE_E_NOT_ALLOWED_ON_CLUSTER / 0x803100AE marks a rejected BitLocker transition: the requested BitLocker operation is not supported while the volume participates in a failover cluster.
For FVE_E_NOT_ALLOWED_ON_CLUSTER, note: Thin provisioning reports virtual size separately from allocated backing space. When diagnosing FVE_E_NOT_ALLOWED_ON_CLUSTER, remember: Operations that write every free extent can consume the entire pool without adding user data.
Diagnostic map
| Layer | cluster or thin-storage coordination |
|---|---|
| Proof to collect | cluster membership, resource group, CSV status, owner node, maintenance mode and requested operation |
| Different condition | FVE_E_NOT_ALLOWED_ON_CSV_STACK, where coordinator placement rather than universal cluster prohibition is the issue |
| First safe change | use the documented cluster BitLocker workflow or remove the volume from clustered service only through an approved maintenance plan |
For FVE_E_NOT_ALLOWED_ON_CLUSTER, note: Cluster Shared Volumes and thin-provisioned storage add ownership and allocation semantics that a standalone disk does not have. When diagnosing FVE_E_NOT_ALLOWED_ON_CLUSTER, remember: BitLocker operations must respect the CSV coordinator and must not force thin backing storage to allocate every virtual extent.
A focused verification sequence
- For
FVE_E_NOT_ALLOWED_ON_CLUSTER, record cluster membership, resource group, CSV status, owner node, maintenance mode and requested operation. ForFVE_E_NOT_ALLOWED_ON_CLUSTER, keep the full HRESULT and the first method that returned it because later cleanup calls can report a different state. - For
FVE_E_NOT_ALLOWED_ON_CLUSTER, capturemanage-bde -statusand the protector inventory for the exact volume GUID, not only the drive letter, because letters can change in WinRE, clusters and deployment environments. - Export BitLocker operational events for the
FVE_E_NOT_ALLOWED_ON_CLUSTERfailure and note the boot session, caller identity and management source; that evidence separates this BitLocker condition from a generic access or storage error.
Recommended operational response
- For
FVE_E_NOT_ALLOWED_ON_CLUSTER, use the documented cluster BitLocker workflow or remove the volume from clustered service only through an approved maintenance plan. - After correcting the
FVE_E_NOT_ALLOWED_ON_CLUSTERprerequisite, refresh protection, conversion and lock state before one controlled retry; a cached UI message is not proof that theFVE_E_NOT_ALLOWED_ON_CLUSTERcondition is still active. - Before a
FVE_E_NOT_ALLOWED_ON_CLUSTERremediation deletes protectors, changes firmware mode, resizes partitions or decrypts a production drive, verify that an independent recovery method is available and escrowed in the intended directory or account.
Get-ClusterSharedVolume | Format-List *
manage-bde -status
Interpretation checkpoint
FVE_E_NOT_ALLOWED_ON_CLUSTER identifies a condition but not every owner of the surrounding state. Preserve the original caller, volume GUID and event sequence so the correction is applied at the right layer.
State checks specific to FVE_E_NOT_ALLOWED_ON_CLUSTER
| Checkpoint | How to interpret it for FVE_E_NOT_ALLOWED_ON_CLUSTER |
|---|---|
| Before the call | Record the target identity and the pre-call cluster or thin-storage coordination state. For FVE_E_NOT_ALLOWED_ON_CLUSTER, the decisive boundary is that the requested BitLocker operation is not supported while the volume participates in a failover cluster. |
| At failure | Preserve cluster membership, resource group, CSV status, owner node, maintenance mode and requested operation. This proves whether FVE_E_NOT_ALLOWED_ON_CLUSTER came from BitLocker itself or from a wrapper translating another result. |
| After correction | Use the documented cluster BitLocker workflow or remove the volume from clustered service only through an approved maintenance plan. The FVE_E_NOT_ALLOWED_ON_CLUSTER request should then advance without removing an unrelated recovery route. |
| After reboot or remount | Recheck protection, conversion and lock state for FVE_E_NOT_ALLOWED_ON_CLUSTER; a successful management call is incomplete if the next boot cannot unlock the volume. |
Verification after the change
For FVE_E_NOT_ALLOWED_ON_CLUSTER, success means more than the absence of a dialog. Confirm that the condition represented by FVE_E_NOT_ALLOWED_ON_CLUSTER now matches the intended design, that the protector inventory has not lost an independent recovery route, and that the next reboot or remount can unlock the volume. If the FVE_E_NOT_ALLOWED_ON_CLUSTER request advances to another HRESULT, record both values in order because that transition reveals the next unmet prerequisite.
Official references
Reference set for FVE_E_NOT_ALLOWED_ON_CLUSTER:
- Microsoft: COM error codes for FVE
- Microsoft: Protect cluster shared volumes and SANs
- Microsoft: BitLocker operations guide
- Microsoft: GetConversionStatus method
Looking for a different code? Search another status or error code.