[PVFS2-developers] pvfs2-ping error

Sam Lang slang at mcs.anl.gov
Fri Oct 7 15:17:24 EDT 2005


Hi Murali,

That patch works for me.  I would say go ahead and commit.

-sam

Murali Vilayannur wrote:
> Hi Avery,
> Yup, I see the same behaviour.
> Can you try the attached fix and see if it works...?
> Thanks
> Murali
> 
> Index: src/server/setparam.sm
> ===================================================================
> RCS file: /anoncvs/pvfs2/src/server/setparam.sm,v
> retrieving revision 1.24
> diff -u -r1.24 setparam.sm
> --- src/server/setparam.sm	4 Oct 2005 19:04:55 -0000	1.24
> +++ src/server/setparam.sm	7 Oct 2005 18:47:53 -0000
> @@ -232,7 +232,8 @@
>          if ((count > 0) && (tmp_coll == fs_id))
>          {
>              /* we found a matching collection */
> -            ret = 0;;
> +            ret = 0;
> +            break;
>          }
>      }
> 
> On Fri, 7 Oct 2005, Avery Ching wrote:
> 
> 
>>Hi,
>>	I noticed that pvfs-ping is giving me an error with the latest CVS.
>>Have anyone else noticed this?  The file system seems to work okay
>>though...
>>
>> ./pvfs2/src/apps/admin/pvfs2-ping -m /mnt/pvfs2
>>
>>(1) Parsing tab file...
>>
>>(2) Initializing system interface...
>>
>>(3) Initializing each file system found in tab
>>file: /home/aching/Avery/Work.School/Research/pvfs2/pvfs2tab...
>>
>>   /mnt/pvfs2: Ok
>>
>>(4) Searching for /mnt/pvfs2 in pvfstab...
>>
>>   PVFS2 servers: tcp://localhost0:3334
>>   Storage name: pvfs2-fs
>>   Local mount point: /mnt/pvfs2
>>
>>   meta servers:
>>   tcp://localhost0:3334
>>
>>   data servers:
>>   tcp://localhost0:3334
>>
>>(5) Verifying that all servers are responding...
>>
>>   meta servers:
>>   tcp://localhost0:3334 Ok
>>
>>   data servers:
>>   tcp://localhost0:3334 Ok
>>
>>(6) Verifying that fsid 389530226 is acceptable to all servers...
>>PVFS_mgmt_setparam_all: Detailed per-server errors are available
>>Failure: not all servers accepted fsid 389530226
>>        Host: tcp://localhost0:3334: Success
>>
>>
>>Avery
>>
>>_______________________________________________
>>PVFS2-developers mailing list
>>PVFS2-developers at beowulf-underground.org
>>http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
>>
>>
> 
> _______________________________________________
> 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