]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
netapp-nvme: fix nvme ns desc uuid handling for ontapdevices
authorMartin George <marting@netapp.com>
Wed, 16 Feb 2022 18:33:20 +0000 (00:03 +0530)
committerMartin George <marting@netapp.com>
Wed, 16 Feb 2022 18:33:20 +0000 (00:03 +0530)
commit476d0199c2bd9c414d20cb56d355b83bd304f3e6
treeff909d713a4caac4c84fb335b41482f387930df7
parent9a91f88843f07a1ed8ae0e2c1aff84ac4b8bad58
netapp-nvme: fix nvme ns desc uuid handling for ontapdevices

The nvme ns desc uuid handling in the NetApp plugin for
ontapdevices is broken after the recent upgrade to libnvme. The
uuid hanlding logic here was flawed to begin with, so rework this
code to ensure the respective uuid descriptor itself is stored in
the ontapdevice_info structure and processed appropriately.

Signed-off-by: Martin George <marting@netapp.com>
plugins/netapp/netapp-nvme.c