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

kraken: core: ceph-disk: does not support cluster names different than 'ceph' #13497

Merged
1 commit merged into from Apr 9, 2017

Commits on Feb 24, 2017

  1. ceph-disk: dmcrypt activate must use the same cluster as prepare

    When dmcrypt is used, the fsid cannot be retrieved from the data
    partition because it is encrypted. Store the fsid in the lockbox to
    enable dmcrypt activation using the same logic as regular activation.
    
    The fsid is used to retrive the cluster name that was used during
    prepare, reason why activation does not and must not have a --cluster
    argument.
    
    Fixes: http://tracker.ceph.com/issues/17821
    
    Signed-off-by: Loic Dachary <ldachary@redhat.com>
    (cherry picked from commit 7f66672)
    
    Conflicts:
    	src/ceph-disk/ceph_disk/main.py
    ldachary authored and shinobu-x committed Feb 24, 2017
    Copy the full SHA
    6b3655f View commit details
    Browse the repository at this point in the history