On Thu, 2004-04-22 at 08:08, myciel wrote:> Hi All > > I just started looking at lustre, and I would like to know if it should > work with reiserfs?No, there is no support for Lustre running on reiserfs. Thanks-- -Phil
Hi All I just started looking at lustre, and I would like to know if it should work with reiserfs? I tried small test config but it oopses my kernel every time on "lconf --reformat config.xml". I do following: lmc -o config.xml --add node --node localhost lmc -m config.xml --add net --node localhost --nid localhost --nettype tcp lmc -m config.xml --add mds --node localhost --mds mds1 --fstype reiserfs --dev /dev/hde --size 50000 lmc -m config.xml --add ost --node localhost --ost ost1 --fstype reiserfs --dev /dev/hdg lmc -m config.xml --add mtpt --node localhost --path /mnt/lustre --mds mds1 --ost ost1 lconf --reformat config.xml It worked with ext3 without problem. I installed lustre from source. Thanks for suggestions Rafal Mycielski