Fault - VslmSyncFault(vslm.fault.SyncFault)

Thrown by
VslmRegisterDisk, VslmRenameVStorageObject, VslmSyncDatastore
Extends
VslmFault
See also
ID
Since
VSLM API 6.7.2

Fault Description

An SyncFault fault is thrown when there is a failure to synchronize the FCD global catalog information with the local catalog information. Pandora synchronizes the datastore periodically in the background, it recovers from any transient failures affecting the datastore or individual FCDs. In cases where the sync fault needs to be resolved immediately, explicitly triggering a vslm.vso.StorageLifecycleManager#syncDatastore should resolve the issue, unless there are underlying infrastructure issues affecting the datastore or FCD. If the fault is ignored there is a possibility that the FCD is unrecognized by Pandora or Pandora DB having stale information, consequently, affecting the return of VslmListVStorageObjectForSpec and VslmRetrieveVStorageObjects APIs. In cases where the id is specified, the client can explicitly trigger vslm.vso.StorageLifecycleManager#syncDatastore to resolve the issue, else, could ignore the fault in anticipation of Pandora automatically resolving the error.

Properties

Name Type Description
id*ID

Since VSLM API 7.0
Properties inherited from VslmFault
msg
Properties inherited from MethodFault
faultCause, faultMessage
*May not be present
Show WSDL type definition