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

os/bluestore: fix memory leak during bit_alloc testing #9935

Merged
merged 3 commits into from
Jun 30, 2016

Commits on Jun 29, 2016

  1. os/bluestore: fix memory leak during bit alloc ut

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    06c48e4 View commit details
    Browse the repository at this point in the history
  2. os/bluestore: make block array of test_bmap_alloc self-adapting

    So we are be able change total_blocks or zone_size flexibly and
    thus append more test cases.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    1af00b1 View commit details
    Browse the repository at this point in the history
  3. os/bluestore: promote output to derr if out of memory

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    f35b05b View commit details
    Browse the repository at this point in the history