Whale Tang
Whale Tang
Signed-off-by: true1064 **What this PR does / why we need it**: add 'cluster creation time' feature to master, and provides cmds to: - query the cluster creation time. - set...
Currently, RocksDB's Write Head log is enabled for metadata persistence. The incremental metadata is persisted to Raft log and then to RocksDB's write head log, which is equivalent to repeating...
When master handling HTTP API “admin/getIp", it calls loadClusterValue(), which loads the persisted metadata and stores it to memory. For the admin/getIp API: (1) It is not necessary to read...
…d size of volumes and metapartitions by storage class. **What this PR does / why we need it**: feat(master): [hybrid cloud] Support querying the inode count and used size of...