
19 Jul
2013
19 Jul
'13
6:38 a.m.
On 18/07/13 23:02, John Ferlan wrote:
The difference with already supported pool types (dir, fs, block) is: there are two modes for iscsi pool (or network pools in future),
s/or network/or other network/,
one can specify it either to use the volume target path (the path showed up on host) with mode='host', or to use the remote URI qemu supports (e.g. file=iscsi://example.org:6000/iqn.1992-01.com.example/1) with mode='uri'.
For 'host' mode, it copies the volume target path into disk->src. For 'uri' mode, the corresponding info in the*one* pool source host def are copied to disk->hosts[0].
s/are/is/, ?
---