i'm building an all-in-one for the first time and wondering if there is something different required in the procedure.<br>I formatted the mds with the following:<br><br>mkfs.lustre --fsname=lustre --reformat --mdt --mgs /dev/cciss/c0d1<br>
<br>completed fine and i was able to mount it.<br><br>then I formatted the OST:<br><br>mkfs.lustre --fsname=lustre --ost --mgsnode=192.168.0.1@tcp2 /dev/md0<br><br>but when i go to mount the ost i get this error:<br><br>[root@data]# mount -t lustre /dev/md0 /mnt/data/ost<br>
mount.lustre: mount /dev/md0 at /mnt/data/ost failed: No such file or directory<br>Is the MGS specification correct?<br>Is the filesystem name correct?<br>If upgrading, is the copied client log valid? (see upgrade docs<br>
<br>What am i doing wrong? <br>