<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:19:53 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-1810] Striping of mount point</title>
                <link>https://jira.whamcloud.com/browse/LU-1810</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After running &amp;lt;lfs setstripe -d /data&amp;gt; we ran the below command to start striping /data&lt;/p&gt;

&lt;p&gt;lfs setstripe -s 0 -c 7 --offset=4&lt;/p&gt;

&lt;p&gt;When we execute &amp;lt;lfs getstripe -v /data&amp;gt; it shows:&lt;/p&gt;

&lt;p&gt;/data stripe count: 7 stripe_size: 1048576 stripe_offset: -1&lt;/p&gt;

&lt;p&gt;Why is it that when we execute &amp;lt;watch lfs df&amp;gt; it still shows only ost0 being written to?  We have stopped all services that write to this directory and umount /data but after remounting /data and restarting the services to continue writing it still shows only writing to ost0.  To us it seems that the default striping is still going on even though we removed it before running the &amp;lt;lfs getstripe&amp;gt;.&lt;/p&gt;</description>
                <environment>rhel6</environment>
        <key id="15641">LU-1810</key>
            <summary>Striping of mount point</summary>
                <type id="3" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11318&amp;avatarType=issuetype">Task</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="cliffw">Cliff White</assignee>
                                    <reporter username="douglas.cain">Douglas Allen Cain</reporter>
                        <labels>
                            <label>striping</label>
                    </labels>
                <created>Fri, 31 Aug 2012 13:19:33 +0000</created>
                <updated>Fri, 21 Sep 2012 09:17:04 +0000</updated>
                            <resolved>Fri, 21 Sep 2012 09:16:40 +0000</resolved>
                                    <version>Lustre 2.1.3</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="44049" author="pjones" created="Fri, 31 Aug 2012 13:25:32 +0000"  >&lt;p&gt;Cliff&lt;/p&gt;

&lt;p&gt;Could you please help with this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="44063" author="cliffw" created="Fri, 31 Aug 2012 18:30:47 +0000"  >&lt;p&gt;How large are the files you are creating? &lt;br/&gt;
If you run lfs getstripe &amp;lt;filename&amp;gt; what do you get? &lt;/p&gt;

&lt;p&gt;Remember, a change in striping policy only affects files created after the change. &lt;br/&gt;
Existing files are not re-striped.&lt;/p&gt;</comment>
                            <comment id="44120" author="douglas.cain.ctr@gsac.disa.mil" created="Tue, 4 Sep 2012 08:44:41 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;I remember reading that but what I don&apos;t understand is when we upgraded to&lt;br/&gt;
v2.2.0, I mounted the file system and then ran setstripe.  Once I started&lt;br/&gt;
the service all osts started striping.  I did the samething with v2.1.3 but&lt;br/&gt;
only one ost is striping.  So in order to get striping to work, will I need&lt;br/&gt;
to remove all files under /data run lfs setstripe -d /data and then run the&lt;br/&gt;
new setstripe?&lt;/p&gt;

&lt;p&gt;To answer your question, &quot;How large are the files you are creating?&quot; After&lt;br/&gt;
running lfs  getstripe, we receive:&lt;br/&gt;
lmm_stripe_count:		1&lt;br/&gt;
lmm_stripe_size:		1048576&lt;br/&gt;
lmm_stripe_offset:	0&lt;br/&gt;
	Obdidx	objid		objid		group&lt;br/&gt;
	     0     497369      0x796d9	    0&lt;/p&gt;


&lt;p&gt;V/r,&lt;br/&gt;
Douglas Cain&lt;br/&gt;
Cyber Systems Administrator, CENTAUR Operations&lt;br/&gt;
Northrop Grumman Information Systems&lt;br/&gt;
DISA PEO-MA&lt;br/&gt;
COM 850-452-3560&lt;br/&gt;
DSN 312-922-3560&lt;/p&gt;

</comment>
                            <comment id="44123" author="jacksong" created="Tue, 4 Sep 2012 09:00:44 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;Actually, in reviewing the data being sent to the filesystem, the sizes written are anywhere from 250K to 10M in size.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
George&lt;/p&gt;</comment>
                            <comment id="44170" author="cliffw" created="Tue, 4 Sep 2012 17:02:21 +0000"  >&lt;p&gt;As you can see from the lfs getstripe,(lmm_stripe_count:	1) the file you examined was created with a stripe count of 1. &lt;br/&gt;
Was this file created after the change in striping policy or before? &lt;br/&gt;
Please create a new file in the directory with the new striping policy and run lfs getstripe on that file &lt;/p&gt;

&lt;p&gt;Striping policy changes only apply to files created after the striping policy was set, as file striping is set at file creation time.&lt;br/&gt;
If you wish to re-stripe an existing file, simply cp it to a new filename - it will be restriped&lt;br/&gt;
so, # cp myfile tmpname; cp tmpname myfile&lt;br/&gt;
will re-stripe any file. &lt;/p&gt;

&lt;p&gt;If you run lfs getstripe on the directory, what is the result?&lt;/p&gt;

&lt;p&gt;Also, lfs df is not especially useful for instantaneous measurement of performance.&lt;br/&gt;
If you want detailed results, you can look at rpc_stats on the client or brw_stats on a server.&lt;br/&gt;
on a client, for example for OST0001:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;lctl get_param osc.lustre-OST0001*.rpc_stats&lt;br/&gt;
If you wish to check IO on an ost, from a command prompt on the OSS, run&lt;/li&gt;
	&lt;li&gt;lctl get_param obdfilter.*.brw_stats&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;That provides a much more accurate picture. However, in this case, i think the issue is with the stripe settings for the directory,&lt;br/&gt;
lfs getstripe of the directory should show you the issue.&lt;/p&gt;</comment>
                            <comment id="44203" author="jacksong" created="Wed, 5 Sep 2012 11:58:27 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;Even with creating a new file after we run lfs setstripe on a newly created dir, /data/big, we&apos;re still unable to stripe. The lfs getstripe reports&lt;/p&gt;

&lt;p&gt;/data/big&lt;br/&gt;
stripe_count:  7 stripe_size:   1048576 stripe_offset:  4&lt;br/&gt;
 .&lt;br/&gt;
 .&lt;br/&gt;
 .&lt;br/&gt;
lmm_stripe_count:   1&lt;br/&gt;
lmm_stripe_size:    1048576&lt;br/&gt;
lmm_stripe_pattern: 1&lt;br/&gt;
lmm_stripe_offset   0&lt;br/&gt;
 .&lt;br/&gt;
 .&lt;/p&gt;

&lt;p&gt;The newly created file shows an lmm_stripe_count of 1 as well. Could it be because /data is the mount point of the filesystem and needs to be reformatted to include a stripe count of 7? Also, at what size does the file start striping? In other words, we ran a &apos;dd if=/dev/zero of=/data/big/test1.file bs=5000000&apos; but even after 2 GB we still didn&apos;t see striping occurring.&lt;/p&gt;

&lt;p&gt;If there is any other info you need please let us know. Thanks, George&lt;/p&gt;</comment>
                            <comment id="44205" author="cliffw" created="Wed, 5 Sep 2012 12:10:43 +0000"  >&lt;p&gt;It looks like you have set a fixed stripe_offset on /data/big. That&apos;s is likely causing your problem&lt;br/&gt;
You should not have stripe_offset = 4. Setting stripe_offset forces you to use&lt;br/&gt;
a specific OST. Make sure stripe_offset = -1 (lfs setstripe -i -1 ) &lt;br/&gt;
Please do this:&lt;br/&gt;
lfs setstripe -i -1 /data/big&lt;br/&gt;
cd /data/big&lt;br/&gt;
touch foo&lt;br/&gt;
lfs getstripe foo&lt;/p&gt;

&lt;p&gt;Attache the &lt;em&gt;complete&lt;/em&gt; output of lfs getstripe to the bug.&lt;br/&gt;
You do not have to reformat. Stripe policy is per-directory, regardless of the policy at the mount point.&lt;/p&gt;

&lt;p&gt;You should really leave rest of the defaults alone, and only set stripe_count (-c) Also, there is no need to erase striping (-d option)&lt;br/&gt;
Just set the new policy.&lt;/p&gt;</comment>
                            <comment id="44208" author="douglas.cain.ctr@gsac.disa.mil" created="Wed, 5 Sep 2012 13:06:42 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;Ran the below commands:&lt;/p&gt;

&lt;p&gt;rm -rf /data/big&lt;br/&gt;
mkdir /data/big&lt;br/&gt;
lfs getstripe /data/big - saw that stripe_count:	1	stripe_size:&lt;br/&gt;
1048576	stripe_offset:	-1 (that&apos;s fine because we did not set anything yet)&lt;/p&gt;

&lt;p&gt;Then ran:&lt;br/&gt;
lfs setstripe -c 7 /data/big - we have 7 osts&lt;br/&gt;
touch test&lt;br/&gt;
lfs getstripe /data/big &lt;br/&gt;
/data/big&lt;br/&gt;
stripe_count:	7	stripe_size:	1048576	stripe_offset:	-1&lt;br/&gt;
/data/big/test&lt;br/&gt;
lmm_stripe_count:	1&lt;br/&gt;
lmm_stripe_size:	1048576&lt;br/&gt;
lmm_stripe_offset:0&lt;br/&gt;
	Obdidx	objid		objid		group&lt;br/&gt;
           0     671056      0xa3d50          0&lt;/p&gt;


&lt;p&gt;V/r,&lt;br/&gt;
Douglas Cain&lt;br/&gt;
Cyber Systems Administrator, CENTAUR Operations&lt;br/&gt;
Northrop Grumman Information Systems&lt;br/&gt;
DISA PEO-MA&lt;br/&gt;
COM 850-452-3560&lt;br/&gt;
DSN 312-922-3560&lt;/p&gt;














</comment>
                            <comment id="44224" author="cliffw" created="Wed, 5 Sep 2012 16:07:20 +0000"  >&lt;p&gt;That&apos;s quite bizarre. &lt;br/&gt;
If i do the same thing here on a sample system, i see:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;# mkdir foo
# lfs getstripe foo
foo
stripe_count:   1 stripe_size:    1048576 stripe_offset:  -1 
# lfs setstripe -c 7 foo
# lfs getstripe foo
foo
stripe_count:   7 stripe_size:    1048576 stripe_offset:  -1 
# cd foo
# touch bar
# lfs getstripe bar
bar
lmm_stripe_count:   7
lmm_stripe_size:    1048576
lmm_layout_gen:     0
lmm_stripe_offset:  14
        obdidx           objid          objid            group
            14          238461        0x3a37d                0
            12          238461        0x3a37d                0
            15          238429        0x3a35d                0
             5          238366        0x3a31e                0
            18          238494        0x3a39e                0
            19          238366        0x3a31e                0
            17          238367        0x3a31f                0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Do you have some mount options set? Did you set any mkfsoptions when creating the filesystem? &lt;br/&gt;
First, run the command &apos;script lu-1829&apos; - this will create a script file&lt;br/&gt;
Then, repeat the striping/file creation as above.&lt;br/&gt;
After you are done, exit script with ctrl-D. Attach the output file to this bug. &lt;br/&gt;
I need to see exactly what you are doing. &lt;/p&gt;</comment>
                            <comment id="44225" author="cliffw" created="Wed, 5 Sep 2012 16:12:56 +0000"  >&lt;p&gt;Did you actually create the &apos;test&apos; file in the data/big directory, or did you &apos;mv&apos; it there? &lt;br/&gt;
I can replicate your results if i do this:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
#  touch bob
#  lfs getstripe bob
bob
lmm_stripe_count:   1
lmm_stripe_size:    1048576
lmm_layout_gen:     0
lmm_stripe_offset:  18
        obdidx           objid          objid            group
            18          238434        0x3a362                0

#  mv bob foo
#  lfs getstripe foo/bob
foo/bob
lmm_stripe_count:   1
lmm_stripe_size:    1048576
lmm_layout_gen:     0
lmm_stripe_offset:  18
        obdidx           objid          objid            group
            18          238434        0x3a362                0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;a &apos;mv&apos; does not restripe the file. If I wish to restripe an existing file, this works:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;# touch baz 
#  lfs getstripe baz
baz
lmm_stripe_count:   1
lmm_stripe_size:    1048576
lmm_layout_gen:     0
lmm_stripe_offset:  33
        obdidx           objid          objid            group
            33          239920        0x3a930                0

#  cp baz foo/baz
#  lfs getstripe foo/baz
foo/baz
lmm_stripe_count:   7
lmm_stripe_size:    1048576
lmm_layout_gen:     0
lmm_stripe_offset:  4
        obdidx           objid          objid            group
             4          240095        0x3a9df                0
             7          240031        0x3a99f                0
            10          240096        0x3a9e0                0
            11          239743        0x3a87f                0
             9          239746        0x3a882                0
             8          239488        0x3a780                0
            14          240160        0x3aa20                0

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="44227" author="douglas.cain.ctr@gsac.disa.mil" created="Wed, 5 Sep 2012 16:34:44 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;We are not getting the same results and to answer your question &quot;Did you&lt;br/&gt;
actually create the &apos;test&apos; file in the data/big directory, or did you &apos;mv&apos;&lt;br/&gt;
it there?&quot; I created it in the /data/big directory with the following&lt;br/&gt;
commands:&lt;/p&gt;

&lt;p&gt;rm -rf /data/big&lt;br/&gt;
mkdir /data/big&lt;br/&gt;
lfs getstripe /data/big - saw that stripe_count:	1	stripe_size:&lt;br/&gt;
1048576	stripe_offset:	-1 (that&apos;s fine because we did not set anything yet)&lt;/p&gt;

&lt;p&gt;Then ran:&lt;br/&gt;
lfs setstripe -c 7 /data/big - we have 7 osts &lt;br/&gt;
touch /data/big/test &lt;br/&gt;
lfs getstripe /data/big &lt;br/&gt;
/data/big&lt;br/&gt;
stripe_count:	7	stripe_size:	1048576	stripe_offset:	-1&lt;br/&gt;
/data/big/test&lt;br/&gt;
lmm_stripe_count:	1&lt;br/&gt;
lmm_stripe_size:	1048576&lt;br/&gt;
lmm_stripe_offset:0&lt;br/&gt;
	Obdidx	objid		objid		group&lt;br/&gt;
           0     671056      0xa3d50          0&lt;/p&gt;

&lt;p&gt;We are running version 2.1.3 on rhel 6. We formatted the ost file system&lt;br/&gt;
with:&lt;br/&gt;
Mkfs.lustre --ost --fsname=lustre01&lt;br/&gt;
--failnode=ip_address@o2ib:ip_address@tcp0&lt;br/&gt;
--mgsnode=ip_address@o2ib:ip_address@tcp0 /dev/mapper/mpathXX&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Douglas&lt;/p&gt;



</comment>
                            <comment id="44229" author="cliffw" created="Wed, 5 Sep 2012 16:40:53 +0000"  >&lt;p&gt;another possibility from our testing - are you certain all the OSTs are on line and up? &lt;br/&gt;
If your OSTs are off-line, the files will only put stripes on functioning OSTs.&lt;/p&gt;</comment>
                            <comment id="44234" author="cliffw" created="Wed, 5 Sep 2012 18:25:19 +0000"  >&lt;p&gt;I would take a step back at this point. Is the filesystem otherwise healthy? Any other client errors?&lt;/p&gt;

&lt;p&gt;1) Verify that all your OSTs are online and accessible to the Lustre MGS&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;check mounts on the OSS nodes.&lt;/li&gt;
	&lt;li&gt;check syslogs on all server nodes. Report any LustreError messages.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;2) Please attach the contents of &apos;tune2fs -print &amp;lt;your device&amp;gt;&apos; for both the MGS and MDS (if MGS is separate) where &amp;lt;your device&amp;gt; is replaced by the actual /dev/ path. &lt;/p&gt;

&lt;p&gt;3) If stripe_count is == 1, each new file create show go to a different OST. to verify this, try something like:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;mkdir st1
lfs setstipe -c 1 st1
&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i in a b c d e f g;&lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; touch st1/$i; done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If you then run &apos;lfs getstripe st1&apos; each file should have a different obdidx value. (and different lmm_stripe_offset) Please verify this on your system. &lt;/p&gt;</comment>
                            <comment id="44277" author="douglas.cain.ctr@gsac.disa.mil" created="Thu, 6 Sep 2012 08:03:43 +0000"  >&lt;p&gt;Yes all osts are on line.&lt;/p&gt;
</comment>
                            <comment id="44283" author="douglas.cain.ctr@gsac.disa.mil" created="Thu, 6 Sep 2012 10:07:54 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;I have verified that all mount points are mounted on our stand alone mgs and&lt;br/&gt;
two mds&apos;.&lt;br/&gt;
I have verified that all osts nine in total are up and have all mount points&lt;br/&gt;
mounted.  Seven ost for one mount point on mdt01 and two for one mount point&lt;br/&gt;
mdt02.&lt;/p&gt;

&lt;p&gt;After logging into the mds and executing lctl dl, I confirmed that the mds&lt;br/&gt;
is talking to the mgs by seeing UP for mgc and UP for all listed osc, lov,&lt;br/&gt;
mdt, and mds.&lt;/p&gt;

&lt;p&gt;After running your for I in I received the same obdidx value = 0 same&lt;br/&gt;
lmm_stripe_offset = 0&lt;/p&gt;

&lt;p&gt;After running tune2fs on both mgs and mds it returned:&lt;br/&gt;
Setting multiple mount protection update interval to 5 seconds&lt;/p&gt;

&lt;p&gt;Thank you,&lt;br/&gt;
Douglas&lt;/p&gt;
</comment>
                            <comment id="44291" author="cliffw" created="Thu, 6 Sep 2012 11:03:08 +0000"  >&lt;p&gt;Douglas, I asked you specifically for the &lt;em&gt;output&lt;/em&gt; of &apos;tunefs.lustre --print &amp;lt;device&amp;gt;&apos; run on all your MGS,MDS and OST devices. Please attach that to the bug.&lt;/p&gt;</comment>
                            <comment id="44294" author="douglas.cain.ctr@gsac.disa.mil" created="Thu, 6 Sep 2012 11:41:44 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;I am waiting on my boss so I can get permission due to the area that we work&lt;br/&gt;
in.&lt;/p&gt;

&lt;p&gt;V/r,&lt;br/&gt;
Douglas&lt;/p&gt;
</comment>
                            <comment id="44296" author="douglas.cain.ctr@gsac.disa.mil" created="Thu, 6 Sep 2012 12:19:43 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;Still awaiting permission to send you the output file but I can tell you&lt;br/&gt;
that on all osts, mds, mgs we receive:&lt;br/&gt;
tune2fs 1.41.90.wc4 (01-Sep-2011)&lt;br/&gt;
Setting multiple mount protection update internal to 5 seconds&lt;/p&gt;

&lt;p&gt;I have to unmount all mount points if I do not unmount than I receive:&lt;br/&gt;
tune2fs 1.41.90.wc4 (01-Sep-2011)&lt;br/&gt;
^[tune2fs: MMP: device currently active while trying to open&lt;br/&gt;
/dev/mapper/mpathX - where X is the path.&lt;/p&gt;

&lt;p&gt;V/r,&lt;br/&gt;
Douglas &lt;/p&gt;
</comment>
                            <comment id="44297" author="cliffw" created="Thu, 6 Sep 2012 12:25:49 +0000"  >&lt;p&gt;You seem to be misreading my instructions. The command i asked you to run is &quot;tunefs.lustre --print &amp;lt;device&amp;gt;&quot; - the --print option is crucial. Please attach the full, complete output to this bug.&lt;/p&gt;</comment>
                            <comment id="44298" author="cliffw" created="Thu, 6 Sep 2012 12:26:20 +0000"  >&lt;p&gt;And, do not umount the devices. This can happen on a live system.&lt;/p&gt;</comment>
                            <comment id="44299" author="douglas.cain.ctr@gsac.disa.mil" created="Thu, 6 Sep 2012 12:33:51 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;In this email you asked me in step 2 to run tune2fs. I will run tunefs now.&lt;/p&gt;

&lt;p&gt;V/r,&lt;br/&gt;
Douglas&lt;/p&gt;
</comment>
                            <comment id="44313" author="douglas.cain.ctr@gsac.disa.mil" created="Thu, 6 Sep 2012 14:23:43 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;I updated the ticket through the website but I have been advised not to send&lt;br/&gt;
the output of the server itself due to it being in a classified area.  I&lt;br/&gt;
have provided an attachment where I typed the results from tunefs.&lt;/p&gt;

&lt;p&gt;V/r,&lt;br/&gt;
Douglas&lt;/p&gt;

</comment>
                            <comment id="44329" author="cliffw" created="Thu, 6 Sep 2012 20:19:46 +0000"  >&lt;p&gt;Thank you for explaining this is a classified site. That explains a few things. What you are attempting is a very, very basic part of Lustre. It&apos;s worked for a long time for a lot of people. &lt;br/&gt;
The code in that area is mature, and hasn&apos;t changed in quite awhile. It&apos;s routinely tested. &lt;/p&gt;

&lt;p&gt;I see absolutely nothing unique or unusual in your setup, based on the data you have provided me. In the absence of error messages from a Lustre client or server, or a full script capture of &lt;br/&gt;
your actions, i can see no reason why you are having this problem. &lt;br/&gt;
Things I can suggest:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;You appear to have two filesystems, lustre01 with 7 OSTs and lustre02 with 2 OSTs. Do you have clients mounting one or both filesystems? try your striping tests on both, if possible. Compare results.&lt;/li&gt;
	&lt;li&gt;Check everywhere for errors. Check every system console, every system error log (/var/log/messages, normally). Monitor the logs when you do tests.&lt;/li&gt;
	&lt;li&gt;As I&apos;ve already mentioned, try creating many files with stripe_count = 1 and verify they are allocated on different OSTs&lt;/li&gt;
	&lt;li&gt;Try different values for stripe_count - try stripe_count = -1 (all)&lt;/li&gt;
	&lt;li&gt;Try using stripe_index to force the objects onto specific OSTs.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="44330" author="cliffw" created="Thu, 6 Sep 2012 20:27:00 +0000"  >&lt;p&gt;The important thing is that &apos;lfs getstripe&apos; should return a list of objects, when you create a striped file. Focus on getting that to work. &lt;/p&gt;</comment>
                            <comment id="44354" author="douglas.cain.ctr@gsac.disa.mil" created="Fri, 7 Sep 2012 09:29:42 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;You asked if we were receiving any errors.  On one of our clients we are&lt;br/&gt;
receiving this error:&lt;/p&gt;

&lt;p&gt;(file.c:2196:ll_inode_revalidate_fini()) failure -13&lt;/p&gt;

&lt;p&gt;Could you please shed some light on this?&lt;/p&gt;

&lt;p&gt;V/r,&lt;br/&gt;
Douglas&lt;/p&gt;
</comment>
                            <comment id="44355" author="cliffw" created="Fri, 7 Sep 2012 09:44:00 +0000"  >&lt;p&gt;The error is EACCES          13      /* Permission denied */ I would need more context from the system log to be able to say more. It&apos;s unlikely to have anything to do with the striping issue.&lt;/p&gt;</comment>
                            <comment id="44357" author="douglas.cain.ctr@gsac.disa.mil" created="Fri, 7 Sep 2012 09:49:40 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;Also, on the mds side it shows, an error while communicating with&lt;br/&gt;
ip_address@tcp. The ost_connect operation failed with -19.  We know that -19&lt;br/&gt;
means ENODEV no such device is available. The server stopped or failed over.&lt;br/&gt;
I checked and the server is up and running and hasn&apos;t failed over.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Douglas &lt;/p&gt;
</comment>
                            <comment id="44358" author="cliffw" created="Fri, 7 Sep 2012 10:01:37 +0000"  >&lt;p&gt;Again, i would need to see the actual error, and some context.&lt;/p&gt;</comment>
                            <comment id="45339" author="jacksong" created="Fri, 21 Sep 2012 09:15:35 +0000"  >&lt;p&gt;Cliff, our striping issue is now resolved. Your comments on this were very helpful but we found some underlying issues with our initial configuration related to the indexes of the OSTs. We ended up reformatting all mgt, mdt, and ost using the correct indexing and are now able to stripe. Thanks again for your help, you may close this issue as resolved.&lt;/p&gt;</comment>
                            <comment id="45340" author="pjones" created="Fri, 21 Sep 2012 09:17:04 +0000"  >&lt;p&gt;Thanks for letting us know George!&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="11826" name="lu-1810.docx" size="23712" author="douglas.cain.ctr@gsac.disa.mil" created="Thu, 6 Sep 2012 14:23:44 +0000"/>
                            <attachment id="11825" name="lu-1810.docx" size="23712" author="douglas.cain" created="Thu, 6 Sep 2012 14:18:19 +0000"/>
                            <attachment id="11824" name="lu-1810.docx" size="23712" author="douglas.cain" created="Thu, 6 Sep 2012 14:15:32 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzw0yn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10236</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>