The StorageSpace directive is what the server uses to write data and
metadata to a local file system. That is different than the file system name
(pvfs2-fs) which is used by a client to specify a specific file system when
communicating with a server. In the default configuration the two values are
different.

Michael

On Sat, Sep 3, 2011 at 1:30 AM, xokaido T. GNUcious <[email protected]> wrote:

>
>        > Check the storage name in your config file.  By default the
> storage name is
>        > "pvfs2-fs", and your pvfs2tab file is showing "pvfs".
>
> Yes, you are right, but I've used /pvfs when running "pvfs2-genconfig"...
> Here is my fs.conf file:
> <Defaults>
>        UnexpectedRequests 50
>        EventLogging none
>        EnableTracing no
>        LogStamp datetime
>        BMIModules bmi_tcp
>        FlowModules flowproto_multiqueue
>        PerfUpdateInterval 1000
>        ServerJobBMITimeoutSecs 30
>        ServerJobFlowTimeoutSecs 30
>        ClientJobBMITimeoutSecs 300
>        ClientJobFlowTimeoutSecs 300
>        ClientRetryLimit 5
>        ClientRetryDelayMilliSecs 2000
>        PrecreateBatchSize 512
>        PrecreateLowThreshold 256
>
>        StorageSpace /pvfs
>        LogFile /tmp/pvfs.log
> </Defaults>
>
> <Aliases>
>        Alias xokthink tcp://xokthink:3334
> </Aliases>
>
> <Filesystem>
>        Name pvfs2-fs
>        ID 1827223190
>        RootHandle 1048576
>        FileStuffing yes
>        <MetaHandleRanges>
>                Range xokthink 3-4611686018427387904
>        </MetaHandleRanges>
>        <DataHandleRanges>
>                Range xokthink 4611686018427387905-9223372036854775806
>        </DataHandleRanges>
>        <StorageHints>
>                TroveSyncMeta yes
>                TroveSyncData no
>                TroveMethod alt-aio
>        </StorageHints>
> </Filesystem>
>
>
> --
> xokaido T. GNUcious <[email protected]>
> _______________________________________________
> Pvfs2-users mailing list
> [email protected]
> http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
>
_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to