Exemplo n.º 1
0
def rgw_pools_missing(**kwargs):
    '''
    Show pools missing for rgw

    CLI Example:

    .. code-block:: bash

        salt '*' ceph.rgw_pools_missing

    cluster_uuid
        The cluster UUID. Defaults to value found in ceph config file.

    cluster_name
        The cluster name. Defaults to ``ceph``.
    '''
    return ceph_cfg.rgw_pools_missing(**kwargs)
Exemplo n.º 2
0
def rgw_pools_missing(**kwargs):
    '''
    Show pools missing for rgw

    CLI Example:

    .. code-block:: bash

        salt '*' ceph_cfg.rgw_pools_missing

    Notes:

    cluster_uuid
        Set the cluster UUID. Defaults to value found in ceph config file.

    cluster_name
        Set the cluster name. Defaults to "ceph".
    '''
    return ceph_cfg.rgw_pools_missing(**kwargs)
Exemplo n.º 3
0
def rgw_pools_missing(**kwargs):
    """
    Show pools missing for rgw
    """
    return ceph_cfg.rgw_pools_missing(**kwargs)