volumeIDFileIDToPath

Returns a path from a volume ID to a zID.

Request

<linuxRequest>
   <storage>
      <volumeIDFileIDToPath>
         <volumeID/>
         <fileID/>
      </volumeIDFileIDToPath>
   </storage>
</linuxRequest>

Reply

<linuxReply>
   <storage>
      <volumeIDFileIDToPath>
         <volumeName/>
         <path/>
         <result value="">
            <description/>
         </result>
      </volumeIDFileIDToPath>
   </storage>
   <result value="">
      <description/>
   </result>
</linuxReply>

Elements

volumeID

Specifies the ID of the volume in the following format:

aaaaaaaa-bbbb-cccc-dd-ee-nnnnnnnn
fileID

Specifies the ID (zID) of a file on the volume.

volumeName

Specifies the name of the volume.

path

Specifies a Linux namespace path.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.