Skip to content

Commit

Permalink
Specify disk for quinn in MU VT test
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-suse committed Mar 4, 2025
1 parent 68e715d commit d3cdcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/virtualization/autoyast/host_12.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</networking>
<partitioning config:type="list">
<drive>
% my $wwn = {'lipa' => 'wwn-0x5002538c4002f8bd', briza => 'wwn-0x5000c5004f0e566d'};
% my $wwn = {'lipa' => 'wwn-0x5002538c4002f8bd', briza => 'wwn-0x5000c5004f0e566d', quinn => 'wwn-0x5000c50099db2117'};
% my $hostname = (split(/\./, $get_var->("SUT_IP")))[0];
% my $device_id = defined($wwn->{$hostname}) ? '/dev/disk/by-id/' . $wwn->{$hostname} : '';
<device><%= $device_id %></device>
Expand Down

0 comments on commit d3cdcec

Please sign in to comment.