[Pvfs2-users] PVFS 2.7.0 - Using multiple devices per IO node
Michael Oberg
oberg at ucar.edu
Thu Jan 3 17:36:54 EST 2008
Pete,
Thanks for the suggestions, having an individual ServerOptions stanza
with each individual Server and StorageSpace declarations on individual
lines works:
<ServerOptions>
Server ma0121en
StorageSpace /mnt/ma02-pvfs-00
</ServerOptions>
<ServerOptions>
Server ma0205en-1
StorageSpace /mnt/ma02-pvfs-01
</ServerOptions>
<ServerOptions>
Server ma0205en-2
StorageSpace /mnt/ma02-pvfs-02
</ServerOptions>
...
Regards,
Michael Oberg
Research Systems Evaluation Team
National Center for Atmospheric Research (NCAR)
Office: 303.497.1268, Cell: 720.938.6585
oberg at ucar.edu
Pete Wyckoff wrote:
> oberg at ucar.edu wrote on Thu, 03 Jan 2008 12:59 -0700:
>> root at ma0121en # /opt/pvfs-2.7.0/sbin/pvfs2-server /etc/pvfs2-fs.conf
>> [S 01/03 12:50] PVFS2 Server on node ma0121en version 2.7.0 starting...
>> [E 12:50:18.256314] Configuration file error. No storage path specified
>> for alias ma0121en.
> [..]
>> <ServerOptions>
>> Server ma0121en StorageSpace /mnt/ma02-pvfs-00
>> Server ma0205en-1 StorageSpace /mnt/ma02-pvfs-01
>> Server ma0205en-2 StorageSpace /mnt/ma02-pvfs-02
>> Server ma0205en-3 StorageSpace /mnt/ma02-pvfs-03
>> Server ma0205en-4 StorageSpace /mnt/ma02-pvfs-04
>> Server ma0205en-5 StorageSpace /mnt/ma02-pvfs-05
>> Server ma0205en-6 StorageSpace /mnt/ma02-pvfs-06
>> Server ma0205en-7 StorageSpace /mnt/ma02-pvfs-07
>> Server ma0205en-8 StorageSpace /mnt/ma02-pvfs-08
>> Server ma0210en-1 StorageSpace /mnt/ma02-pvfs-01
>> Server ma0210en-2 StorageSpace /mnt/ma02-pvfs-02
>> Server ma0210en-3 StorageSpace /mnt/ma02-pvfs-03
>> Server ma0210en-4 StorageSpace /mnt/ma02-pvfs-04
>> Server ma0210en-5 StorageSpace /mnt/ma02-pvfs-05
>> Server ma0210en-6 StorageSpace /mnt/ma02-pvfs-06
>> Server ma0210en-7 StorageSpace /mnt/ma02-pvfs-07
>> Server ma0210en-8 StorageSpace /mnt/ma02-pvfs-08
>> </ServerOptions>
>
> I think the idea was more at
>
> <ServerOptions>
> Server ma0121en
> StorageSpace /mnt/ma02-pvfs-00
>
> Server ma0205en-1
> StorageSpace /mnt/ma02-pvfs-01
>
> ...
> </ServerOptions>
>
> and perhaps even you need a full separate ServerOptions section
> for each. Try it the above first. Although I think the way
> you tried it makes good sense too, if only it worked that way.
>
> -- Pete
More information about the Pvfs2-users
mailing list