Changes between Version 3 and Version 4 of GTD_Cloud_lustre


Ignore:
Timestamp:
Oct 27, 2008, 10:36:34 AM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GTD_Cloud_lustre

    v3 v4  
    5555
    5656###  Setup Object Storage Target  ###
    57 $ mkfs.lustre --fsname=cloudfs --ost --mgsnode=xen@tcp0 /dev/sda3
     57$ mkfs.lustre --fsname=cloudfs --ost --mgsnode=cloud@tcp0 /dev/sda3
    5858$ sudo mount -t lustre /dev/sda3 /home/ost
    5959
    6060###  Lustre Client started  ###
    61 $ sudo mount -t lustre xen@tcp0:/cloudfs /home/cloudfs
     61$ sudo mount -t lustre cloud@tcp0:/cloudfs /home/cloudfs
    6262$ df -h
    6363$ mount