-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
block_disk.py: Add a new utility for the block #3736
Conversation
3873bbe
to
ed911a0
Compare
@zhencliu @YongxueHong @luckyh Please take a review, thanks! |
db67950
to
8cc79ae
Compare
@zhencliu @YongxueHong @luckyh Please take a review, thanks! |
8cc79ae
to
987946d
Compare
@zhencliu @YongxueHong @luckyh Please take a review, thanks! |
987946d
to
1bb3720
Compare
1bb3720
to
8160a60
Compare
@YongxueHong @zhencliu Please take a check, thanks! |
Hi @nickzhq |
Hi @YongxueHong , both the filesystem module and the block module are involved by other. |
Hi @nickzhq |
8160a60
to
06f88e0
Compare
Done. |
06f88e0
to
f4d5921
Compare
f4d5921
to
6d49bcc
Compare
@zhencliu @YongxueHong Please take a review, thanks! |
a875a59
to
c2acd73
Compare
LGTM. |
vt_utils/filesystem.py: Add a new utility for the filesystem module The previous utils_disk.py has been refactored into block module and filesystem module. The block.py providers the related functions about the block module. The filesystem.py providers the related functions about the filesystem module. Signed-off-by: Houqi (Nick) Zuo <[email protected]>
c2acd73
to
404752a
Compare
Here's a new block module including the functions
about the block.