You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/docs/en/core/reference/ydb-sdk/health-check-api.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -109,25 +109,25 @@ struct TSelfCheckSettings : public TOperationRequestSettings<TSelfCheckSettings>
109
109
| `Group failed` | A storage group lost its integrity. |
110
110
||`HealthCheck` checks various parameters (fault tolerance mode, number of failed disks, disk status, etc.) and, depending on this, sets the appropriate status and displays a message. |
111
111
| **VDISK** ||
112
-
| `System tablet BSC didn't provide known status` | This case is not expected, it inner proble. |
113
-
| `VDisk is not available` | the disk is not operational at all. |
114
-
| `VDisk is being initialized` | initialization in process. |
115
-
| `Replication in progress` | the disk accepts queries, but not all the data was replicated. |
116
-
| `VDisk have space issue` | These issues depend solely on the underlying `PDISK` layer. |
112
+
| `System tablet BSC didn't provide known status` | This case is not expected; it is an internal problem. |
113
+
| `VDisk is not available` | The disk is not operational at all. |
114
+
| `VDisk is being initialized` | The disk initialization is in progress. |
115
+
| `Replication in progress` | The disk accepts queries, but not all the data has yet been replicated. |
116
+
| `VDisk has space issues` | These issues depend solely on the underlying `PDISK` layer. |
117
117
| **PDISK** ||
118
-
| `Unknown PDisk state` | `HealthCheck` the system can't parse pdisk state. |
119
-
| `PDisk is inactive/PDisk state is FAULTY/BROKEN/TO_BE_REMOVED` | Indicates problems with a physical disk. |
0 commit comments