coolany eae422baf3 适配CM组件
Signed-off-by: coolany <kyosang@163.com>

support cgroup

追加合入
2022-03-05 18:51:52 +08:00

13 lines
269 B
Python

from base_utils.common.constantsbase import ConstantsBase
class Constants(ConstantsBase):
"""common constants"""
def __init__(self):
pass
__slots__ = ()
SSH_PROTECT_PATH = "~/gaussdb_tmp/ssh_protect"
TMP_HOSTS_FILE = "/tmp/tmp_hosts_%d"