Skip to content

Commit

Permalink
Merge branch 'paravance_disk' into 'master'
Browse files Browse the repository at this point in the history
[paravance-56/SR-IOV] Activation of SR-IOV

See merge request grid5000/reference-repository!225
  • Loading branch information
berardbe committed May 6, 2021
2 parents 524ca69 + 40297f6 commit 8459452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -247,7 +247,7 @@
"storage_devices": [
{
"by_id": "/dev/disk/by-id/wwn-0x5000c50062ea7c83",
"by_path": "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:0:0:0",
"by_path": "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:0:0:0",
"device": "sda",
"firmware_version": "LS0C",
"interface": "SAS",
Expand All @@ -258,7 +258,7 @@
},
{
"by_id": "/dev/disk/by-id/wwn-0x5000c50062ea8057",
"by_path": "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:0:1:0",
"by_path": "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:0:1:0",
"device": "sdb",
"firmware_version": "LS0C",
"interface": "SAS",
Expand Down
Expand Up @@ -84,14 +84,14 @@ paravance-56:
storage_devices:
sda:
by_id: "/dev/disk/by-id/wwn-0x5000c50062ea7c83"
by_path: "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:0:0:0"
by_path: "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:0:0:0"
firmware_version: LS0C
model: ST600MM0006
size: 600127266816
storage: HDD
sdb:
by_id: "/dev/disk/by-id/wwn-0x5000c50062ea8057"
by_path: "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:0:1:0"
by_path: "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:0:1:0"
firmware_version: LS0C
model: ST600MM0006
size: 600127266816
Expand Down

0 comments on commit 8459452

Please sign in to comment.