Re: [PATCH v3 3/3] lightnvm: add non-continuous lun target creation support

2016-02-05 Thread Wenwei Tao
okay, I agree it's good to export these information to user. Will include these changes in the next version. 2016-02-05 20:55 GMT+08:00 Matias Bjørling : > On 02/05/2016 03:42 AM, Wenwei Tao wrote: >> When create a target, we specify the begin lunid and >> the end lunid, and get the corresponding

Re: [PATCH v3 3/3] lightnvm: add non-continuous lun target creation support

2016-02-05 Thread Matias Bjørling
On 02/05/2016 03:42 AM, 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. >

Re: [PATCH v3 3/3] lightnvm: add non-continuous lun target creation support

2016-02-05 Thread Matias Bjørling
On 02/05/2016 03:42 AM, 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. >

Re: [PATCH v3 3/3] lightnvm: add non-continuous lun target creation support

2016-02-05 Thread Wenwei Tao
okay, I agree it's good to export these information to user. Will include these changes in the next version. 2016-02-05 20:55 GMT+08:00 Matias Bjørling : > On 02/05/2016 03:42 AM, Wenwei Tao wrote: >> When create a target, we specify the begin lunid and >> the end lunid, and get

[PATCH v3 3/3] lightnvm: add non-continuous lun target creation support

2016-02-04 Thread Wenwei Tao
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. So add non-continuous lun target creation support,

[PATCH v3 3/3] lightnvm: add non-continuous lun target creation support

2016-02-04 Thread Wenwei Tao
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. So add non-continuous lun target creation support,