File: fix-taskmonitor-init-calls-in-volume-module-0f8a747acd0cfe3f.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (8 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixes issues in the ``volume`` module where the first parameter passed to
    the ``TaskMonitor`` constructor was incorrect. The parameter passed was
    the resource object (self), but it should have been the connector object
    (self._conn). This affected the ``create_volume()`` and
    ``delete_volume()`` methods.