zoukankan      html  css  js  c++  java
  • nova cell配置

    Configuration option = Default valueDescription
    [cells]
    call_timeout = 60 (IntOpt) Seconds to wait for response from a call to a cell.
    capabilities = hypervisor=xenserver;kvm, os=linux;windows (ListOpt) Key/Multi-value list with the capabilities of the cell
    cell_type = compute (StrOpt) Type of cell
    cells_config = None (StrOpt) Configuration file from which to read cells configuration. If given, overrides reading cells from the database.
    db_check_interval = 60 (IntOpt) Interval, in seconds, for getting fresh cell information from the database.
    driver = nova.cells.rpc_driver.CellsRPCDriver (StrOpt) Cells communication driver to use
    enable = False (BoolOpt) Enable cell functionality
    instance_update_num_instances = 1 (IntOpt) Number of instances to update per periodic task run
    instance_updated_at_threshold = 3600 (IntOpt) Number of seconds after an instance was updated or deleted to continue to update cells
    manager = nova.cells.manager.CellsManager (StrOpt) Manager for cells
    max_hop_count = 10 (IntOpt) Maximum number of hops for cells routing.
    mute_child_interval = 300 (IntOpt) Number of seconds after which a lack of capability and capacity updates signals the child cell is to be treated as a mute.
    mute_weight_multiplier = -10000.0 (FloatOpt) Multiplier used to weigh mute children. (The value should be negative.)
    name = nova (StrOpt) Name of this cell
    offset_weight_multiplier = 1.0 (FloatOpt) Multiplier used to weigh offset weigher.
    reserve_percent = 10.0 (FloatOpt) Percentage of cell capacity to hold in reserve. Affects both memory and disk utilization
    topic = cells (StrOpt) The topic cells nodes listen on
  • 相关阅读:
    Win7 64位系统上Hadoop单机模式的安装及开发环境搭建
    HBase配置文件设置
    YARN HA 配置文件设置
    Hadoop的配置文件设置(HDFS HA)
    记一次java heap space的解决办法
    记一次sql优化——left join不走索引问题
    js黑魔法
    css坑了我一下下之line-height
    target-densitydpi=device-dpi会使其他ui插件布局变小
    redis缓存过期key优化-缓存不释放
  • 原文地址:https://www.cnblogs.com/allcloud/p/5144264.html
Copyright © 2011-2022 走看看