Displaying 2 results from an estimated 2 matches for "trash2".
Did you mean:
trash
2012 Oct 17
0
cgroup blkio.weight working, but not for KVM guests
...ve tested write throughput on the host using cgexec and dd, demonstrating
that libvirt has correctly set up the cgroups:
cgexec -g blkio:libvirt/qemu/foreground time dd if=/dev/zero of=trash1.img
oflag=direct bs=1M count=4096 & cgexec -g blkio:libvirt/qemu/background time
dd if=/dev/zero of=trash2.img oflag=direct bs=1M count=4096 &
Snap from iotop, showing an 8:1 ratio (should be 10:1, but 8:1 is
acceptable):
Total DISK READ: 0.00 B/s | Total DISK WRITE: 91.52 M/s
TID PRIO USER DISK READ DISK WRITE SWAPIN IO> COMMAND
9602 be/4 root 0.00 B/s 10.71 M...
2016 Dec 13
3
mailboxes and capitalisation
Dear all,
I have set up a series of special-use mailboxes in the default namespace
differing by capitalisation of the names, mainly to capture multiple
mailboxes
with autoexpunge
namespace inbox {
...
mailbox Trash {
auto = no
autoexpunge = 30d
special_use = \Trash
}
mailbox trash {
auto = no
autoexpunge = 30d
special_use = \Trash
}
...
}