[Pvfs2-developers] output from creating storage

Sam Lang slang at mcs.anl.gov
Mon May 1 19:04:45 EDT 2006


Hi Dean,

RobL pointed out that this isn't a db version problem at all, I think  
I must have missed the error and the since the storage is created  
properly I didn't notice.  Sorry about that.

The issue was that we were checking for db existence doing a db_open  
instead of a stat.  If that call failed we would create the db, but  
the error callback was still printing the error.  I've modified the  
code to use stat instead of db_open to check for existence.

-sam

On May 1, 2006, at 11:39 AM, Dean Hildebrand wrote:

> I just tried the latest cvs pvfs2 code, and I'm now getting the  
> following output on a Intel Xeon 32bit machine running fc4: [D  
> 12:35:21.193168] PVFS2 Server version 1.4.1pre1-2006-05-01-162933  
> starting.
> pvfs2-trove-dbpf: //pvfs2-storage-space/76ad1461/ 
> collection_attributes.db: No such file or directory
> pvfs2-trove-dbpf: //pvfs2-storage-space/76ad1461/ 
> dataspace_attributes.db: No such file or directory
> pvfs2-trove-dbpf: //pvfs2-storage-space/76ad1461/keyval.db: No such  
> file or directory
> [D 12:35:21.324687] PVFS2 Server: storage space created. Exiting.
>
> I think everything was created properly though.....
>
> -- 
> Dean Hildebrand
> Ph.D. Candidate
> University of Michigan
>
> _______________________________________________
> Pvfs2-developers mailing list
> Pvfs2-developers at beowulf-underground.org
> http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
>



More information about the Pvfs2-developers mailing list