Pregunta

We have to build a large scalable filesystem. Since LVM and Lustre both can provide dynamic scaling of file system size, I wanted to know the relative advantages and disadvantages of LVM vs Lustre File system. Thanks in advance.

¿Fue útil?

Solución

LVM is partition manager for the local hard drives and the "cluster" support (CLVM) is not fully integrated in the LVM model. Also, LVM only provide you the Volume api, not the filesystem.

And Lustre was designed as scalable cluster (distributed) filesystem, and also it have POSIX File API support.

If you need scalable solution, or file access API, choose Lustre.

If you builds small cluster (not more dozen computers), and you will manage volumes, choose LVM.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top