show file_system repair
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
file_system_id=? | File system ID. | The value ranges from 0 to 65535. |
policy=? | Repair policy. | The value is "consistency_repair" , "isolation_recovery" or "volume_extent_repair", where:
|
controller=? | Indicates the owning controller of the file system. | The value is in the format of XA or XB or XC or XD.X can be 0 to 3. |
Example
-
To check the consistency repair modification results of a file system, run the following command.
developer:/>show file_system repair file_system_id=0 policy=consistency_repair controller=0A File System ID:0 Policy:Consistency Repair Type:Repair Confirm Consistency Point:-- Backfs ID:-- Force Enabled:Disable Force Repairstatus:The repair has been confirmed. Reason:-- Suggestion:-- Successful Consistency:-- Time:--
-
To check the extent modification results of a file system, run the following command.
developer:/>show file_system repair file_system_id=1 policy=volume_extent_repair controller=0A File System ID : 1 Policy : Volume Extent Repair Type : Repair Repair Method : EXTTREE Repair Total Step : 5 Current Step : 2.Backup root extent Remaining Time(min) : -- Result : SUCCESS
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
File System ID | File system ID. |
Policy | Repair policy. |
Type | Repair operation. |
Consistency Point | Consistency point. |
Backfs ID | Backup file system ID. |
Force Enabled | Forcible repair. |
Repairstatus | Repair status. |
Reason | Reason. |
Suggestion | Suggestion. |
Successful Consistency | Successful Consistency Point. |
Time | Consistency Point Time of Successful Rollback. |
Repair Method | Repair method. |
Total Step | Total step. |
Current Step | Current step. |
Remaining Time(min) | Remaining time. |
Result | Repair result. |