Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/devstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sileht/devstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sileht/master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 28, 2016

  1. ceph: Allow to change the image path

    If we want to put the disk image into a tmpfs, changing CEPH_DATA_DIR
    won't work because some file operation needed by ceph are not allowed
    on tmpfs.
    
    So, this change allows to change the disk image path only instead of the
    whole CEPH_DATA_DIR.
    
    Change-Id: If92f0bdca16f866a475820cf71a30ded28fb2572
    Mehdi Abaakouk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    facc0c4 View commit details
    Browse the repository at this point in the history
  2. ceph: fix setup with version >= infernalis

    Since infernalis, a ceph user is created and daemon
    run as ceph user.
    
    This change allows devstack to work with ceph version
    >= infernalis without breaking it with < hammer.
    
    Change-Id: Ibd2d7c10a7caaa75ced078dac027d3af5f96b52c
    Mehdi Abaakouk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    9bd1991 View commit details
    Browse the repository at this point in the history
Loading