The fix is present in Ubuntu Oracular (development series).

In the future, please update the bug task's status to Fix Released in
such cases (and clarify in Other Info if needed). Thanks! :)

$ pull-lp-source manila oracular
Found manila 1:18.1.0+git2024080716.14ef8916-0ubuntu2 in oracular
...

$ grep -F -B1 -A7 \
  '# Catch the exception in case kerberos is not configured with LIF.' \
  
manila-18.1.0+git2024080716.14ef8916/manila/share/drivers/netapp/dataontap/client/client_cmode.py
            result = None
            # Catch the exception in case kerberos is not configured with LIF.
            try:
                result = self.send_request('kerberos-config-get', api_args)
            except netapp_api.NaApiError as e:
                with excutils.save_and_reraise_exception() as exc_context:
                    if "entry doesn't exist" in e.message:
                        exc_context.reraise = False
                        return False

** Changed in: manila (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069125

Title:
  [SRU] Manila driver error with ONTAP SVM-scoped user

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/2069125/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to