]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
allow 8-way NUMA systems
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 10 Jan 2019 13:47:13 +0000 (14:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Jan 2019 09:21:55 +0000 (10:21 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Subscription.pm

index efbe70c275d6d1af01c6f94a990b09099e1415fe..896bea7c1bd46dd19f9a6ee0e8fd3ade9645399b 100644 (file)
@@ -29,7 +29,7 @@ PVE::INotify::register_file('subscription', "/etc/subscription",
                            \&read_etc_pve_subscription,
                            \&write_etc_pve_subscription);
 
-my $subscription_pattern = 'pve([124])([cbsp])-[0-9a-f]{10}';
+my $subscription_pattern = 'pve([1248])([cbsp])-[0-9a-f]{10}';
 
 sub get_sockets {
     my $info = PVE::ProcFSTools::read_cpuinfo();