Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.0.0, Lustre 1.8.6
-
None
-
3
-
24,504
-
4078
Description
check_stats() {
ost) res=`do_facet ost0 $LCTL
facet ost0 does not exist;
sanity does not fail each time because of the usual configuration used is : 1 oss, i.e. ost_HOST is
set, and facet_host () sets ost1_HOST = ost_HOST :
facet_host() {
local facet=$1
[ "$facet" == client ] && echo -n $HOSTNAME && return
varname=${facet}_HOST
if [ -z "${!varname}" ]; then
if [ "${facet:0:3}" == "ost" ]; then
eval ${facet}_HOST=${ost_HOST}
sanity test_133c fails on configuration with the number of oss-es >1, or if ost1_HOST is set instead
of ost_HOST.
== test 133c: Verifying OST stats ======================================== == 18:06:29 (1304035589)
mds.lustre-MDT0000.stats=clear
error: set_param: /proc/
1+0 records in
1+0 records out
1048576 bytes (1.0 MB) copied, 0.0171929 seconds, 61.0 MB/s
error: get_param: /proc/{fs,sys}
/
{lnet,lustre}/obdfilter/lustre-OST0000/stats: Found no match
sanity test_133c: @@@@@@ FAIL: The counter for write on ost was not incremented
Attachments
Issue Links
- Trackbacks
-
Lustre 1.8.x known issues tracker While testing against Lustre b18 branch, we would hit known bugs which were already reported in Lustre Bugzilla https://bugzilla.lustre.org/. In order to move away from relying on Bugzilla, we would create a JIRA
-
Changelog 1.8 Changes from version 1.8.7wc1 to version 1.8.8wc1 Server support for kernels: 2.6.18308.4.1.el5 (RHEL5) Client support for unpatched kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.13.1.el6 (RHEL6) Recommended e2fsprogs version: 1.41.90....
-
Changelog 2.2 version 2.2.0 Support for networks: o2iblnd OFED 1.5.4 Server support for kernels: 2.6.32220.4.2.el6 (RHEL6) Client support for unpatched kernels: 2.6.18274.18.1.el5 (RHEL5) 2.6.32220.4.2.el6 (RHEL6) 2.6.32.360....