Re: [dm-devel] [PATCH v3 2/3] dm: Add support for block provisioning

2023-04-18 Thread Sarthak Kukreti
On Fri, Apr 14, 2023 at 2:58 PM Mike Snitzer wrote: > > On Thu, Apr 13 2023 at 8:02P -0400, > Sarthak Kukreti wrote: > > > Add support to dm devices for REQ_OP_PROVISION. The default mode > > is to passthrough the request to the underlying device, if it > > supports it. dm-thinpool uses the prov

Re: [dm-devel] [PATCH v3 2/3] dm: Add support for block provisioning

2023-04-14 Thread Mike Snitzer
On Thu, Apr 13 2023 at 8:02P -0400, Sarthak Kukreti wrote: > Add support to dm devices for REQ_OP_PROVISION. The default mode > is to passthrough the request to the underlying device, if it > supports it. dm-thinpool uses the provision request to provision > blocks for a dm-thin device. dm-thinp

Re: [dm-devel] [PATCH v3 2/3] dm: Add support for block provisioning

2023-04-14 Thread Mike Snitzer
On Fri, Apr 14 2023 at 9:32P -0400, Joe Thornber wrote: > On Fri, Apr 14, 2023 at 7:52 AM Sarthak Kukreti > wrote: > > > Add support to dm devices for REQ_OP_PROVISION. The default mode > > is to passthrough the request to the underlying device, if it > > supports it. dm-thinpool uses the prov

Re: [dm-devel] [PATCH v3 2/3] dm: Add support for block provisioning

2023-04-14 Thread Joe Thornber
On Fri, Apr 14, 2023 at 7:52 AM Sarthak Kukreti wrote: > Add support to dm devices for REQ_OP_PROVISION. The default mode > is to passthrough the request to the underlying device, if it > supports it. dm-thinpool uses the provision request to provision > blocks for a dm-thin device. dm-thinpool c