Dentry 调试

获取 Dentry 信息

curl -v "http://10.196.59.202:17220/getDentry?pid=100&name="aa.txt"&parentIno=1024"
ParameterTypeDescription
pidint元数据分片 ID
namestring目录或文件名
parentInoint父目录 inode id

获取指定目录下全部文件

curl -v "http://10.196.59.202:17220/getDirectory?pid=100&parentIno=1024"
ParameterTypeDescription
pidint元数据分片 ID
inointinode ID

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

curl -v "http://10.196.59.202:17220/getAllDentry?pid=100"
ParameterTypeDescription
pidinteger元数据分片 ID
在github上编辑