projects
/
pve-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8246bf
)
export bond_modes (define with 'our' instead of 'my')
author
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 18 May 2016 14:49:19 +0000
(16:49 +0200)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 18 May 2016 14:49:19 +0000
(16:49 +0200)
So that other people can use that from outside.
src/PVE/INotify.pm
patch
|
blob
|
history
diff --git
a/src/PVE/INotify.pm
b/src/PVE/INotify.pm
index
b6749d3
..
8cc00f8
100644
(file)
--- a/
src/PVE/INotify.pm
+++ b/
src/PVE/INotify.pm
@@
-665,7
+665,7
@@
register_file('active', "/var/log/pve/tasks/active",
\&write_active_workers);
-
my
$bond_modes = { 'balance-rr' => 0,
+
our
$bond_modes = { 'balance-rr' => 0,
'active-backup' => 1,
'balance-xor' => 2,
'broadcast' => 3,