Debugging Dentries

Obtaining Dentry Information

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

Obtaining All Files in a Specified Directory

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

Obtaining All Directory Information for a Specified Shard

curl -v "http://10.196.59.202:17210/getAllDentry?pid=100"
ParameterTypeDescription
pidintegerpartition id
Edit on GitHub