libopenstorage / openstorage

A multi-host clustered implementation of the open storage specification
Apache License 2.0
526 stars 118 forks source link

PWX-36843 Add --resume flag for checksum verification command #2435

Closed nikhil-bhupale closed 6 months ago

nikhil-bhupale commented 7 months ago

Added flag ResumeFromSavedOffset to verify-checksum start command Verified command with differenet combinations of command

root@ip-10-13-111-214:~# pxctl v verify-checksum start vol3 --resume=false status code : VERIFY_CHECKSUM_STARTED Verify checksum started

root@ip-10-13-111-214:~# pxctl v verify-checksum start vol3 --resume=true status code : VERIFY_CHECKSUM_STARTED Verify checksum started

root@ip-10-13-111-214:~# pxctl v verify-checksum start vol3 status code : VERIFY_CHECKSUM_STARTED Verify checksum started

github-actions[bot] commented 7 months ago

This PR is stale because it has been in review for 3 days with no activity.