X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FINotify.pm;h=8cc00f80df28b0e4e94b846a6d33eb4f3ec3d890;hp=b6749d319d514b53f8686aed451a151fff668cf0;hb=c8e5d28e29a932a3729ec3396a0081080041c866;hpb=b8246bfca72625671c6beab19f1ad373445fa5af diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index b6749d3..8cc00f8 100644 --- 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,