You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reading the document, the followings are little bit hard to understand
After booting the a supported kernel. The following must be met:
1. A compatible device, such as QEMU NVMe or an Open-Channel SSD, such as the CNEX Labs LightNVM SDK.
2. A media manager on top of the device driver. The media manager manages the partition table for the device.
3. A target on top of the block manager that exposes the Open-Channel SSD.
I understood num1 requirement and it is met cuz I have CNEX SSD, However, number 2 and number 3 are bit hard to understand and ambiguous.
This sentence means like, do I have to install or do something manually? or just is it done automatically after I compile linux kernel?
The text was updated successfully, but these errors were encountered:
You can ignore #2, since it is deprecated since 4.8.
After i#1t, you can use "nvme lnvm create" command to create a target on
top. E.g. pblk on top will expose the drive as s traditional drive.
Den 25. aug. 2017 12.18 skrev "RockyLim92" <[email protected]>:
I the docs, the followings are little bit hard to understand
After booting the a supported kernel. The following must be met:
1. A compatible device, such as QEMU NVMe or an Open-Channel SSD, such as the CNEX Labs LightNVM SDK.
2. A media manager on top of the device driver. The media manager manages the partition table for the device.
3. A target on top of the block manager that exposes the Open-Channel SSD.
I understood num1 requirement and it is met cuz I have CNEX SSD, However,
number 2 and number 3 are quire hard to understand and ambiguous.
This sentence mean like, do I have to install or do something manually? or
just is it done automatically after I compile linux kernel?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAmCY_MrWngZRfmADegEw3AkpeTh7nxmks5sbp9ngaJpZM4PCeno>
.
While reading the document, the followings are little bit hard to understand
After booting the a supported kernel. The following must be met: 1. A compatible device, such as QEMU NVMe or an Open-Channel SSD, such as the CNEX Labs LightNVM SDK. 2. A media manager on top of the device driver. The media manager manages the partition table for the device. 3. A target on top of the block manager that exposes the Open-Channel SSD.
I understood num1 requirement and it is met cuz I have CNEX SSD, However, number 2 and number 3 are bit hard to understand and ambiguous.
This sentence means like, do I have to install or do something manually? or just is it done automatically after I compile linux kernel?
The text was updated successfully, but these errors were encountered: