Project

General

Profile

Actions

Bug #42330

closed

nautilus: mgr/dashboard: Error getting image configuration during deletion

Added by Ricardo Marques over 4 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Component - RBD
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Sometimes, when deleting or moving an image to trash:

I get the following error:

This happens because "Ceph Dashboard" is trying to get the image configuration, but the image was already moved to trash.

"Ceph Dashboard" should gracefully handle the case where the image was already deleted or moved to trash.

Full traceback:

Traceback (most recent call last):
  File "/ceph/src/pybind/mgr/dashboard/services/exception.py", line 88, in dashboard_exception_handler
    return handler(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/ceph/src/pybind/mgr/dashboard/controllers/__init__.py", line 657, in inner
    ret = func(*args, **kwargs)
  File "/ceph/src/pybind/mgr/dashboard/controllers/__init__.py", line 850, in wrapper
    return func(*vpath, **params)
  File "/usr/lib64/python3.7/contextlib.py", line 74, in inner
    return func(*args, **kwds)
  File "/usr/lib64/python3.7/contextlib.py", line 130, in __exit__
    self.gen.throw(type, value, traceback)
  File "/ceph/src/pybind/mgr/dashboard/services/exception.py", line 102, in handle_rbd_error
    raise DashboardException(e, component='rbd')
dashboard.exceptions.DashboardException: [errno 2] RBD image not found (error opening image b'img3' at snapshot None)

Files

config-error-1.png (59.1 KB) config-error-1.png Ricardo Marques, 10/15/2019 03:10 PM
config-error-2.png (80.3 KB) config-error-2.png Ricardo Marques, 10/15/2019 03:10 PM

Related issues 2 (0 open2 closed)

Related to Dashboard - Bug #36404: mgr/dashboard: Can not delete RBD with snapshotsResolvedTiago Melo

Actions
Has duplicate Dashboard - Bug #42944: mgr/dashboard: sometimes an error occurs when performing actions on RBD imagesDuplicate

Actions
Actions

Also available in: Atom PDF