I have added some FC storage domains into incorrect Data Center, I'm trying to detach
them by moving to Storage -> Storage domain select storage domain -> Data Center tab
and click on detach button then got the following error: Failing detaching storage domain
from Data Center
In log files so far found next lines:
2021-03-25 22:58:41,621-04 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.DetachStorageDomainVDSCommand]
(EE-ManagedThreadFactory-engine-Thread-2636) [0a08dff7-13c4-49c2-b451-0dea136941ec] START,
DetachStorageDomainVDSCommand(
DetachStorageDomainVDSCommandParameters:{storagePoolId='68b8d8e9-af51-457d-9b9d-36e37ad60d55',
ignoreFailoverLimit='false',
storageDomainId='a1f6a779-a65f-427c-b034-174e1150361d',
masterDomainId='00000000-0000-0000-0000-000000000000', masterVersion='1',
force='false'}), log id: 42974429
2021-03-25 22:58:42,941-04 ERROR
[org.ovirt.engine.core.vdsbroker.irsbroker.DetachStorageDomainVDSCommand]
(EE-ManagedThreadFactory-engine-Thread-2636) [0a08dff7-13c4-49c2-b451-0dea136941ec] Failed
in 'DetachStorageDomainVDS' method
2021-03-25 22:58:42,944-04 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(EE-ManagedThreadFactory-engine-Thread-2636) [0a08dff7-13c4-49c2-b451-0dea136941ec]
EVENT_ID: IRS_BROKER_COMMAND_FAILURE(10,803), VDSM command DetachStorageDomainVDS failed:
Storage domain does not exist: (u'a1f6a779-a65f-427c-b034-174e1150361d',)
2021-03-25 22:58:42,945-04 ERROR
[org.ovirt.engine.core.vdsbroker.irsbroker.DetachStorageDomainVDSCommand]
(EE-ManagedThreadFactory-engine-Thread-2636) [0a08dff7-13c4-49c2-b451-0dea136941ec]
Command 'DetachStorageDomainVDSCommand(
DetachStorageDomainVDSCommandParameters:{storagePoolId='68b8d8e9-af51-457d-9b9d-36e37ad60d55',
ignoreFailoverLimit='false',
storageDomainId='a1f6a779-a65f-427c-b034-174e1150361d',
masterDomainId='00000000-0000-0000-0000-000000000000', masterVersion='1',
force='false'})' execution failed: IRSGenericException: IRSErrorException:
Failed to DetachStorageDomainVDS, error = Storage domain does not exist:
(u'a1f6a779-a65f-427c-b034-174e1150361d',), code = 358
Seems that the storage domain does not exists. Is there a way to force detach action?
Thanks in advance