Inode
Get Inode
curl -v http://10.196.59.202:17210/getInode?pid=100&ino=1024
Get inode information
Parameter |
Type |
Description |
---|---|---|
pid |
integer |
meta-partition id |
ino |
integer |
inode id |
Get Extents by Inode
curl -v http://10.196.59.202:17210/getExtentsByInode?pid=100&ino=1024
Get inode all extents information
Parameter |
Type |
Description |
---|---|---|
pid |
integer |
meta-partition id |
ino |
integer |
inode id |
Get All Inodes
curl -v http://10.196.59.202:17210/getAllInodes?pid=100
Get all inodes of the specified partition
Parameter |
Type |
Description |
---|---|---|
pid |
integer |
meta-partition id |