mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
dm delay: fix status
Fix missing space in dm-delay target status output if separate read and write delay are configured. Signed-off-by: Milan Broz <mbroz@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
parent
2e64a0f928
commit
79662d1ea3
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ static int delay_status(struct dm_target *ti, status_type_t type,
|
|||
(unsigned long long) dc->start_read,
|
||||
dc->read_delay);
|
||||
if (dc->dev_write)
|
||||
DMEMIT("%s %llu %u", dc->dev_write->name,
|
||||
DMEMIT(" %s %llu %u", dc->dev_write->name,
|
||||
(unsigned long long) dc->start_write,
|
||||
dc->write_delay);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue