From: Andreas Dilger Date: Wed, 7 Jan 2015 22:02:33 +0000 (-0700) Subject: LU-6068 misc: update old URLs to hpdd.intel.com X-Git-Tag: 2.7.54~2 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=c6aab2ca77831852db22b7dc39baed4d06405b7e;ds=sidebyside LU-6068 misc: update old URLs to hpdd.intel.com Update a URLs in several places to more modern equivalents. Some were in patches landed after the last mass URL update, others are so old they were missed on the last update (CVS URL, sigh). Signed-off-by: Andreas Dilger Change-Id: I18418078ba8923b71c78f3de87aac997dda2eecc Reviewed-on: http://review.whamcloud.com/13193 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Dmitry Eremin Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- diff --git a/debian/README.Debian b/debian/README.Debian index ec21c08..d417294 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,17 +1,21 @@ -Here is an short explanation what to install on your Servers to set up lustre quickly. -Be aware that this doesn't replace the Documentation and Installation Howtos from Lustre. +Here is an short explanation what to install on your Servers to set up +Lustre quickly. Be aware that this doesn't replace the Documentation +and Installation Howtos from Lustre. #1. Building the kernel and the modules - You've to download the linux-source-2.6.18|21|22 package and the linux-patch-lustre package. + You've to download the linux-source package for your kernel and + the linux-patch-lustre package. - Then patch your kernel with the correct patch file. Build and install it. (Use make-kpkg) - To patch the kernel automatically use --added-patches=lustre as build option. + Then patch your kernel with the correct patch file. Build and install + it. (Use make-kpkg) To patch the kernel automatically use + --added-patches=lustre as build option. - Here is the full line how I build my kernel (for those who are not familiar with make-kpkg) - make-kpkg --added-patches=lustre --initrd --append-to-version "-quota-enabled-lustre-1.6.4.1" --revision credativ.1 kernel_image + Here is the full line how I build my kernel (for those who are not + familiar with make-kpkg): + make-kpkg --added-patches=lustre --initrd --append-to-version "-my-version" --revision 1 kernel_image - Now reboot into this new kernel and install the lustre modules with: + Now reboot into this new kernel and install the Lustre modules with: - m-a auto-install lustre Then the kernel and the modules should be there. @@ -20,11 +24,6 @@ Be aware that this doesn't replace the Documentation and Installation Howtos fro In the next step install: - lustre-utils - Then load the kernel modules with: - - modprobe lnet - - modprobe lustre - - modprobe ldiskfs - This have to be done on every server system. #3. Creating partitions on the OST/MDT/MGS Servers @@ -47,31 +46,14 @@ Be aware that this doesn't replace the Documentation and Installation Howtos fro #4. Using the filesystem - In order to use the FS, you'll have to mount it on a client. Please note that this client also - needs the lustre-modules to be installed. (You can install lustre-source and build the module - as described in 1.) + In order to use the FS, you'll have to mount it on a client. Please note + that this client also needs the lustre-modules to be installed. (You can + install lustre-source and build the module as described in 1.) - mount -t lustre mgsnode@tcp0:/spfs /mnt -#4.1 Using Quota: - - The binaries and drivers for lustre in debian are compiled with enabled-quota. - So if you like to use quota this is quite simple: - - lfs quotacheck -ug $path/to/mounted/lustre/fs - - lfs setquota -u $user 1000 2000 10000 20000 $path/to/mounted/lustre/fs - - lfs quota -u $user $path/to/mounted/lustre/fs - - If you want to reset this quota informations for a given user, you'll have first to - set every value to zero, and then give the new informations: - - lfs setquota -u $user 0 0 0 0 $path/to/mounted/lustre/fs - - lfs setquota -u $user 2000 3000 3000 4000 $path/to/mounted/lustre/fs - - This behaviour is reported as lustre bug: https://bugzilla.lustre.org/show_bug.cgi?id=14513 - - - ########### -Please have also a look into the official documentation for lustre available at: +Please have also a look into the official documentation for Lustre available at: -http://manual.lustre.org/index.php?title=Main_Page +https://wiki.hpdd.intel.com/display/PUB/Documentation -- Patrick Winnertz Thu, 28 Dec 2007 14:53:25 +0200 diff --git a/debian/control b/debian/control index 08f8578a..297bd69 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Brian J. Murrell Uploaders: Brian J. Murrell Standards-Version: 3.8.3 Build-Depends: module-assistant, libreadline-dev, debhelper (>=7.0.0), dpatch, automake (>=1.7) | automake1.7 | automake1.8 | automake1.9, libsnmp-dev, bzip2, quilt, linux-headers-generic | linux-headers, rsync -Homepage: http://www.lustre.org/ -Vcs-Cvs: -d :pserver:anonymous@cvs.lustre.org:/lustre +Homepage: https://wiki.hpdd.intel.com/ +Vcs-Git: git://git.hpdd.intel.com/fs/lustre-release.git Package: linux-patch-lustre Section: devel diff --git a/debian/control.main b/debian/control.main index 08f8578a..297bd69 100644 --- a/debian/control.main +++ b/debian/control.main @@ -5,8 +5,8 @@ Maintainer: Brian J. Murrell Uploaders: Brian J. Murrell Standards-Version: 3.8.3 Build-Depends: module-assistant, libreadline-dev, debhelper (>=7.0.0), dpatch, automake (>=1.7) | automake1.7 | automake1.8 | automake1.9, libsnmp-dev, bzip2, quilt, linux-headers-generic | linux-headers, rsync -Homepage: http://www.lustre.org/ -Vcs-Cvs: -d :pserver:anonymous@cvs.lustre.org:/lustre +Homepage: https://wiki.hpdd.intel.com/ +Vcs-Git: git://git.hpdd.intel.com/fs/lustre-release.git Package: linux-patch-lustre Section: devel diff --git a/debian/copyright b/debian/copyright index 0b9dbe7..61ab530 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,9 +6,9 @@ based on work by Goswin von Brederlow and Patrick Winnertz. It is currently maintained by Brian J. Murrell, -Lustre is Copyright (C) 2002-2009 Sun Microsystems, Inc. and is licensed -under the GNU Public License Version 2; -it was downloaded from http://www.lustre.org/ . +Lustre is Copyright (C) 2002-2009 Sun Microsystems, Inc. and is licensed +under the GNU Public License Version 2; it was downloaded from +https://wiki.hpdd.intel.com/display/PUB/Lustre+Releases The documentation (included in lustre-utils) is covered by the GNU Free Documentation License; there are no invariant-clauses included diff --git a/libcfs/libcfs/util/l_ioctl.c b/libcfs/libcfs/util/l_ioctl.c index 4fa4ab1..9dcc21d 100644 --- a/libcfs/libcfs/util/l_ioctl.c +++ b/libcfs/libcfs/util/l_ioctl.c @@ -3,7 +3,7 @@ * * Copyright (c) 2014, Intel Corporation. * - * This file is part of Portals, http://www.sf.net/projects/lustre/ + * This file is part of Lustre, https://wiki.hpdd.intel.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/include/lnet/lnetctl.h b/lnet/include/lnet/lnetctl.h index f60a354..287d2c1 100644 --- a/lnet/include/lnet/lnetctl.h +++ b/lnet/include/lnet/lnetctl.h @@ -1,5 +1,5 @@ /* - * This file is part of Portals, http://www.sf.net/projects/lustre/ + * This file is part of Lustre, https://wiki.hpdd.intel.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/klnds/socklnd/socklnd_cb.c b/lnet/klnds/socklnd/socklnd_cb.c index cbb2ca1..7879b47 100644 --- a/lnet/klnds/socklnd/socklnd_cb.c +++ b/lnet/klnds/socklnd/socklnd_cb.c @@ -8,7 +8,7 @@ * Author: Phil Schwan * Author: Eric Barton * - * This file is part of Portals, http://www.sf.net/projects/sandiaportals/ + * This file is part of Lustre, https://wiki.hpdd.intel.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/klnds/socklnd/socklnd_proto.c b/lnet/klnds/socklnd/socklnd_proto.c index f4a7d77..5612abc 100644 --- a/lnet/klnds/socklnd/socklnd_proto.c +++ b/lnet/klnds/socklnd/socklnd_proto.c @@ -8,7 +8,7 @@ * Author: Phil Schwan * Author: Eric Barton * - * This file is part of Portals, http://www.sf.net/projects/sandiaportals/ + * This file is part of Lustre, https://wiki.hpdd.intel.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/lnet/router.c b/lnet/lnet/router.c index 52b0cd3..f611f31 100644 --- a/lnet/lnet/router.c +++ b/lnet/lnet/router.c @@ -3,8 +3,7 @@ * * Copyright (c) 2011, 2014, Intel Corporation. * - * This file is part of Portals - * http://sourceforge.net/projects/sandiaportals/ + * This file is part of Lustre, https://wiki.hpdd.intel.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/lnet/router_proc.c b/lnet/lnet/router_proc.c index 9859aad..0fe5a3f 100644 --- a/lnet/lnet/router_proc.c +++ b/lnet/lnet/router_proc.c @@ -3,8 +3,7 @@ * * Copyright (c) 2011, 2013, Intel Corporation. * - * This file is part of Portals - * http://sourceforge.net/projects/sandiaportals/ + * This file is part of Lustre, https://wiki.hpdd.intel.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lnet/utils/portals.c b/lnet/utils/portals.c index 714cb64..bd670ce 100644 --- a/lnet/utils/portals.c +++ b/lnet/utils/portals.c @@ -3,7 +3,7 @@ * * Copyright (c) 2013, 2014, Intel Corporation. * - * This file is part of Portals, http://www.sf.net/projects/lustre/ + * This file is part of Lustre, https://wiki.hpdd.intel.com/ * * Portals is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/lustre/doc/osd-api.txt b/lustre/doc/osd-api.txt index c4e9907..e8439f4 100644 --- a/lustre/doc/osd-api.txt +++ b/lustre/doc/osd-api.txt @@ -1293,6 +1293,6 @@ Appendix 2. Sample Code Lustre currently has 2 different OSD implementations: - ldiskfs OSD under lustre/osd-ldiskfs - http://git.whamcloud.com/?p=fs/lustre-release.git;a=tree;f=lustre/osd-ldiskfs;hb=HEAD + http://git.hpdd.intel.com/?p=fs/lustre-release.git;a=tree;f=lustre/osd-ldiskfs;hb=HEAD - ZFS OSD under lustre/zfs-osd - http://git.whamcloud.com/?p=fs/lustre-release.git;a=tree;f=lustre/osd-zfs;hb=HEAD + http://git.hpdd.intel.com/?p=fs/lustre-release.git;a=tree;f=lustre/osd-zfs;hb=HEAD diff --git a/lustre/lod/lod_dev.c b/lustre/lod/lod_dev.c index 900d41e..6d40355 100644 --- a/lustre/lod/lod_dev.c +++ b/lustre/lod/lod_dev.c @@ -1164,7 +1164,7 @@ static void __exit lod_mod_exit(void) lu_kmem_fini(lod_caches); } -MODULE_AUTHOR("Whamcloud, Inc. "); +MODULE_AUTHOR("Intel Corporation. "); MODULE_DESCRIPTION("Lustre Logical Object Device ("LUSTRE_LOD_NAME")"); MODULE_LICENSE("GPL"); diff --git a/lustre/ofd/ofd_dev.c b/lustre/ofd/ofd_dev.c index 80c6087..a210a78 100644 --- a/lustre/ofd/ofd_dev.c +++ b/lustre/ofd/ofd_dev.c @@ -3039,7 +3039,7 @@ static void __exit ofd_exit(void) class_unregister_type(LUSTRE_OST_NAME); } -MODULE_AUTHOR("Whamcloud, Inc. "); +MODULE_AUTHOR("Intel Corporation. "); MODULE_DESCRIPTION("Lustre Object Filtering Device"); MODULE_LICENSE("GPL");