cubefs/docs/source/tools/cfs-cli/metanode.md
setcy 491bed5e0a docs(tools): split Using CLI Tools section
Signed-off-by: setcy <2670061551@qq.com>
2023-09-14 14:17:13 +08:00

726 B

MetaNode Management

List MetaNodes

Get information of all metaNodes, including ID, address, read/write status, and survival status.

cfs-cli metanode list

Show MetaNode Information

Show basic information of the metaNode, including status, usage, and the ID of the partition it carries.

cfs-cli metanode info [Address]     

Decommission MetaNode

Decommission the metaNode. The partitions on this node will be automatically transferred to other available nodes.

cfs-cli metanode decommission [Address] 

Transfer Meta Partitions

Transfer the meta partition on the source metaNode to the target metaNode.

cfs-cli metanode migrate [srcAddress] [dstAddress]