Skip to content

Commit

Permalink
add default values to lpar name and number
Browse files Browse the repository at this point in the history
  • Loading branch information
megabreit committed May 1, 2021
1 parent 42013d9 commit 4672445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions show_vio_host_mappings
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ if ( $options{'disks'} ) {
$vscsi{$vhost}->{'slot'},
"-",
"-",
$vscsi{$vhost}->{'lpar_number'},
$vscsi{$vhost}->{'lpar_name'},
$vscsi{$vhost}->{'lpar_number'} // "-",
$vscsi{$vhost}->{'lpar_name'} // "-",
"-",
"-",
"-",
Expand Down

0 comments on commit 4672445

Please sign in to comment.