Skip to content

Commit

Permalink
fix(storage/nvme): pass required trtype for controller
Browse files Browse the repository at this point in the history
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
  • Loading branch information
artek-koltun authored and glimchb committed Nov 28, 2023
1 parent fe6e5d8 commit 3d3ec41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pydpu/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def update(self, address):
nvme_namespace=frontend_nvme_pb2.NvmeNamespace(
name=self.fullname,
spec=frontend_nvme_pb2.NvmeNamespaceSpec(
trtype=opicommon_pb2.NVME_TRANSPORT_PCIE,
volume_name_ref="Malloc1",
uuid=uuid_pb2.Uuid(
value="1b4e28ba-2fa1-11d2-883f-b9a761bde3fb"
Expand Down

0 comments on commit 3d3ec41

Please sign in to comment.