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

Fix for bug #6700 #1948

Merged
merged 1 commit into from
Jun 12, 2014
Merged

Fix for bug #6700 #1948

merged 1 commit into from
Jun 12, 2014

Commits on Jun 10, 2014

  1. Fix for bug ceph#6700

    When preparing OSD disks with colocated journals, the intialization process
    fails when using dmcrypt. The kernel fails to re-read the partition table after
    the storage partition is created because the journal partition is already in use
    by dmcrypt. This fix unmaps the journal partition from dmcrypt and allows the
    partition table to be read.
    
    Signed-off-by: Stephen F Taylor <steveftaylor@gmail.com>
    Steve Taylor authored and Steve Taylor committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    6733947 View commit details
    Browse the repository at this point in the history