限制长期存储空间的最大使用
lotus-miner storage list
cat $LOTUS_MINER_PATH/storage.json
cat sectorstore.json
限制存储可用空间为20TB
20TB = 21990232555520 KB
# cat sectorstore.json
{
"ID": "11...",
"Weight": 10,
"CanSeal": false,
"CanStore": true,
"MaxStorage": 21990232555520
}