Dentry调试

获取Dentry信息

curl -v 'http://10.196.59.202:17220/getDentry?pid=100&name="aa.txt"&parentIno=1024'
ParameterTypeDescription
pidintegermeta partition id
namestringdirectory or file name
parentInointegerparent directory inode id

获取指定目录下全部文件

curl -v 'http://10.196.59.202:17220/getDirectory?pid=100&parentIno=1024'
ParameterTypeDescription
pidintegerpartition id
inointegerinode id

获取指定分片的全部目录信息

curl -v 'http://10.196.59.202:17220/getAllDentry?pid=100'
ParameterTypeDescription
pidintegerpartition id
在github上编辑