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

jewel: monitor assertion failure when deactivating mds in (invalid) fscid 0 #11862

Merged
4 commits merged into from Nov 14, 2016
Merged

jewel: monitor assertion failure when deactivating mds in (invalid) fscid 0 #11862

4 commits merged into from Nov 14, 2016

Commits on Nov 9, 2016

  1. mds: fully encapsulate filesystems map

    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    (cherry picked from commit de6c36a)
    batrick authored and ldachary committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    9a2596d View commit details
    Browse the repository at this point in the history
  2. mds: use reference to avoid copy

    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    (cherry picked from commit 8934e95)
    batrick authored and ldachary committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    89653e9 View commit details
    Browse the repository at this point in the history
  3. mds: group filesystem access methods

    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    (cherry picked from commit 59de991)
    batrick authored and ldachary committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    8a028b0 View commit details
    Browse the repository at this point in the history
  4. mds: use parse_filesystem in parse_role

    This allows us to reuse code in parse_filesystem and avoid
    get_filesystem which may fail if the fscid does not exist. This would
    result in the program (mon) aborting due to the uncaught exception.
    
    Fixes: http://tracker.ceph.com/issues/17518
    
    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    (cherry picked from commit edc78e4)
    batrick authored and ldachary committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    804c46c View commit details
    Browse the repository at this point in the history