[PVE-User] Simultaneous API call
lyt_yudi
lyt_yudi at icloud.com
Tue Mar 8 06:39:01 CET 2016
hi,
the same problem here.
simultaneous modify rate and tag vaules
or
first to modify rate vaules, after modify the tag vaules
it’s failed, here no tc rules.
After the tested found, it’s must to modify the tag first, and to modify the rate at end
will succeed!
must do so? maybe it’s a bug!
the latest PVE3/4 have the same issue!
thanks!
# here have a test shell.
cat test.sh
#!/bin/bash
iface=$1
/sbin/tc qdisc ls dev $iface
/sbin/tc class ls dev $iface
/sbin/tc filter ls dev $iface parent ffff:
# bash ts.sh tap169i1
qdisc pfifo_fast 0: root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20160308/aafa18b8/attachment.htm>
More information about the pve-user
mailing list