OpenChannelSSD / lnvm

Administrative tool for LightNVM compatible Open-Channel SSDs
http://openchannelssd.readthedocs.org/en/latest/
GNU General Public License v2.0
7 stars 3 forks source link

Can lnvm create two or more OCSSDs into one pblk? #5

Closed trevery closed 3 years ago

trevery commented 3 years ago

I have two 512GB OCSSD devices. Both of them are able to use lnvm command to create pblk. But I need to combine these two physical 512GB devices into one logic 1TB devices without changing File System. It seems that the command 'create' cann't not make it, because it can only create one device at a time. Is there any idea about how to make it?

MatiasBjorling commented 3 years ago

Hi,

It is not possible to combine the drives at the pblk level. You'll have to put dm-linear or dm raid on top to combine to a single block device.