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

ceph-volume: adds --crush-device-class flag for lvm prepare and create #19949

Merged
merged 6 commits into from Jan 18, 2018

Commits on Jan 16, 2018

  1. ceph-volume: adds a --crush-device-class flag to lvm create and prepare

    Signed-off-by: Andrew Schoen <aschoen@redhat.com>
    andrewschoen committed Jan 16, 2018
    Copy the full SHA
    bf468bc View commit details
    Browse the repository at this point in the history
  2. ceph-volume: add crush_device_class to lvm metadata

    Signed-off-by: Andrew Schoen <aschoen@redhat.com>
    andrewschoen committed Jan 16, 2018
    Copy the full SHA
    11da218 View commit details
    Browse the repository at this point in the history
  3. ceph-volume: adds crush_device_class to the functional tests

    Signed-off-by: Andrew Schoen <aschoen@redhat.com>
    andrewschoen committed Jan 16, 2018
    Copy the full SHA
    36a388d View commit details
    Browse the repository at this point in the history
  4. ceph-volume: adds crush_device_class to json metadata for 'osd new'

    Signed-off-by: Andrew Schoen <aschoen@redhat.com>
    andrewschoen committed Jan 16, 2018
    Copy the full SHA
    3404d8b View commit details
    Browse the repository at this point in the history
  5. ceph-volume: docs for --crush-device-class

    Signed-off-by: Andrew Schoen <aschoen@redhat.com>
    andrewschoen committed Jan 16, 2018
    Copy the full SHA
    21f4594 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. ceph-volume: print the lvm activate success message correctly

    Move the terminal.success to the methods that have access to the
    correct osd_id so that they do not print None for the osd_id
    in the log message.
    
    Signed-off-by: Andrew Schoen <aschoen@redhat.com>
    andrewschoen committed Jan 17, 2018
    Copy the full SHA
    c9f7689 View commit details
    Browse the repository at this point in the history