SR_DISK_REPLICATION_ELIGIBLE-Enumeration (clusapi.h)
Gibt die verschiedenen Gründe an, warum ein Datenträger auf einem Clusterknoten für die Replikation berechtigt oder nicht geeignet sein kann.
Syntax
typedef enum _SR_DISK_REPLICATION_ELIGIBLE {
SrDiskReplicationEligibleNone = 0,
SrDiskReplicationEligibleYes = 1,
SrDiskReplicationEligibleOffline = 2,
SrDiskReplicationEligibleNotGpt = 3,
SrDiskReplicationEligiblePartitionLayoutMismatch = 4,
SrDiskReplicationEligibleInsufficientFreeSpace = 5,
SrDiskReplicationEligibleNotInSameSite = 6,
SrDiskReplicationEligibleInSameSite = 7,
SrDiskReplicationEligibleFileSystemNotSupported = 8,
SrDiskReplicationEligibleAlreadyInReplication = 9,
SrDiskReplicationEligibleSameAsSpecifiedDisk = 10,
SrDiskReplicationEligibleOther = 9999
} SR_DISK_REPLICATION_ELIGIBLE, *PSR_DISK_REPLICATION_ELIGIBLE;
Konstanten
SrDiskReplicationEligibleNone Wert: 0 Keiner der Datenträger auf dem Knoten ist für die Replikation berechtigt. |
SrDiskReplicationEligibleYes Wert: 1 Der Datenträger ist für die Replikation berechtigt. |
SrDiskReplicationEligibleOffline Wert: 2 Der Datenträger ist offline. |
SrDiskReplicationEligibleNotGpt Wert: 3 Der Datenträger ist nicht mit einer GUID-Partitionstabelle (GPT) formatiert. |
SrDiskReplicationEligiblePartitionLayoutMismatch Wert: 4 Es gibt eine unterschiedliche Anzahl von Ziel- und Quellpartitionen. |
SrDiskReplicationEligibleInsufficientFreeSpace Wert: 5 Auf dem Datenträger ist nicht genügend freier Speicherplatz vorhanden. |
SrDiskReplicationEligibleNotInSameSite Wert: 6 Der Datenträger befindet sich nicht am gleichen Standort auf dem Zieldatenträger. |
SrDiskReplicationEligibleInSameSite Wert: 7 Der Datenträger befindet sich am gleichen Standort wie der Zieldatenträger. |
SrDiskReplicationEligibleFileSystemNotSupported Wert: 8 Das Dateisystem auf dem Datenträger wird nicht unterstützt. |
SrDiskReplicationEligibleAlreadyInReplication Wert: 9 Der Datenträger wird bereits repliziert. |
SrDiskReplicationEligibleSameAsSpecifiedDisk Wert: 10 Der Datenträger ist der Zieldatenträger. |
SrDiskReplicationEligibleOther Wert: 9999 Sonstiges |
Anforderungen
Unterstützte Mindestversion (Client) | Nicht unterstützt |
Unterstützte Mindestversion (Server) | Windows Server 2016 |
Kopfzeile | clusapi.h |