Displaying 20 results from an estimated 4645 matches for "balance".
Did you mean:
balanced
2010 Jun 22
3
PRI span problem - no D channel
...9:03:48] WARNING[30723]: chan_dahdi.c:2790 pri_find_dchan: No
D-channels available! Using Primary channel 72 as D-channel anyway!
Here is my PRI debug span:
-- Timeout occured, restarting PRI
q921.c:468 t200_expire: q921_state now is Q921_LINK_CONNECTION_RELEASED
Sending Set Asynchronous Balanced Mode Extended
q921.c:211 q921_send_sabme: q921_state now is Q921_AWAITING_ESTABLISH
[Jun 22 09:03:48] WARNING[30723]: chan_dahdi.c:2790 pri_find_dchan: No
D-channels available! Using Primary channel 72 as D-channel anyway!
Sending Set Asynchronous Balanced Mode Extended
Sending Set Asynchrono...
2012 Feb 03
10
[PATCH 0/3] Btrfs-progs: restriper interface
Hello,
This is the userspace part of restriper, rebased onto the new progs
infrastructure. Restriper commands are located under ''balance'' prefix,
which is now the top level command group. However to not confuse
existing users ''balance'' prefix is also available under ''filesystem'':
btrfs [filesystem] balance start
btrfs [filesystem] balance pause
btrfs [filesystem] balance cancel
btrfs [f...
2013 Jun 16
1
btrfs balance resume + raid5/6
Greetings!
I''m testing raid6, and recently added two drives.
I haven''t been able to properly resume a balance operation: the number of
total chunks is always too low.
It seems that the balance starts and pauses properly, but always resumes
with ~7 chunks.
Here''s an example:
vendikar tim # uname -r
3.10.0-031000rc4-generic
vendikar tim # btrfs fi sho
Label: ''bank'' uuid: 68...
2011 Apr 01
15
btrfs balancing start - and stop?
...nce. Our database loads are high,
and if filesystem performance wasn''t good, MySQL replication wouldn''t
be able to keep up and the slave latency would begin to climb. This
though, is generally not happening, which is good.
However, we recently tried running ''btrfs fi balance'' on the filesystem,
and found this deteriorated performance significantly, and the MySQL
replication latency did begin to climb. Several hours later, with the
btrfs-cleaner thread apparently still busy, and our replication latency
running to a couple of hours, and no sign of the balanc...
2017 Mar 22
2
One way dsync replication with dsync -R
...I ran into them enough that I quit using it that way. But, what I also found was that it was just a timing issue. If they weren't synchronized, I could wait a bit and they would get synched up. Obviously that doesn't work too great if you're sending clients to both nodes through a load balancer though. But, since it was just a timing issue, it also made me feel plenty comfortable using 2-way sync. I've been able to verify that whichever node is the "master" that the other node will be in sync soon thereafter. It just doesn't work great if you're logged into both at...
2008 Oct 21
1
prepaid approach
hi,
for my multi-tenant pbx, i would like to approach prepaid like this:
when a customer dials number, i have an AGI that will determine what
country was dialed and retrieve the rate from the rate table,
once the rate is retrieved, i will get the remaining balance of that
customer nd compute how much time remaining based on the rte and the
remaining balance. then i set that as an absolute timeout. after the
call i update the balance depending on how much was used during the call.
my prob is, there are multiple user behind one customer, so when 1 user
ca...
2007 Jan 04
6
after_update attributes problem
...callback on rails... As
far as I can tell, when I define a after_update callback on a model,
the attributes of the object have the same values that they had
*before* Base.save was called. I''m probably wrong so here''s the code:
UNIT TEST:
def test_register_item_adjusts_account_balance
account = accounts(:cams_credit_card)
transaction = RegisterItem.new(:date => ''2006-10-31'',
:description => ''Chinese food'',
:amount => ''-13.44'')
transacti...
2017 Mar 22
2
One way dsync replication with dsync -R
Hi dovecot users,
I?ve found the -R parameter for dsync. Does this enable one-way syncing if enabled on the slave in replication_dsync_parameters? The documentation doesn?t mention much what happens if I enable this on the ?replciation slave?.
Before you ask: Two way synchronisation causes issues in my installation (see the unanswered thread here:
2009 Jul 17
1
Help with R.oo
...ng to learn about object oriented R, as it seems like it
would be very useful.
I'm going over an example from the documentation, and I'm very confused:
http://www1.maths.lth.se/help/R/R.oo/
[assume you've called library (R.oo)]
setConstructorS3("SavingsAccount", function(balance=0) {
if (!is.numeric(balance) && length(balance) != 1)
throw("Argument 'balance' must be a single numeric value: ",
mode(balance));
if (balance < 0)
throw("Trying to create an account with a negative balance.");
extend(Object(), "Sav...
2011 Feb 05
2
Strangeness on btrfs balance..
...devid 3 size 931.51GB used 0.00 path /dev/sdb
devid 1 size 931.51GB used 889.15GB path /dev/sdc
devid 2 size 931.51GB used 889.13GB path /dev/sdd
Btrfs Btrfs v0.19
Sat Feb 05 03:22:29
root@X86-64:~#
----------------------------------------------------
So, I want to balance my data across these three devices, but I
noticed an inconsistencybteween "man btrfs" and btrfs'' help...
root@X86-64:~# man btrfs | grep balance
btrfs device balance <path>
device balance <path>
Sat Feb 05 03:23:50
and
Sat Feb 05 03:24:19
root@X86-64...
2017 Mar 24
1
One way dsync replication with dsync -R
...I ran into them enough that I quit using it that way. But, what I also found was that it was just a timing issue. If they weren't synchronized, I could wait a bit and they would get synched up. Obviously that doesn't work too great if you're sending clients to both nodes through a load balancer though. But, since it was just a timing issue, it also made me feel plenty comfortable using 2-way sync. I've been able to verify that whichever node is the "master" that the other node will be in sync soon thereafter. It just doesn't work great if you're logged into both at...
2006 Aug 16
3
(no subject)
...,
We are developing several applications on a single server and I''m
looking for a way to use mongrel with each of them. Right now,
http://testapp.com/ is being served on that machine through apache
and mongrel. Here''s what a part of my apache config looks like:
<Proxy balancer balancer://testappcluster>
BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001
BalancerMember http://127.0.0.1:8002
</Proxy>
<VirtualHost testapp.com:80>
ServerName testapp.com
ServerAlias testapp.com
ProxyPass / balancer://testappcluster/
ProxyPassReverse / b...
2006 Dec 13
1
load balancing
I ive set up a working linux router with load balancing as per the lartc
guide. Everything is working properly, except for the load balancing does
not seem to be equally balance the load. The first line gets about 60% of
the incoming load, the 2nd line gets about 40%, and the 3rd line hardly gets
any of it at all. The outgoing load is evenly balanced among all three
lines.
I did not set any weights when I set up the route, so this is confusing to
me. BTW, I have been...
2013 Mar 02
2
Permanent uncancellable balance
Hello,
I have a filesystem that has become unusable because of a balance I can''t
stop. It is very close to full, and the balance is preventing me from
growing it.
It was started like this:
sudo btrfs filesystem balance start -v -musage=60 -dusage=60 /srv/backups
It has been stuck at 0% across reboots and kernel upgrades (currently on
3.8.1), and cancelling...
2006 Mar 28
2
Asterisk & SMP: Is irqbalance Redundant on 2.6 Kernels?
...would be better to allocate one
processor to handle all of the IRQs and reserve the others for running
processes. I have some concerns about retransmits if packet data is
split across the CPUs and re-assembled in a different order than
expected. I'm open to any suggestions on how to best balance Asterisk's
load on an SMP system.
============================================================
List users,
I have a server running Fedora Core 3 with the 2.6.12-1.1376_FC3smp
kernel. It has four physical CPUs and I would like to balance the IRQs
across them. It is a large scale VOIP serve...
2005 Feb 01
11
load balancing 20 asterisk servers
I've read several other emails and pages on the wiki but none give any
deffinate answers. if you have 20 asterisk servers each with 4 pri's, all
running RealTime Extensions and RealTime SIPBuddies from the same MySQL
server, what prevents you from putting all 20 servers behind a single load
balancer? That way all of your UA's can use the same IP to register to; vs
maintaining which customer is assigned to which machine.
perhaps its just that i am not that familiar with load balancers. i was
under the impression that a load balancer could/would send each recieved
packet to a different ser...
2007 Mar 29
0
Resolved problem with Apache Load Balancer Manager
Had to make a couple of changes to the config from the mongrel site to get
the load balancer manager working:
changed
# Redirect all non-static requests to cluster
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$ balancer://mongrel_cluster%{REQUEST_URI} [P,QSA,L]
to
# Redirect all non-static requests to cluster
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_F...
2013 Aug 20
7
[PATCH] btrfs-progs: use btrfs error code for kernel errors
Now with the below kernel patch, the excl operations like dev
add/replace/resize and balance returns the btrfs error
code defined in btrfs.h, this patch will help btrfs-progs
(and thus user) to know the error string on the terminal
(instead of /var/log/messages as previously kernel did).
This patch depends on the btrfs kernel patch:
btrfs: return btrfs error code for dev excl ops err
S...
2013 Dec 15
9
btrfs balance on single device
Hey all,
Just did a btrfs balance on a single device. Before the balance
operation here is the df result:
inglor@tiamat ~$ btrfs fi df /home
Data: total=19.19GB, used=9.34GB
System, DUP: total=32.00MB, used=4.00KB
Metadata, DUP: total=896.00MB, used=227.98MB
Then I issues a balance operation relocating the chunks across a single...
2011 Mar 03
4
Load balancing...
Hi All,
Can anyone help me hash out how best to load balance a website that is
getting considerable traffic? In the past I only have experience with BigIP
where you have a load balancing device that keeps track and send traffic to
the best server possible at the time. This was a proprietary system that I
think was something Dell rebranded.
Right now, the w...