You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to remove a namespace host which doesn't exist, we get an exception about deleting a non-existing key. We need to catch such an exception and ignore it. Or, we need to verify that the host is there before trying to remove it.
The text was updated successfully, but these errors were encountered:
gbregman
changed the title
When removing an non-existing namesapce host we should get an exception
When removing an non-existing namesapce host we shouldn't get an exception
Nov 25, 2024
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Dec 22, 2024
When we try to remove a namespace host which doesn't exist, we get an exception about deleting a non-existing key. We need to catch such an exception and ignore it. Or, we need to verify that the host is there before trying to remove it.
The text was updated successfully, but these errors were encountered: