hooklee2000

Results 12 comments of hooklee2000

Temporarily I provide a download link [cfs-monitor.tar.gz ](https://github.com/hooklee2000/chubaofs/releases/download/untagged-d8874c14e9f3c8881705/cfs-monitor.tar.gz). I hope next release we can also provide x86_64 and arm64 binary files.

Good job! I wish you can also add release tag,such as : ```bash --build-arg RELEASE="${release}" -t "cfs-base:${release}" ```

LGTM. @mervinkid please approve running workflows.

Follow Settings => Secrets =>Actions => New repository secret , we need create DOCKER_TOKEN as docker password.

@weizhouapache Maybe we can add a field such as “next_upgrade_class” in version table of mysql. later version 4.17.2.0 known 4.18.0.0 then fill the field as "com.cloud.upgrade.dao.Upgrade41700to41800". When upgrade from 4.17.2.0...

Maybe the size of your hardisk less than RETAIN size. datanode_disks | string array | Format: PATH:RETAIN, PATH: disk mount path, RETAIN: the minimum reserved space under this path, and...

Available Space of data node must be more than 10GB,check the code master/data_node.go: ```go func (dataNode *DataNode) isWriteAble() (ok bool) { dataNode.RLock() defer dataNode.RUnlock() if dataNode.isActive && dataNode.AvailableSpace > 10*util.GB...

I add two api, they work well: - change metanode address id meta node id srcAddr source address, such as ip:port targetAddr target address, such as ip:port ```bash curl -v...