[Pvfs2-users] PVFS 2.7.0 - Using multiple devices per IO node

Pete Wyckoff pw at osc.edu
Thu Jan 3 16:37:15 EST 2008


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