-
1. Re: Big number of hfscheck in VDP Integrity Check
SavkoorSuhas Apr 8, 2019 2:07 AM (in response to momysan)HFS Check = Hierarchical File System check.
Integrity check consists of 2 parts
- Checkpoint
- HFS check
Checkpoint is taking a state snapshot of the VDP appliance cp.20190404044644
Your data in VDP is striped and stored across the data0? partitions.
By default a checkpoint taken is invalid and is validated once the HFS Check is run against the latest checkpoint.
HFS Checks are of 2 types
- Rolling
- Full HFS
Rolling is incremental HFS check where only the modified stripes are validated
Full HFS checks validates all the data stripes.
If you run cplist, you can see what type of HFS Check is there for a checkpoint
rol - rolling
hfs - full
Based up on this you can tell how many stripes are validated. In your case it is 14791 stripes need to be validated. Run cplist and you will know if this is incremental or full HFS Check
Yes, please let the HFS check complete. It should not take too much of time to complete thought.
# Suhas
-
2. Re: Big number of hfscheck in VDP Integrity Check
momysan Apr 8, 2019 10:47 PM (in response to SavkoorSuhas)I understood about HFS well... Thank you for your kind response.
The result of cplist is "rol" so it is saying there is such a big change in our servers every day..
BTW Finally I can see "completed" after 18 hours and some minutes.
I think it's the most important advice. Thanks!
Yes, please let the HFS check complete. It should not take too much of time to complete thought.