609b925a51
When dropping an export over DBUS, if there's a problem with the removal, we can ignore the failure and move on. If not, the share ends up in an "error_deleting" state. There's not much that we can do here besides logging the failure as an exception. Change-Id: I73c2706c9d889f8d08057a543b2a963740bb3f33 Closes-Bug: #2035572 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
12 lines
570 B
YAML
12 lines
570 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The CephFS driver uses a `RemoveExport` DBUS API call to the NFS/Ganesha
|
|
service when a user deletes an access rule, or when deleting the share.
|
|
If this call fails, the driver now provides a log of the failure, and
|
|
continues cleaning up. Prior to this change, share deletion could fail if
|
|
the service failed the DBUS command to drop the export. This would leave
|
|
the share with an "error_deleting" status, needing administrator
|
|
intervention. See `bug #2035572 <https://launchpad.net/bugs/2035572>`_
|
|
for more information.
|