Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the various reasons a disk on a cluster node can be eligible or ineligible for replication.
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;
Constants
SrDiskReplicationEligibleNoneValue: 0 None of the disks on the node are eligible for replication. |
SrDiskReplicationEligibleYesValue: 1 The disk is eligible for replication. |
SrDiskReplicationEligibleOfflineValue: 2 The disk is offline. |
SrDiskReplicationEligibleNotGptValue: 3 The disk is not formatted with a GUID partition table (GPT). |
SrDiskReplicationEligiblePartitionLayoutMismatchValue: 4 There are a different number of target and source partitions. |
SrDiskReplicationEligibleInsufficientFreeSpaceValue: 5 There is not enough free space on the disk. |
SrDiskReplicationEligibleNotInSameSiteValue: 6 The disk is not on the same site at the target disk. |
SrDiskReplicationEligibleInSameSiteValue: 7 The disk is on the same site as the target disk. |
SrDiskReplicationEligibleFileSystemNotSupportedValue: 8 The file system on the disk is not supported. |
SrDiskReplicationEligibleAlreadyInReplicationValue: 9 The disk is already being replicated. |
SrDiskReplicationEligibleSameAsSpecifiedDiskValue: 10 The disk is the target disk. |
SrDiskReplicationEligibleOtherValue: 9999 Other. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2016 |
| Header | clusapi.h |