Re: [dm-devel] [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support

2023-05-15 Thread Sarthak Kukreti
On Fri, May 12, 2023 at 10:32 AM Mike Snitzer wrote: > > On Sat, May 06 2023 at 2:29P -0400, > Sarthak Kukreti wrote: > > > dm-thinpool uses the provision request to provision > > blocks for a dm-thin device. dm-thinpool currently does not > > pass through REQ_OP_PROVISION to underlying devices.

Re: [dm-devel] [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support

2023-05-12 Thread Mike Snitzer
On Sat, May 06 2023 at 2:29P -0400, Sarthak Kukreti wrote: > dm-thinpool uses the provision request to provision > blocks for a dm-thin device. dm-thinpool currently does not > pass through REQ_OP_PROVISION to underlying devices. > > For shared blocks, provision requests will break sharing and

Re: [dm-devel] [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support

2023-05-12 Thread Mike Snitzer
On Thu, May 11 2023 at 4:03P -0400, Sarthak Kukreti wrote: > On Tue, May 9, 2023 at 9:58 AM Mike Snitzer wrote: > > > > On Sat, May 06 2023 at 2:29P -0400, > > Sarthak Kukreti wrote: > > > > > dm-thinpool uses the provision request to provision > > > blocks for a dm-thin device. dm-thinpool c

Re: [dm-devel] [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support

2023-05-11 Thread Sarthak Kukreti
On Tue, May 9, 2023 at 9:58 AM Mike Snitzer wrote: > > On Sat, May 06 2023 at 2:29P -0400, > Sarthak Kukreti wrote: > > > dm-thinpool uses the provision request to provision > > blocks for a dm-thin device. dm-thinpool currently does not > > pass through REQ_OP_PROVISION to underlying devices. >

Re: [dm-devel] [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support

2023-05-09 Thread Mike Snitzer
On Sat, May 06 2023 at 2:29P -0400, Sarthak Kukreti wrote: > dm-thinpool uses the provision request to provision > blocks for a dm-thin device. dm-thinpool currently does not > pass through REQ_OP_PROVISION to underlying devices. > > For shared blocks, provision requests will break sharing and