Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The CLUS_CSV_MAINTENANCE_MODE_INFO structure supplies maintenance mode information about a cluster shared volume.
CLUS_CSV_MAINTENANCE_MODE_INFO is a custom-marshaled structure that has fields as follows.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
InMaintenance |
|||||||||||||||||||||||||||||||
VolumeName (520 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
InMaintenance (4 bytes): A 32-bit integer that indicates the desired volume maintenance mode of the volume, as specified in Cluster Node Volume Accessibility (section 3.1.1.4). Possible values are as follows.
-
Value
Meaning
TRUE
0x00000001
Instructs the server to transition the volume into volume maintenance mode.
FALSE
0x00000000
Instructs the server to transition the volume out of volume maintenance mode.
VolumeName (520 bytes): A fixed-length buffer, 520 bytes long, which contains a null-terminated Unicode string that indicates the name of the volume. The server MUST accept either a friendly name described as szVolumeFriendlyName or a volume GUID name as szVolumeName (both as specified in section 2.2.3.18).