projects
/
pve-common.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix #1819: fork_worker: ensure sync'ed workers control terminal
[pve-common.git]
/
src
/
PVE
/
CpuSet.pm
diff --git
a/src/PVE/CpuSet.pm
b/src/PVE/CpuSet.pm
index
eaa4e3c
..
92fd18f
100644
(file)
--- a/
src/PVE/CpuSet.pm
+++ b/
src/PVE/CpuSet.pm
@@
-106,7
+106,7
@@
sub has {
sub members {
my ($self) = @_;
- return sort keys %{$self->{members}};
+ return sort
{ $a <=> $b }
keys %{$self->{members}};
}
sub size {