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

nautilus: mgr/volumes: handle exceptions in purge thread with retry #30455

Merged
merged 2 commits into from Oct 7, 2019

Commits on Sep 18, 2019

  1. mgr/volumes: retry purging trash entries on intermittent error

    have a max cap on number of retries and bail out. also, fix
    dumping traceback to log for python 2.
    
    Signed-off-by: Venky Shankar <vshankar@redhat.com>
    (cherry picked from commit f2b9c0e)
    vshankar authored and smithfarm committed Sep 18, 2019
    Copy the full SHA
    835fd10 View commit details
    Browse the repository at this point in the history
  2. mgr/volumes: cluster log when a purge thread bails out

    Fixes: http://tracker.ceph.com/issues/41218
    Signed-off-by: Venky Shankar <vshankar@redhat.com>
    (cherry picked from commit 387746c)
    vshankar authored and smithfarm committed Sep 18, 2019
    Copy the full SHA
    39d8e98 View commit details
    Browse the repository at this point in the history