문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top