Displaying 3 results from an estimated 3 matches for "lssubsi".
Did you mean:
lsscsi
2013 Mar 19
2
Errors while using blkiotune command
Hi all,
I want to limit the I/O bandwidth inside the container, so I used virsh
command blkiotune. But when I enter a command:
virsh # blkiotune lxcguest --weight 250
I get following errors:
error: Unable to change blkio parameters
error: Requested operation is not valid: blkio cgroup isn't mounted
I also have blkio cgroup mounted. What can be the problem?
Thanks in advance.
Regards,
2013 Jun 07
0
Re: cgroup error starting domains
Tried with commenting out cgroup_controllers but with no change.
Tried also unmounting /sys/fs/cgroup and mount the cgroups in a subfolder
hierarchy manually but it remounted still all together (I think this is
related at the unmounting support going away, I'm with kernel 3.10-rc4 on
the test machine).
So I had a look at Slackware's init system's scripts: /sys/fs/cgroup is
mounted in
2013 Jun 07
2
Re: cgroup error starting domains
On Fri, Jun 07, 2013 at 01:07:01PM +0200, Matteo Bernardini wrote:
> Thanks Daniel for helping with this :)
>
> # cat /proc/mounts
[snip]
> cgroup /sys/fs/cgroup cgroup rw,relatime,bfqio,hugetlb,perf_event,blkio,net_cls,freezer,devices,memory,cpuacct,cpu,cpuset,clone_children
Ok so here you've mounted all the cgroups controllers at the same
place. This is really strongly