Reviewed:  https://review.opendev.org/c/openstack/cinder/+/815560
Committed: 
https://opendev.org/openstack/cinder/commit/d83a2289d582ad137017f9589c2e42e8d1543c13
Submitter: "Zuul (22348)"
Branch:    master

commit d83a2289d582ad137017f9589c2e42e8d1543c13
Author: Luciano Lo Giudice <luciano.logiud...@canonical.com>
Date:   Tue Oct 26 19:08:07 2021 -0300

    Fix QOS computation
    
    It's possible for a volume's node name to be `None` (because an
    API is not present, or the user doesn't have privileges, for example).
    For these cases, computing the QOS name can lead to a TypeError, since
    it needs to concatenate a prefix to the node name. This patchset fixes
    this problem by returning an empty string for the QOS if the node name
    is indeed None.
    
    Closes-Bug: #1948507
    Change-Id: I16d7bf9fb023f3bc7be0fc8e3e08421b2754d5a5


** Changed in: cinder
       Status: In Progress => 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/1948507

Title:
  TypeError when computing QOS feature name

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1948507/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to