23.07.2014 Views

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4.2.2.5 Failout<br />

Designate an OST as a "failout", so clients receive errors after a timeout instead of<br />

waiting for recovery:<br />

$ mkfs.lustre --fsname=testfs --ost --mgsnode=uml1 \<br />

-- param="failover.mode=failout" /dev/sdb<br />

4.2.2.6 Running Multiple <strong>Lustre</strong> Filesystems<br />

The default filesystem name created by mkfs.lustre is lustre. For a different<br />

filesystem name, specify mkfs.lustre --fsname=foo. The MDT, OSTs and<br />

clients that comprise a single filesystem must share the same name. For example:<br />

foo-MDT0000<br />

foo-OST0000<br />

foo-OST0001<br />

client mount command: mount -t lustre mgsnode:/foo /mnt/mountpoint<br />

The maximum length of the filesystem name is 8 characters.<br />

The MGS is universal; there is only one MGS per installation, not per filesystem.<br />

Note – There is only one filesystem per MDT. Therefore, specify --mdt --mgs on<br />

one, and --mdt --mgsnode= on the others.<br />

An installation with two filesystems could look like this:<br />

mgsnode# mkfs.lustre --mgs /dev/sda<br />

mdtfoonode# mkfs.lustre --fsname=foo --mdt --mgsnode=mgsnode@tcp0<br />

/dev/sda<br />

ossfoonode# mkfs.lustre --fsname=foo --ost --mgsnode=mgsnode@tcp0<br />

/dev/sda<br />

ossfoonode# mkfs.lustre --fsname=foo --ost --mgsnode=mgsnode@tcp0<br />

/dev/sdb<br />

mdtbarnode# mkfs.lustre --fsname=bar --mdt --mgsnode=mgsnode@tcp0<br />

/dev/sda<br />

ossbarnode# mkfs.lustre --fsname=bar --ost --mgsnode=mgsnode@tcp0<br />

/dev/sda<br />

ossbarnode# mkfs.lustre --fsname=bar --ost --mgsnode=mgsnode@tcp0<br />

/dev/sdb<br />

4-12 <strong>Lustre</strong> <strong>1.6</strong> <strong>Operations</strong> <strong>Manual</strong> • September 2008

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!