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

rgw, mon: normalize delete/remove in admin console (cleanup 22444) #19439

Merged
merged 3 commits into from Mar 26, 2018

Commits on Mar 6, 2018

  1. rgw: normalize delete/remove in admin console

    Normalizes "rm", deprecates any other (eg. "delete", del",
    or "remove"). Provides backward compatibility with
    existing commands, deprecates non-"rm".
    
    http://tracker.ceph.com/issues/14363
    
    Cleanup: http://tracker.ceph.com/issues/22444
    Signed-off-by: Jesse Williamson <jwilliamson@suse.de>
    Jesse Williamson committed Mar 6, 2018
    Copy the full SHA
    fa5398d View commit details
    Browse the repository at this point in the history
  2. mon: update MonCommands

    Regardless of the "inner" implementation, at this level we officially
    make all remove commands use "rm" and not "remove", "del", or "delete".
    
    Deprecates "remove", "del", and "delete".
    Adjusts code so that "rm" preceeds "remove".
    
    Signed-off-by: Jesse Williamson <jwilliamson@suse.de>
    Jesse Williamson committed Mar 6, 2018
    Copy the full SHA
    a24a6cc View commit details
    Browse the repository at this point in the history
  3. restore original OSDMonitor.cc

    Signed-off-by: Jesse Williamson <jwilliamson@suse.de>
    Jesse Williamson committed Mar 6, 2018
    Copy the full SHA
    b658941 View commit details
    Browse the repository at this point in the history