-
Notifications
You must be signed in to change notification settings - Fork 16
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
vmfs5 #6
Comments
can u provide the file 'core' or post the call stack of the segment fault extracted from core? thanks. |
I used vmfs-fuse, so hopefully that's what you need,thanks |
|
I used gdb to read the core you uploaded and get the following call stacks. [root@lab22 vmfs6-tool]# gdb vmfs-fuse/vmfs-fuse core.13780 Let dump function vmfs_inode_aggregate_pb. Then, by gdb, we found fs->pbc is zero pb_len = fs->pbc->bmh.data_size; (gdb) p fs->pbc |
I have tried the vmfs_inode_aggregate_pb branch that you developed, but it does not seem to support vmfs5. So I would like to ask if modifying vmfs-fuse in vmfs-tools can solve my problem |
Taking your advice, I changed the blkid2ino parameter in vmfs-fuse.c of vmfs-tools from uint32_t to uint64_t, and the error is the same |
I have a vmfs5 parition that exceeds 50T and has a problem of "Segmentation fault". How should I operate vmfs-tools to support large-capacity partitioning
The text was updated successfully, but these errors were encountered: