diff --git a/src/tools/status_tool.cpp b/src/tools/status_tool.cpp index 8941db7020..5acde85315 100644 --- a/src/tools/status_tool.cpp +++ b/src/tools/status_tool.cpp @@ -354,6 +354,9 @@ int StatusTool::LogicalPoolListCmd() { << ", physicalPoolID = " << lgPool.physicalpoolid() << ", type = " << curve::mds::topology::LogicalPoolType_Name(lgPool.type()) + << ", allocateStatus = " + << curve::mds::topology:: + AllocateStatus_Name(lgPool.allocatestatus()) << ", total space = " << totalSize / curve::mds::kGB << "GB" << ", used space = " << usedSize / curve::mds::kGB << "GB" << "(" << usedRatio * 100 << "%, can be recycled = "