Re: [dm-devel] dm-integrity - add the "reset_recalculate" flag

2021-03-23 Thread Mikulas Patocka
On Tue, 23 Mar 2021, Milan Broz wrote: > > Do you need to bump the number of feature args supported (from 17 to > > 18)? Goo point. I've sent version 2 of the patch. > And also update target minor version. > > I was just under the impression that we decided not to support such a > flag

Re: [dm-devel] dm-integrity - add the "reset_recalculate" flag

2021-03-23 Thread Milan Broz
On 23/03/2021 16:12, Mike Snitzer wrote: > On Tue, Mar 23 2021 at 10:59am -0400, > Mikulas Patocka wrote: > >> This patch adds a new flag "reset_recalculate" that will restart >> recalculating from the beginning of the device. It can be used if we want >> to change the hash function. Example: >>

Re: [dm-devel] dm-integrity - add the "reset_recalculate" flag

2021-03-23 Thread Mike Snitzer
On Tue, Mar 23 2021 at 10:59am -0400, Mikulas Patocka wrote: > This patch adds a new flag "reset_recalculate" that will restart > recalculating from the beginning of the device. It can be used if we want > to change the hash function. Example: > > #!/bin/sh > dmsetup remove_all > rmmod brd >