Details
-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Lustre 2.1.0
-
None
-
ONLY=27c CLIENTONLY=true PDSH="pdsh -R ssh -S -w" mds_HOST=mds1 mgs_HOST=mds2 ost1_HOST=oss1 ost2_HOST=oss2 OSTDEV1="/dev/vdb" OSTDEV2="/dev/vdb" bash /usr/lib64/lustre/tests/sanity.sh
-
3
-
6054
Description
When I run sanity test 27c it fails to create a multistriped file. This is consistent with my own findings on the same cluster – which is what prompted me to run sanity in fact. To illustrate:
- lfs setstripe -c 2 bigfile5
[root@client1 lustre]# lfs getstripe bigfile5
bigfile5
lmm_stripe_count: 1
lmm_stripe_size: 1048576
lmm_stripe_offset: 1
obdidx objid objid group
1 18853 0x49a5 0
- dd if=/dev/zero of=bigfile2 bs=10M count=100
100+0 records in
100+0 records out
1048576000 bytes (1.0 GB) copied, 62.157 s, 16.9 MB/s - lfs getstripe bigfile5
bigfile5
lmm_stripe_count: 1
lmm_stripe_size: 1048576
lmm_stripe_offset: 1
obdidx objid objid group
1 18853 0x49a5 0
So as you can see, my attempts to create a 2 striped file fail.
Two OSTs are available and have capacity:
- lfs df
UUID 1K-blocks Used Available Use% Mounted on
lustre-MDT0000_UUID 78629560 473256 72913424 1% /mnt/lustre[MDT:0]
lustre-OST0000_UUID 208927160 472988 197968348 0% /mnt/lustre[OST:0]
lustre-OST0001_UUID 208927160 1494412 196946924 1% /mnt/lustre[OST:1]
filesystem summary: 417854320 1967400 394915272 0% /mnt/lustre
- lfs df -i
UUID Inodes IUsed IFree IUse% Mounted on
lustre-MDT0000_UUID 52428800 40 52428760 0% /mnt/lustre[MDT:0]
lustre-OST0000_UUID 3097600 58 3097542 0% /mnt/lustre[OST:0]
lustre-OST0001_UUID 3097600 86 3097514 0% /mnt/lustre[OST:1]
filesystem summary: 52428800 40 52428760 0% /mnt/lustre
Servers are running:
kernel-2.6.32-131.6.1.el6_lustre.g65156ed.x86_64
kernel-firmware-2.6.32-131.6.1.el6_lustre.g65156ed.x86_64
lustre-2.1.0-2.6.32_131.6.1.el6_lustre.g65156ed.x86_64_g9d71fe8.x86_64
lustre-ldiskfs-3.3.0-2.6.32_131.6.1.el6_lustre.g65156ed.x86_64_g9d71fe8.x86_64
lustre-modules-2.1.0-2.6.32_131.6.1.el6_lustre.g65156ed.x86_64_g9d71fe8.x86_64
lustre-repo-2.1-1.noarch
lustre-tests-2.1.0-2.6.32_131.6.1.el6_lustre.g65156ed.x86_64_g9d71fe8.x86_64
which should be 2.1.0 GA and the client is running b2_1, which is (only) two commits forward of 2.1.0.
I will attach the 27c portion of the lustre debug log from the MDT for analysis.
Attachments
Issue Links
- Trackbacks
-
Lustre Community Development in Progress Features are being developed for future Lustre releases both at Whamcloud and by other organizations in the Lustre community. These will be eligible for inclusion in future Lustre releases as per our processes
Let reopen it if it can be reproduced.