On 4/19/2010 2:17 PM, Sanket Agarwal wrote:
> Here's the gerrit change id: http://gerrit.openafs.org/#change,1777
> 
> Here's the output from my machine:
> 

I would wrap this blob with

<cell name="cellname">

> <volume name="root.cell">
>         <id>536870915</id>

I would either include the <id> as part of

<volume name="root.cell" id="536870915>

or

<volume>
   <name>root.cell</name>
   <id>536870915</id>

Probably the latter

>         <serv>

why <serv> and not <server>?

>                 <ip>10.110.11.120</ip>

I would use <ipv4>

>                 <hostname>sanket-desktop</hostname>

include the <uuid>UUID</uuid> for each server

>         </serv>
>         <part>/vicepa</part>
>         <status>OK</status>
>         <backupID>0</backupID>
>         <parentID>536870915</parentID>
>         <cloneID>0</cloneID>
>         <inUse>Y</inUse>
>         <needsSalvaged>N</needsSalvaged>
>         <destroyMe>N</destroyMe>
>         <type>RW</type>
>         <creationDate>1270649452</creationDate>
>         <accessDate>1271217991</accessDate>
>         <updateDate>1271217937</updateDate>
>         <backupDate>0        </backupDate>
>         <copyDate>1270649452</copyDate>
>         <flags>0</flags>
>         <diskused>30092</diskused>
>         <maxquota>100000</maxquota>
>         <minquota>0</minquota>
>         <filecount>1927</filecount>
>         <dayUse>0</dayUse>
>         <weekUse>6</weekUse>
>         <spare2>4611</spare2>
>         <spare3>0</spare3>
>         <noSites>1</noSites>
>         <site val="0">
>                 <server>sanket-desktop</server>
>                 <partition>/vicepa</partition>
>                 <type>RW</type>
>         </site>
> </volume>

</cellname>

By itself this XML fragment looks fine.  The question is whether it is
sufficient for parsing.  There may need to be a standard <xml>... </xml>
header as well as a DTD.

Jeffrey Altman


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to