We moved this page to our Documentation Portal. You can find the latest updates here. |
Each vdisk gives a status code which reflects its current status. This can be pulled using the onappstore command on any compute resource or backup server that is integrated storage enabled and part of the relevant compute resource zone:
onappstore diskinfo uuid=<UUID> filter=insyncstatus
Here is a list of the possible outputs:
# vdisk sync statuses
OUT_OF_SYNC = 0
IN_SYNC = 1
MISSING_ACTIVE_MEMBERS = 2
MISSING_INACTIVE_MEMBERS = 3
MISSING_PARTIAL_MEMBERS = 4
MISSING_UNKNOWN_MEMBERS = 5
PARTIAL_MEMBERSHIP_GOOD_CONTENT = 6
PARTIAL_MEMBERSHIP_BAD_CONTENT = 7
MEMBERSHIP_GEN_COUNT_MISMATCH = 8