Whamcloud - gitweb
Branch b1_8_gate
authoryujian <yujian>
Tue, 16 Sep 2008 08:08:30 +0000 (08:08 +0000)
committeryujian <yujian>
Tue, 16 Sep 2008 08:08:30 +0000 (08:08 +0000)
b=14095
i=nathan.rutman
i=brian

1) add lustre_start utility to start or stop multiple Lustre servers
   from a CSV file
2) fix the utility path issue in bug 14094
3) use 'error_output()' to format error messages
4) move common variables and functions to lc_common
5) fix the "lustre_config -h" issue in bug 14133
6) fix the module_opts issue in bug 14092
7) remove the duplicates from checking lnet connectivity to MGS node

lustre/ChangeLog

index b46f68e..47c9e8d 100644 (file)
@@ -632,6 +632,11 @@ Bugzilla   : 16695
 Description: kernel panic on racer
 Details    : Do not access dchild->d_inode when IS_ERR(dchild) is true.
 
+Severity   : enhancement
+Bugzilla   : 14095
+Description: Add lustre_start utility to start or stop multiple Lustre servers
+             from a CSV file.
+
 -------------------------------------------------------------------------------