Re: [PATCH 2/6] rbd: allow null image name

2012-10-31 Thread Josh Durgin
Reviewed-by: Josh Durgin On 10/30/2012 06:49 PM, Alex Elder wrote: Format 2 parent images are partially identified by their image id, but it may not be possible to determine their image name. The name is not strictly needed for correct operation, so we won't be treating it as an error if we do

[PATCH 2/6] rbd: allow null image name

2012-10-30 Thread Alex Elder
Format 2 parent images are partially identified by their image id, but it may not be possible to determine their image name. The name is not strictly needed for correct operation, so we won't be treating it as an error if we don't know it. Handle this case gracefully in rbd_name_show(). Signed-o