I was able to download Lustre 1.8.5 from the Whamcloud Git repository: git clone -b b1_8 http://git.whamcloud.com/fs/lustre-release.git lustre
cd lustre git checkout -b 1.8.5 1.8.5 You can use git:// instead of http:// if you are not behind a firewall. To list the name of the branches you downloaded: git branch To switch to branch b1_8 (1.8.6-wc1): git checkout b1_8 Check the Changelog files to confirm which version you are currently working on. Denis Charland UNIX Systems Administrator National Research Council Canada
_______________________________________________ Lustre-discuss mailing list [email protected] http://lists.lustre.org/mailman/listinfo/lustre-discuss
