* [PATCH v2 3/4] Documentation: add version history entries for raid0 support _and_ forgotten devices_handle_discards_safely module paramater
@ 2015-04-29 12:03 heinzm
2015-05-08 16:03 ` Brassow Jonathan
0 siblings, 1 reply; 4+ messages in thread
From: heinzm @ 2015-04-29 12:03 UTC (permalink / raw)
To: dm-devel; +Cc: Heinz Mauelshagen
From: Heinz Mauelshagen <heinzm@redhat.com>
This patch adds version history for md raid0 to dm-raid.txt
_and_
adds forgotten doc for the 1.6.0 version change as well
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
---
Documentation/device-mapper/dm-raid.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt
index ef8ba9f..bceb865 100644
--- a/Documentation/device-mapper/dm-raid.txt
+++ b/Documentation/device-mapper/dm-raid.txt
@@ -224,3 +224,6 @@ Version History
New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.
1.5.1 Add ability to restore transiently failed devices on resume.
1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
+1.6.0 Add devices_handle_discards_safely module parameter to
+ allow discards on disks announcing uncertain discard_zeroes_data
+1.7.0 Add support for MD RAID0 mappings
--
2.1.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v2 3/4] Documentation: add version history entries for raid0 support _and_ forgotten devices_handle_discards_safely module paramater
@ 2015-04-29 12:03 heinzm
0 siblings, 0 replies; 4+ messages in thread
From: heinzm @ 2015-04-29 12:03 UTC (permalink / raw)
To: linux-raid; +Cc: Heinz Mauelshagen
From: Heinz Mauelshagen <heinzm@redhat.com>
This patch adds version history for md raid0 to dm-raid.txt
_and_
adds forgotten doc for the 1.6.0 version change as well
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
---
Documentation/device-mapper/dm-raid.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt
index ef8ba9f..bceb865 100644
--- a/Documentation/device-mapper/dm-raid.txt
+++ b/Documentation/device-mapper/dm-raid.txt
@@ -224,3 +224,6 @@ Version History
New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.
1.5.1 Add ability to restore transiently failed devices on resume.
1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
+1.6.0 Add devices_handle_discards_safely module parameter to
+ allow discards on disks announcing uncertain discard_zeroes_data
+1.7.0 Add support for MD RAID0 mappings
--
2.1.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 3/4] Documentation: add version history entries for raid0 support _and_ forgotten devices_handle_discards_safely module paramater
2015-04-29 12:03 [PATCH v2 3/4] Documentation: add version history entries for raid0 support _and_ forgotten devices_handle_discards_safely module paramater heinzm
@ 2015-05-08 16:03 ` Brassow Jonathan
2015-05-08 17:14 ` Heinz Mauelshagen
0 siblings, 1 reply; 4+ messages in thread
From: Brassow Jonathan @ 2015-05-08 16:03 UTC (permalink / raw)
To: device-mapper development; +Cc: Heinz Mauelshagen
> On Apr 29, 2015, at 7:03 AM, heinzm@redhat.com wrote:
>
> From: Heinz Mauelshagen <heinzm@redhat.com>
>
> This patch adds version history for md raid0 to dm-raid.txt
> _and_
> adds forgotten doc for the 1.6.0 version change as well
>
> Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
>
> ---
> Documentation/device-mapper/dm-raid.txt | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt
> index ef8ba9f..bceb865 100644
> --- a/Documentation/device-mapper/dm-raid.txt
> +++ b/Documentation/device-mapper/dm-raid.txt
> @@ -224,3 +224,6 @@ Version History
> New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.
> 1.5.1 Add ability to restore transiently failed devices on resume.
> 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
> +1.6.0 Add devices_handle_discards_safely module parameter to
> + allow discards on disks announcing uncertain discard_zeroes_data
> +1.7.0 Add support for MD RAID0 mappings
> --
> 2.1.0
I was hoping for a new section(e.g. “DISCARDS”) to be added to the doc file for the ‘devices_handle_discards_safely’.
Wasn’t 1.6.0 where discard support was added? If so, 1.6.0 should just be “Add discard support”. The new section should explain all the short-comings and issues with discards + parity RAID.
brassow
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 3/4] Documentation: add version history entries for raid0 support _and_ forgotten devices_handle_discards_safely module paramater
2015-05-08 16:03 ` Brassow Jonathan
@ 2015-05-08 17:14 ` Heinz Mauelshagen
0 siblings, 0 replies; 4+ messages in thread
From: Heinz Mauelshagen @ 2015-05-08 17:14 UTC (permalink / raw)
To: Brassow Jonathan, device-mapper development
On 05/08/2015 06:03 PM, Brassow Jonathan wrote:
>> On Apr 29, 2015, at 7:03 AM, heinzm@redhat.com wrote:
>>
>> From: Heinz Mauelshagen <heinzm@redhat.com>
>>
>> This patch adds version history for md raid0 to dm-raid.txt
>> _and_
>> adds forgotten doc for the 1.6.0 version change as well
>>
>> Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
>>
>> ---
>> Documentation/device-mapper/dm-raid.txt | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt
>> index ef8ba9f..bceb865 100644
>> --- a/Documentation/device-mapper/dm-raid.txt
>> +++ b/Documentation/device-mapper/dm-raid.txt
>> @@ -224,3 +224,6 @@ Version History
>> New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.
>> 1.5.1 Add ability to restore transiently failed devices on resume.
>> 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
>> +1.6.0 Add devices_handle_discards_safely module parameter to
>> + allow discards on disks announcing uncertain discard_zeroes_data
>> +1.7.0 Add support for MD RAID0 mappings
>> --
>> 2.1.0
> I was hoping for a new section(e.g. “DISCARDS”) to be added to the doc file for the ‘devices_handle_discards_safely’.
>
> Wasn’t 1.6.0 where discard support was added? If so, 1.6.0 should just be “Add discard support”. The new section should explain all the short-comings and issues with discards + parity RAID.
>
> brassow
Yes, 1.6.0 added discard support for raid1/10 and disabled it for raid4/5/6
with commit upstream 75b8e04bbf01bdd5c42a1d8ac54abf757196ce49
Let's add more docuemtnation with a followup patch then
Heinz
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-08 17:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 12:03 [PATCH v2 3/4] Documentation: add version history entries for raid0 support _and_ forgotten devices_handle_discards_safely module paramater heinzm
2015-05-08 16:03 ` Brassow Jonathan
2015-05-08 17:14 ` Heinz Mauelshagen
-- strict thread matches above, loose matches on Subject: below --
2015-04-29 12:03 heinzm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.