| Предыдущий | Следующий |
| STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE | STATUS_FVE_NOT_ALLOWED_ON_CLUSTER |
STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK
Что означает STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK
STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK (0xC0210034) — команду можно выполнить только на координирующем узле указанного тома CSV.
Что проверить
Зафиксируйте том, FVE/BitLocker API и состояние шифрования/преобразования, при котором получен STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK.
- Проверьте состояние тома через manage-bde или Get-BitLockerVolume, доступность key protectors и, если используется TPM, его готовность.
- Не запускайте расшифрование/повторное шифрование вслепую: сначала установите, относится ли ошибка к метаданным, типу тома, политике или текущей фазе преобразования.
- Сверьте поддерживаемые версии, возможности и режимы для конкретного API/устройства, возвращающего STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK. Если возможность отсутствует, выбирайте поддерживаемый режим или API вместо повторных попыток.
Исходная формулировка
the BitLocker command must be performed from the coordinator node for the Cluster Shared Volume
Capture the cluster state, the coordinator/owner, the CSV mount point, and the exact command. The documented CSV BitLocker workflow is different from a standalone drive procedure because the cluster service controls how the volume is viewed and managed.
A Cluster Shared Volume is a multi-node storage object, not an ordinary locally managed data disk. This code says the command reached the CSV path from the wrong control location: the coordinator node owns the required part of the operation.
Identify the current CSV owner and run the supported BitLocker procedure from the correct cluster-management context. Do not take the volume offline, fail over nodes, or retry the command on every node merely to make the code disappear; that can disrupt active workloads.
this result is 0xC0210034 , an NTSTATUS error value.
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.