zettadb / cluster_mgr

Clust_mgr is an important compnent of KunlunBase. It provides a HTTP API for KunlunBase users to do cluster management, provisioning and monitor work, so that uses can install a cluster, a kunlun-server node, a storage shard or a kunlun-storage node by calling such APIs. Such capability enables users to integrate KunlunBase management and provisioning as part of their existing application or GUIs. Cluster_mgr also provide other important cluster maintenance background work to make sure the KunlunBase clusters it serves can work efficiently and reliably.
http://www.kunlunbase.com
Apache License 2.0
10 stars 2 forks source link

Add the dependency libraries into install process #27

Open jd-zhang opened 2 years ago

jd-zhang commented 2 years ago

Issue migrated from trac ticket # 731

component: cluster manager | priority: major

2022-05-24 17:52:32: zhangjindong@zettadb.com created the issue


Currently, node_mgr relies on libaio, but it is not included in install process. We need to add this into install process, so the library is added into the built package.

Please see how kunlun-storage solve this dependency issue.