Displaying 12 results from an estimated 12 matches for "af12".
Did you mean:
a412
2005 Mar 17
0
cbq + gred doesn''t drop packets
...11
echo ''installing AF11''
$tc filter add dev $DEV parent 1:0 protocol ip prio 1
handle 0x0a tcindex classid 1:211
$tc qdisc change dev $DEV parent 4:1 gred limit
$DP_LIMIT1 min $DP_MIN1 max $DP_MAX1 burst $DP_BURST1
avpkt 1500 bandwidth $Total_Rate DP 1 probability 0.02
prio 2
# AF12
echo ''installing AF12''
$tc filter add dev $DEV parent 1:0 protocol ip prio 1
handle 0x0c tcindex classid 1:212
$tc qdisc change dev $DEV parent 4:1 gred limit
$DP_LIMIT2 min $DP_MIN2 max $DP_MAX2 burst $DP_BURST2
avpkt 1500 bandwidth $Total_Rate DP 2 probability 0.04
prio 3
# AF...
2007 Mar 05
0
QoS IP precedence and Diffserv combination
...v and IP
precedence is handled as close to RFC specification as possible. I have
a few problems with implementing this based on current queueing
structure. Here are a few of my questions.
1.) Is there any way to get DiffServ AF drop levels without using
DSMARK and GRED?
Ex.
AF11 Gred DP 1
AF12 Gred DP 2
AF13 Gred DP 3
2.) Can I get traffic into GRED DP levels without using DSMARK?
3.) It appears that DSMARK was designed to be the root queuing
discipline of an interface. Is this true?
4.) If you filter with DSMARK into a class the TOS value is copied into
Tcindex. If you furthe...
2005 Dec 05
0
GRED & HTB
...ld it be possible to to the following:
HTB(6Mb)
|
GRED(1)grio
HTB1 (af1) (1MB)
GRED(1-3)grio
|
GRED(2)grio
HTB2(af2) (1MB)
GRED(1-3)grio
thx jason
************************what i have now**************
HTB (6Mb)
|
GRED (1-12) using grio
af11 -> gred vq 10
af12 -> gred vq 11
af13 -> gred vq 12
af21 -> gred vq 7
af23 -> gred vq 8
af23 -> gred vq 9
af31 -> gred vq 4
af32 -> gred vq 5
af33 -> gred vq 6
af41 -> gred vq 1
af42 -> gred vq 2
af43 -> gred vq 3
_______________________________________________
LARTC mailin...
2006 Apr 10
4
EF & AF filters with HTB
Hello all,
Please could someone help me with this, I have been trying for days to
get this to work. I would like to have BE, AF & EF classes with HTB
qdisc.
I can''t find any scripts online where this has been done.
If I enable this filter:
#tc filter add dev eth0 parent 2:0 protocol ip prio 1 \
#tcindex mask 0xf0 shift 4 pass_on
then BE & AF classification seems to be fine but
2024 Jul 05
0
Problems creating or renaming directories and files in gluster volume, via SAMBA
...ib64/libglusterfs.so.0(dict_get_with_ref+0x85) [0x7f99950799b5] ) 0-dict: dict OR key (virt-gf-prestat) is NULL [Invalid argument]
[2024-06-16 12:28:29.099386 +0000] W [MSGID: 114061] [client-common.c:3327:client_pre_readdirp_v2] 0-tank-client-0: remote_fd is -1. EBADFD [{gfid=8def2ad4-72fd-49ed-af12-4b1f9878b2a4}, {errno=77}, {error=File descriptor in bad state}]
[2024-06-16 12:37:56.662296 +0000] I [MSGID: 109061] [dht-layout.c:641:dht_layout_normalize] 0-tank-dht: Found anomalies [{path=/dir59}, {gfid=3e58f9ed-8565-4ce2-bbbb-77b18b841929}, {holes=3}, {overlaps=0}]
[2024-06-16 12:37:56....
2005 Feb 16
9
DSCP, ToS and Egress
I''m successfully using HTB + GRED to shape traffic based on the DSCP field. I
would like to strip the DSCP and possibly replace it with normal ToS bits on
egress traffic leaving my network. Leaving DSCP set is pointless, and could
potentially cause problems with some ISPs that use DSCP internally I suppose.
Setting ToS bits would seem ideal as most networks still honor it to varying
2006 Jan 10
2
Gred/dsmark/htb
...9
#af23
tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \
avpkt 1000 burst 40 probability 0.02 bandwidth 1024 DP 10 prio 10
#af11
tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \
avpkt 1000 burst 40 probability 0.04 bandwidth 1024 DP 11 prio 11
#af12
tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \
avpkt 1000 burst 40 probability 0.06 bandwidth 1024 DP 12 prio 12
#af13
tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \
avpkt 1000 burst 40 probability 0.06 bandwidth 1024 DP 13 prio 13...
2011 Dec 18
10
[Bug 1964] New: QoS/DSCP names false translated to ToS hex value
https://bugzilla.mindrot.org/show_bug.cgi?id=1964
Bug #: 1964
Summary: QoS/DSCP names false translated to ToS hex value
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: amd64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
2010 Mar 10
35
[Bug 1733] New: Enhance support for QoS (ToS) by supporting DSCP/CS and adding option
...; (https://bugzilla.mindrot.org/attachment.cgi?id=1808)
QoS fix for DSCP/CS markings
This adds the option "UseQoS" which takes two marking arguments, the
first for non-interactive traffic and the second for interactive
traffic.
For instance, in a DSCP environment, one could use:
UseQoS af12 cs2
to retain compatibility, the default is:
UseQoS throughput lowdelay
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
2017 Oct 26
0
not healing one file
Hey Richard,
Could you share the following informations please?
1. gluster volume info <volname>
2. getfattr output of that file from all the bricks
getfattr -d -e hex -m . <brickpath/filepath>
3. glustershd & glfsheal logs
Regards,
Karthik
On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote:
> On a side note, try recently released health
2017 Oct 26
3
not healing one file
On a side note, try recently released health report tool, and see if it
does diagnose any issues in setup. Currently you may have to run it in all
the three machines.
On 26-Oct-2017 6:50 AM, "Amar Tumballi" <atumball at redhat.com> wrote:
> Thanks for this report. This week many of the developers are at Gluster
> Summit in Prague, will be checking this and respond next
2017 Oct 26
2
not healing one file
...BD98ECD746 (9f20046c-7bc7-45ed-92c9-8f2e82f62137) on home-client-2
[2017-10-25 10:14:12.790197] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/01944B01650D908724F3740FB759DFEA4D698302 (8092baf9-0aee-4d93-af12-00a16717a90c) on home-client-2
[2017-10-25 10:14:12.800050] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/97609C65C8746DD686EFDCF9F3ADE4FFD8741140 (946b2dda-642b-466f-a2c4-e421543ea3fa) on home-client-2...