Re: [systemd-devel] [PATCH 3/3] systemcl: add support for setting BlockIORead/WriteBandwidth for unit

2013-09-10 Thread Lennart Poettering
On Fri, 30.08.13 10:56, Gao feng (gaof...@cn.fujitsu.com) wrote: > This patch allows user to set up BlockIOReadBandwidth and > BlockIOWriteBandwidth > for unit through systemctl. Such as > > systemctl set-property sshd.service BlockIOReadBandwidth="/dev/sda 10" > systemctl set-property sshd.

[systemd-devel] [PATCH 3/3] systemcl: add support for setting BlockIORead/WriteBandwidth for unit

2013-08-29 Thread Gao feng
This patch allows user to set up BlockIOReadBandwidth and BlockIOWriteBandwidth for unit through systemctl. Such as systemctl set-property sshd.service BlockIOReadBandwidth="/dev/sda 10" systemctl set-property sshd.service BlockIOWriteBandwidth="/dev/sda 20" --- src/systemctl/systemctl.c