Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mimic: ceph-volume: add --all flag to simple activate #26655

Merged
merged 1 commit into from
May 6, 2019

Commits on Feb 26, 2019

  1. ceph-volume: add --all flag to simple activate

    This is intended to behave similarly to the lvm activate --all argument.
    When passed, c-v will scan /etc/ceph/osd/ (or the location specified by
    CEPH_VOLUME_SIMPLE_JSON_DIR) for json files (glob *.json) and call activate
    for each file.  This should greatly ease the take-over of ceph-disk OSDs
    with manual commands and deployment tools like DeepSea and ceph-ansible.
    Also adds a simple unit test and modifies the
    simple/centos7/filestore/activate functional test to use --all.
    
    Signed-off-by: Jan Fajerski <jfajerski@suse.com>
    (cherry picked from commit 05af94c)
    
     Conflicts:
    	src/ceph-volume/ceph_volume/tests/functional/simple/centos7/filestore/activate/test.yml
            resolved by removing everything after conflict marker
    Jan Fajerski committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    98d36d3 View commit details
    Browse the repository at this point in the history