<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users">
    <title>gmane.comp.file-systems.pvfs2.users</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3091"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3090"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3089"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3087"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3086"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3085"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3084"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3083"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3082"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3081"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3080"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3079"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3078"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3074"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3073"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3072"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3091">
    <title>Re: Executing the Java binary on OrangeFS</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3091</link>
    <description>&lt;pre&gt;we will send the patch over...  we take extra special care of paying
customers  ;)

it was not much work, hopefully it works around the problem.

-b


On Wed, May 15, 2013 at 10:11 AM, Scott Roberts &amp;lt;scotty&amp;lt; at &amp;gt;jhu.edu&amp;gt; wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Boyd Wilson</dc:creator>
    <dc:date>2013-05-15T15:36:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3090">
    <title>Re: Executing the Java binary on OrangeFS</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3090</link>
    <description>&lt;pre&gt;That was quick.  Sure, I'll take the patch to see if this Java application works.

Cheers,
--Scott

From: Boyd Wilson &amp;lt;boydw&amp;lt; at &amp;gt;omnibond.com&amp;lt;mailto:boydw&amp;lt; at &amp;gt;omnibond.com&amp;gt;&amp;gt;
Date: Wednesday, May 15, 2013 7:38 AM
To: Scott Roberts &amp;lt;scotty&amp;lt; at &amp;gt;jhu.edu&amp;lt;mailto:scotty&amp;lt; at &amp;gt;jhu.edu&amp;gt;&amp;gt;
Cc: PVFS2-Users &amp;lt;pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org&amp;lt;mailto:pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org&amp;gt;&amp;gt;
Subject: Re: [Pvfs2-users] Executing the Java binary on OrangeFS

Scott,


I got the code change I made earlier today tested.  We can now make mmap work if MAP_SHARED is used.  Essentially the call is reverted under the covers to be a MAP_PRIVATE.  To enable the support, all you have to do is load the kmod with the new fake_mmap_shared option.

Example:

insmod pvfs2.ko fake_mmap_shared=1

This will be in future releases, but if you want a patch let us know.

-boyd



On Tue, May 14, 2013 at 3:27 PM, Scott Roberts &amp;lt;scotty&amp;lt; at &amp;gt;jhu.edu&amp;lt;mailto:scotty&amp;lt; at &amp;gt;jhu.edu&amp;gt;&amp;gt; wrote:
Hi Boyd,

The Java application we're trying to run doesn't use shared mmap.  That's a -very– o&lt;/pre&gt;</description>
    <dc:creator>Scott Roberts</dc:creator>
    <dc:date>2013-05-15T14:11:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3089">
    <title>Re: Executing the Java binary on OrangeFS</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3089</link>
    <description>&lt;pre&gt;Scott,


I got the code change I made earlier today tested.  We can now make mmap
work if MAP_SHARED is used.  Essentially the call is reverted under the
covers to be a MAP_PRIVATE.  To enable the support, all you have to do is
load the kmod with the new fake_mmap_shared option.

Example:

insmod pvfs2.ko fake_mmap_shared=1

This will be in future releases, but if you want a patch let us know.

-boyd



On Tue, May 14, 2013 at 3:27 PM, Scott Roberts &amp;lt;scotty&amp;lt; at &amp;gt;jhu.edu&amp;gt; wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Boyd Wilson</dc:creator>
    <dc:date>2013-05-15T11:38:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3088">
    <title>Re: Executing the Java binary on OrangeFS</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3088</link>
    <description>&lt;pre&gt;Hi Boyd,

The Java application we're trying to run doesn't use shared mmap.  That's a -very– old bug and I am surprised Sun/Oracle didn't fix it; maybe it breaks compatibility with an old application they wanted to support.

If you roll the fake out flag into the next version of OrangeFS we will give it a go.  No rush.  Our temporary workaround is to install the JDK on local disk on each compute node.

Thanks,
--Scott

From: Boyd Wilson &amp;lt;boydw&amp;lt; at &amp;gt;omnibond.com&amp;lt;mailto:boydw&amp;lt; at &amp;gt;omnibond.com&amp;gt;&amp;gt;
Date: Tuesday, May 14, 2013 1:50 PM
To: Scott Roberts &amp;lt;scotty&amp;lt; at &amp;gt;jhu.edu&amp;lt;mailto:scotty&amp;lt; at &amp;gt;jhu.edu&amp;gt;&amp;gt;
Cc: PVFS2-Users &amp;lt;pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org&amp;lt;mailto:pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org&amp;gt;&amp;gt;
Subject: Re: [Pvfs2-users] Executing the Java binary on OrangeFS

This is caused by the JVM requiring shared mmap, when the java app does not even need it and the current KM for OrangeFS does not support shared MMAP.  We have talked about implementing it, but that would take a while, we also have discussed just putting in a fake out flag &lt;/pre&gt;</description>
    <dc:creator>Scott Roberts</dc:creator>
    <dc:date>2013-05-14T19:27:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3087">
    <title>Re: Executing the Java binary on OrangeFS</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3087</link>
    <description>&lt;pre&gt;This is caused by the JVM requiring shared mmap, when the java app does not
even need it and the current KM for OrangeFS does not support shared MMAP.
 We have talked about implementing it, but that would take a while, we also
have discussed just putting in a fake out flag for the KM.   Do you know if
the java app you are trying to use actually uses shared mmap or not?  (if
not we can look at turning around the fake out flag pretty quickly).   This
is not limited to JVM , some other apps do the same thing (very very few
actually use shared mmap).

There is also this older java bug report (requesting the JVM not do this),
its here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7085890

thanks,
-boyd


On Tue, May 14, 2013 at 12:30 PM, Scott Roberts &amp;lt;scotty&amp;lt; at &amp;gt;jhu.edu&amp;gt; wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Boyd Wilson</dc:creator>
    <dc:date>2013-05-14T17:50:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3086">
    <title>Executing the Java binary on OrangeFS</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3086</link>
    <description>&lt;pre&gt;Good afternoon,

Has anyone encountered issues executing applications directly from an OrangeFS mount?  Most applications like Python, Perl, &amp;amp;c. work fine.  I untarred the 64-bit version of Java 7 to the location /export/ofs/apps/src with no errors.   However, executing Java throws this error:

./java -version
mmap failed for CEN and END part of zip file
Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file /export/ofs/apps/src/jdk1.7.0_21/jre/lib/rt.jar

Any ideas?

Cheers,
--Scott
_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Scott Roberts</dc:creator>
    <dc:date>2013-05-14T16:30:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3085">
    <title>Re: Fast way to copy files to OrangeFS?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3085</link>
    <description>&lt;pre&gt;There isn't a direct link, but if you go to:
http://www.omnibond.com/orangefs/docs/v_2_8_6/index.htm

and select installation instructions, then add Other clients, then select
Direct Interface, this is the lib to pre-load.

-boyd


On Mon, May 13, 2013 at 11:14 AM, Kyle Schochenmaier &amp;lt;kschoche&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Boyd Wilson</dc:creator>
    <dc:date>2013-05-13T15:47:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3084">
    <title>Re: Fast way to copy files to OrangeFS?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3084</link>
    <description>&lt;pre&gt;Hi Michael -

I believe you just need to LD_PRELOAD the user libs and then cp will pick
up libpvfs2.

Regards,
~Kyle

Kyle Schochenmaier


On Mon, May 13, 2013 at 10:11 AM, Michael Robbert &amp;lt;mrobbert&amp;lt; at &amp;gt;mines.edu&amp;gt;wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Kyle Schochenmaier</dc:creator>
    <dc:date>2013-05-13T15:14:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3083">
    <title>Re: Fast way to copy files to OrangeFS?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3083</link>
    <description>&lt;pre&gt;Can somebody explain how to do this or what this means?
Are you saying that there is a way to get the system cp or rsync 
commands to use libpvfs2 or am I completely misunderstanding. In either 
case I would love to know how to get my files copied faster. I'm also 
in the process of filling our new OrangeFS cluster with data from our 
old Lustre and Panasas clusters.

Mike

On 5/12/13 6:46 PM, Boyd Wilson wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Michael Robbert</dc:creator>
    <dc:date>2013-05-13T15:11:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3082">
    <title>Re: Fast way to copy files to OrangeFS?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3082</link>
    <description>&lt;pre&gt;Glad that sped things up!

-b


On Sun, May 12, 2013 at 10:00 PM, Scott Roberts &amp;lt;scotty&amp;lt; at &amp;gt;jhu.edu&amp;gt; wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Boyd Wilson</dc:creator>
    <dc:date>2013-05-13T12:07:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3081">
    <title>Re: Fast way to copy files to OrangeFS?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3081</link>
    <description>&lt;pre&gt;Scott
You can pre-load the user lib and then use either cp -r or rsync and it
should help.

-Boyd.

Sent from my iPhone

On Sunday, May 12, 2013, Scott Roberts wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Boyd Wilson</dc:creator>
    <dc:date>2013-05-13T00:46:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3080">
    <title>Fast way to copy files to OrangeFS?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3080</link>
    <description>&lt;pre&gt;All,

I'm migrating data from our old storage array to our new OrangeFS array.  Using rsync to transfer 14GB of data where the average file size is 70MB takes about 5 minutes with an average transfer speed of 60MB/s.  If I copy the files individually using pvfs2-cp they transfer at  750MB/s.

Does anyone have a script handy that will recursively copy directories using pvfs2-cp?

Cheers,
--Scott
_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Scott Roberts</dc:creator>
    <dc:date>2013-05-12T17:37:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3079">
    <title>need some advices on load monitoring</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3079</link>
    <description>&lt;pre&gt;Hello all,
    I need to perform some tests on my small cluster running orangeFS2.8.7,
now I want to monitor my cluster's cpu,memory and network with each node's
details while running my test . I want to know how you developers did when
orangeFS was developed and is there any good tools for monitoring? Thanks a
lot..
_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>xihuang sun</dc:creator>
    <dc:date>2013-05-11T07:28:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3078">
    <title>Re: Reg extracting stripe size</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3078</link>
    <description>&lt;pre&gt;Vish:

Sorry for the delay!

On the client side of the house, we have a function called
get_default_distribution() that will return the user-defined distribution
from the config file or the default, which is simple_stripe.  These
distributions can contain many parameters, one of which is the stripe
size.  Look at sys-create.sm to see how the distribution is obtained and
used.  If you have any further questions, please post.

Thanks,
Becky


On Tue, May 7, 2013 at 5:16 PM, Becky Ligon &amp;lt;ligon&amp;lt; at &amp;gt;omnibond.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Becky Ligon</dc:creator>
    <dc:date>2013-05-10T14:28:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3077">
    <title>Re: Reg extracting stripe size</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3077</link>
    <description>&lt;pre&gt;Vish:

You can probably get that information from the config file structure once
you have gone through the initialization .  I'll get back to you with a
function call or something.

Becky


On Tue, May 7, 2013 at 4:28 PM, Vishwanath Venkatesan
&amp;lt;vvenkates&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:



&lt;/pre&gt;</description>
    <dc:creator>Becky Ligon</dc:creator>
    <dc:date>2013-05-07T21:16:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3076">
    <title>Re: Reg extracting stripe size</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3076</link>
    <description>&lt;pre&gt;Oops.

Now that I've actually read your email I see you were looking for a
function. My advice would be to follow the example of the pvfs2-viewdist
command. It looks like the key is to call PVFS_sys_geteattr to get the
value associated with DFILE_KEY and then call PINT_dist_decode to turn the
value buffer into a PINT_dist object that describes the distribution
parameters. However the PINT_ prefix suggests that this is a function
internal to PVFS.

Perhaps someone else can suggest an alternative?

-Nick Mills


On Tue, May 7, 2013 at 4:47 PM, Nicholas Mills &amp;lt;nlmills&amp;lt; at &amp;gt;g.clemson.edu&amp;gt;wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Nicholas Mills</dc:creator>
    <dc:date>2013-05-07T20:56:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3075">
    <title>Re: Reg extracting stripe size</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3075</link>
    <description>&lt;pre&gt;The "pvfs2-viewdist" command will give output similar to the following:

[nlmills&amp;lt; at &amp;gt;user001 ~]$ /opt/pvfs2/bin/pvfs2-viewdist -f
/newscratch/nlmills/tmp
dist_name = simple_stripe
dist_params:
strip_size:524288

Metadataserver:
tcp://pvfs003-myri0:3335,tcp://pvfs003-ib0:3335,tcp://pvfs003:3335
Number of datafiles/servers = 1
Datafile 0 -
tcp://pvfs003-myri0:3335,tcp://pvfs003-ib0:3335,tcp://pvfs003:3335, handle:
5044031582652437680 (45ffffffffd994b0.bstream)

-Nick Mills


On Tue, May 7, 2013 at 4:28 PM, Vishwanath Venkatesan
&amp;lt;vvenkates&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Nicholas Mills</dc:creator>
    <dc:date>2013-05-07T20:47:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3074">
    <title>Reg extracting stripe size</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3074</link>
    <description>&lt;pre&gt;Hi,

I was looking at programmatically extract the stripe size set for the pvfs2
file system using pvfs-2.8.2. I see that the file system provides functions
like pvfs2-dist-set-param, but there is no pvfs2-dist-get-param available
in pvfs-2.8.2. Am I missing something? or is there a different  function
that needs to be used.

Please let me know,

Thanks
Vish
_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Vishwanath Venkatesan</dc:creator>
    <dc:date>2013-05-07T20:28:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3073">
    <title>Re: Problems with 2.8.6-r9510 and kernel 3.2.29</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3073</link>
    <description>&lt;pre&gt;Hello,

On Thu, 18 Apr 2013 16:06:19 -0400 Elaine Quarles wrote:

I can easily copy entire user directory tree, thus file content is
not an issue. It looks like that users hits race condition: bug
likely manifests itself on make -j8 on large source tree located on
OrangeFS. Right now I'm investigating this issue further.

Best regards,
Andrew Savchenko
_______________________________________________
Pvfs2-users mailing list
Pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
&lt;/pre&gt;</description>
    <dc:creator>Andrew Savchenko</dc:creator>
    <dc:date>2013-04-19T12:15:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3072">
    <title>RE: Problems with 2.8.6-r9510 and kernel 3.2.29</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3072</link>
    <description>&lt;pre&gt;For the user who hits repeatedly hits the problem, could it be due to some
issue with the particular file(s) being accessed?

Thanks,
Elaine

-----Original Message-----
From: Andrew Savchenko [mailto:bircoph&amp;lt; at &amp;gt;gmail.com] 
Sent: Thursday, April 18, 2013 3:54 PM
To: Elaine Quarles
Cc: pvfs2-users&amp;lt; at &amp;gt;beowulf-underground.org; ofs-support&amp;lt; at &amp;gt;omnibond.com
Subject: Re: Problems with 2.8.6-r9510 and kernel 3.2.29

Hello,

On Thu, 18 Apr 2013 15:02:53 -0400 Elaine Quarles wrote:

Yes, systems are identical (both in hardware and software). Most clients
also serve as servers (I know this is suboptimal, but we can't do otherwise
right now).


It was build on the same node that fails, then it was propagated to all
other nodes in binary form.


The first occurrence seems to be random, but after the first time failures
seem to be permanent. One of our users somehow repeatedly hits this, I'm not
able to reproduce problem from scratch right now.


There is nothing more in the system log. Client log is scarce, because
verbose output &lt;/pre&gt;</description>
    <dc:creator>Elaine Quarles</dc:creator>
    <dc:date>2013-04-18T20:06:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3071">
    <title>Re: Problems with 2.8.6-r9510 and kernel 3.2.29</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.pvfs2.users/3071</link>
    <description>&lt;pre&gt;Hello,

On Thu, 18 Apr 2013 15:02:53 -0400 Elaine Quarles wrote:

Yes, systems are identical (both in hardware and software). Most
clients also serve as servers (I know this is suboptimal, but we
can't do otherwise right now).


It was build on the same node that fails, then it was propagated to
all other nodes in binary form.


The first occurrence seems to be random, but after the first time
failures seem to be permanent. One of our users somehow repeatedly
hits this, I'm not able to reproduce problem from scratch right now.


There is nothing more in the system log. Client log is scarce,
because verbose output was disabled.

Best regards,
Andrew Savchenko
[E 16:26:41.039781] PVFS Client Daemon Started.  Version 2.8.6-orangefs-2012-10-03-190208
[D 16:26:41.053545] [INFO]: Mapping pointer 0x7fe5979d1000 for I/O.
[D 16:26:41.054344] [INFO]: Mapping pointer 0xe7a000 for I/O.
[E 20:27:01.082860] pvfs2-client-core shutting down.
[E 20:27:01.083872] critical device failure: Bad file descriptor
[E 20:27:01.083902&lt;/pre&gt;</description>
    <dc:creator>Andrew Savchenko</dc:creator>
    <dc:date>2013-04-18T19:53:37</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.file-systems.pvfs2.users">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.file-systems.pvfs2.users</link>
  </textinput>
</rdf:RDF>
