Displaying 3 results from an estimated 3 matches for "blockioaccount".
2018 Sep 26
0
Re: OpenStack output workflow
...ly using:
$ systemctl [--user] set-property --runtime run-uXXX.service \
BlockIOWriteBandwith="/dev/sda2 NEW_SETTING"
where run-uXXX.service is the service name printed by systemd-run
before it starts virt-v2v.
Also:
$ systemctl --user show run-u4466.service | grep BlockIO
BlockIOAccounting=no
BlockIOWeight=[not set]
StartupBlockIOWeight=[not set]
BlockIOWriteBandwidth=/dev/sda2 10000
Note you have to enable BlockIOAccounting to collect stats.
Also:
systemctl [--user] status run-uXXX.service
to read information about the status of the service.
Also there are other syst...
2018 Sep 26
2
Re: OpenStack output workflow
[Adding Tomas Golembiovsky]
On Wed, Sep 26, 2018 at 12:11 PM Richard W.M. Jones <rjones@redhat.com>
wrote:
>
> Rather than jumping to a solution, can you explain what the problem
> is that you're trying to solve?
>
> You need to do <X>, you tried virt-v2v, it doesn't do <X>, etc.
>
Well, that's mainly IMS related challenges. We're working on
2018 Sep 26
3
Re: OpenStack output workflow
...erty --runtime run-uXXX.service \
> BlockIOWriteBandwith="/dev/sda2 NEW_SETTING"
>
> where run-uXXX.service is the service name printed by systemd-run
> before it starts virt-v2v.
>
> Also:
>
> $ systemctl --user show run-u4466.service | grep BlockIO
> BlockIOAccounting=no
> BlockIOWeight=[not set]
> StartupBlockIOWeight=[not set]
> BlockIOWriteBandwidth=/dev/sda2 10000
>
> Note you have to enable BlockIOAccounting to collect stats.
>
> Also:
>
> systemctl [--user] status run-uXXX.service
>
> to read information about th...