Whamcloud - gitweb
LU-6068 misc: update old URLs to hpdd.intel.com 93/13193/5
authorAndreas Dilger <andreas.dilger@intel.com>
Wed, 7 Jan 2015 22:02:33 +0000 (15:02 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 17 May 2015 22:51:06 +0000 (22:51 +0000)
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 <andreas.dilger@intel.com>
Change-Id: I18418078ba8923b71c78f3de87aac997dda2eecc
Reviewed-on: http://review.whamcloud.com/13193
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
14 files changed:
debian/README.Debian
debian/control
debian/control.main
debian/copyright
libcfs/libcfs/util/l_ioctl.c
lnet/include/lnet/lnetctl.h
lnet/klnds/socklnd/socklnd_cb.c
lnet/klnds/socklnd/socklnd_proto.c
lnet/lnet/router.c
lnet/lnet/router_proc.c
lnet/utils/portals.c
lustre/doc/osd-api.txt
lustre/lod/lod_dev.c
lustre/ofd/ofd_dev.c

index ec21c08..d417294 100644 (file)
@@ -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 <winnie@debian.org>  Thu, 28 Dec 2007 14:53:25 +0200
index 08f8578..297bd69 100644 (file)
@@ -5,8 +5,8 @@ Maintainer: Brian J. Murrell <brian.murrell@intel.com>
 Uploaders: Brian J. Murrell <brian.murrell@intel.com>
 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
index 08f8578..297bd69 100644 (file)
@@ -5,8 +5,8 @@ Maintainer: Brian J. Murrell <brian.murrell@intel.com>
 Uploaders: Brian J. Murrell <brian.murrell@intel.com>
 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
index 0b9dbe7..61ab530 100644 (file)
@@ -6,9 +6,9 @@ based on work by Goswin von Brederlow and Patrick Winnertz.
 
 It is currently maintained by Brian J. Murrell, <brian.murrell@intel.com>
 
-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
index 4fa4ab1..9dcc21d 100644 (file)
@@ -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
index f60a354..287d2c1 100644 (file)
@@ -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
index cbb2ca1..7879b47 100644 (file)
@@ -8,7 +8,7 @@
  *   Author: Phil Schwan <phil@clusterfs.com>
  *   Author: Eric Barton <eric@bartonsoftware.com>
  *
- *   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
index f4a7d77..5612abc 100644 (file)
@@ -8,7 +8,7 @@
  *   Author: Phil Schwan <phil@clusterfs.com>
  *   Author: Eric Barton <eric@bartonsoftware.com>
  *
- *   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
index 52b0cd3..f611f31 100644 (file)
@@ -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
index 9859aad..0fe5a3f 100644 (file)
@@ -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
index 714cb64..bd670ce 100644 (file)
@@ -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
index c4e9907..e8439f4 100644 (file)
@@ -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
index 900d41e..6d40355 100644 (file)
@@ -1164,7 +1164,7 @@ static void __exit lod_mod_exit(void)
        lu_kmem_fini(lod_caches);
 }
 
-MODULE_AUTHOR("Whamcloud, Inc. <http://www.whamcloud.com/>");
+MODULE_AUTHOR("Intel Corporation. <https://wiki.hpdd.intel.com/>");
 MODULE_DESCRIPTION("Lustre Logical Object Device ("LUSTRE_LOD_NAME")");
 MODULE_LICENSE("GPL");
 
index 80c6087..a210a78 100644 (file)
@@ -3039,7 +3039,7 @@ static void __exit ofd_exit(void)
        class_unregister_type(LUSTRE_OST_NAME);
 }
 
-MODULE_AUTHOR("Whamcloud, Inc. <http://www.whamcloud.com/>");
+MODULE_AUTHOR("Intel Corporation. <https://www.hpdd.intel.com/>");
 MODULE_DESCRIPTION("Lustre Object Filtering Device");
 MODULE_LICENSE("GPL");