[Ovirt-devel] [PATCH server] Changed how taskomatic handles a Cobbler image record.

Laine Stump laine at laine.org
Mon Dec 22 14:32:51 UTC 2008


On 12/22/2008 08:36 AM, Darryl L. Pierce wrote:
> On Fri, Dec 19, 2008 at 09:39:34PM -0500, Perry Myers wrote:
>   
>> This patch works fine for urls like:
>> nfs://192.168.50.2/cobblernfs/winxp.iso
>>
>> but does not work for
>>
>> nfs://192.168.50.2:/cobblernfs/winxp.iso
>>
>> And according to the cobbler site:
>> https://fedorahosted.org/cobbler/wiki/AllAboutImages
>>
>> The format for nfs urls should look like:
>> nfs://user@host:/path/to/foo.iso --image-type=iso
>>     
>
> Is the host-then-colon pattern valid if not port follows?
>   
That caught my eye too. It's a bit degenerate, but the BNF for NFS URLs 
(in RFC 2224) allows it:

   hostport      = host [ ":" port ]
   port          = *digit

So port is 0 or more occurrences of digit.






More information about the ovirt-devel mailing list