Re: [PATCH v2 2/2] lightnvm: add non-continuous lun target creation support

2016-01-28 Thread Wenwei Tao
OK, I see. Will include these changes in next version. 2016-01-28 17:09 GMT+08:00 Matias Bjørling : > On 01/28/2016 09:50 AM, Wenwei Tao wrote: >> 2016-01-27 17:44 GMT+08:00 Matias Bjørling : >>> On 01/26/2016 01:33 PM, Wenwei Tao wrote: When create a target, we specify the begin lunid and >>

Re: [PATCH v2 2/2] lightnvm: add non-continuous lun target creation support

2016-01-28 Thread Matias Bjørling
On 01/28/2016 09:50 AM, Wenwei Tao wrote: > 2016-01-27 17:44 GMT+08:00 Matias Bjørling : >> On 01/26/2016 01:33 PM, Wenwei Tao wrote: >>> When create a target, we specify the begin lunid and >>> the end lunid, and get the corresponding continuous >>> luns from media manager, if one of the luns is n

Re: [PATCH v2 2/2] lightnvm: add non-continuous lun target creation support

2016-01-28 Thread Wenwei Tao
2016-01-27 17:44 GMT+08:00 Matias Bjørling : > On 01/26/2016 01:33 PM, Wenwei Tao wrote: >> When create a target, we specify the begin lunid and >> the end lunid, and get the corresponding continuous >> luns from media manager, if one of the luns is not free, >> we failed to create the target, even

Re: [PATCH v2 2/2] lightnvm: add non-continuous lun target creation support

2016-01-27 Thread Matias Bjørling
On 01/26/2016 01:33 PM, Wenwei Tao wrote: > When create a target, we specify the begin lunid and > the end lunid, and get the corresponding continuous > luns from media manager, if one of the luns is not free, > we failed to create the target, even if the device's > total free luns are enough. > >