1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00
Jonathan Brassow 562c678ee2 DM RAID: Add ability to throttle sync operations for RAID LVs.
This patch adds the ability to set the minimum and maximum I/O rate for
sync operations in RAID LVs.  The options are available for 'lvcreate' and
'lvchange' and are as follows:
  --minrecoveryrate <Rate> [bBsSkKmMgG]
  --maxrecoveryrate <Rate> [bBsSkKmMgG]
The rate is specified in size/sec/device.  If a suffix is not given,
kiB/sec/device is assumed.  Setting the rate to 0 removes the preference.
2013-05-31 11:25:52 -05:00
..
2013-05-03 15:42:44 +02:00
2012-02-08 12:52:58 +00:00
2013-04-21 23:07:00 +02:00
2013-04-23 12:27:33 +02:00
2013-04-21 22:54:42 +02:00
2013-04-02 15:16:04 +02:00
2013-05-13 13:13:20 +02:00