Skip to content

Commit

Permalink
Merge pull request #7420 from Obihoernchen/discinfo
Browse files Browse the repository at this point in the history
Add more disk infos for copycds
  • Loading branch information
Obihoernchen authored Feb 19, 2024
2 parents f08822f + 23a1dc0 commit 68410a0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions perl-xCAT/xCAT/data/discinfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,34 @@ require Exporter;
use strict;

our %distnames = (
"1699649961.901830" => "alma9.3", #x86_64
"1683740561.481881" => "alma9.2", #x86_64
"1668611652.293224" => "alma9.1", #x86_64
"1653492552.897374" => "alma9.0", #x86_64
"1700507279.498559" => "alma8.9", #x86_64
"1684368711.170717" => "alma8.8", #x86_64
"1668064303.058266" => "alma8.7", #x86_64
"1652294731.711015" => "alma8.6", #x86_64
"1636648892.129507" => "alma8.5", #x86_64
"1622014558.977612" => "alma8.4", #x86_64
"1616719527.545010" => "alma8.3", #x86_64

"1699827798.672747" => "rocky9.3", #x86_64
"1683907016.7470503" => "rocky9.2", #x86_64
"1669255400.517928" => "rocky9.1", #x86_64
"1657031221.5900638" => "rocky9.0", #x86_64
"1700593425.194997" => "rocky8.9", #x86_64
"1684366557.751811" => "rocky8.8", #x86_64
"1668116088.755845" => "rocky8.7", #x86_64
"1652648703.486923" => "rocky8.6", #x86_64
"1636882174.934804" => "rocky8.5", #x86_64
"1624205633.869423" => "rocky8.4", #x86_64
"1619847935.413219" => "rocky8.3", #x86_64

"1636765473.891280" => "centos8.5", #x86_64
"1578087695.538488" => "centos8.1", #x86_64
"1578087695.537220" => "centos8.1", #ppc64le
"1603728831.612616" => "centos7.9", #x86_64
"1480943823.812754" => "centos7.3", #x86_64
"1450147276.351714" => "centos7.2", #ppc64le
"1449699925.561114" => "centos7.2", #x86_64
Expand Down Expand Up @@ -103,6 +124,20 @@ our %distnames = (
"1446216863.790260" => "rhels7.2", #x86_64
"1446216863.764721" => "rhels7.2", #ppc64
"1446216863.771788" => "rhels7.2", #ppc64le
"1554367054.162671" => "rhels8.0", #x86_64
"1571146135.637073" => "rhels8.1", #x86_64
"1585988230.312698" => "rhels8.2", #x86_64
"1602239874.439561" => "rhels8.3", #x86_64
"1620069559.055704" => "rhels8.4", #x86_64
"1634111543.317017" => "rhels8.5", #x86_64
"1650472728.682141" => "rhels8.6", #x86_64
"1665640879.622493" => "rhels8.7", #x86_64
"1681178617.415884" => "rhels8.8", #x86_64
"1698675913.542581" => "rhels8.9", #x86_64
"1673532738.064152" => "rhels9.0", #x86_64
"1666859625.373080" => "rhels9.1", #x86_64
"1681421276.520925" => "rhels9.2", #x86_64
"1698234899.296206" => "rhels9.3", #x86_64

"1285193176.593806" => "rhelhpc6", #x86_64
"1305067719.718814" => "rhelhpc6.1", #x86_64
Expand Down

0 comments on commit 68410a0

Please sign in to comment.