File: fix-simple-storage-device-capacity-bytes-null-0672eed36d9da70a.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (11 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
fixes:
  - |
    Fixes bug in ``SimpleStorageCollection.disks_sizes_bytes`` which assumed
    the type of a disk's ``CapacityBytes`` property is ``integer``. According
    to the Distributed Management Task Force (DMTF) Redfish standard schema
    [1], it can be ``null``, which is converted to ``None`` in Python. For
    more information, see `story 2006918
    <https://storyboard.openstack.org/#!/story/2006918>`_.

    [1] https://redfish.dmtf.org/schemas/SimpleStorage.v1_2_3.json