Il 15/03/2013 15:40, Daniel P. Berrange ha scritto:
> > Each iSCSI target can provide multiple logical units.
Support this
> > with an additional attribute in the <source> element.
Hmm, this is kind of what the 'name' attribute is used for with
RBD / Gluster. I tend to feel we should just use that rather
than adding a new attribute. eg
<source name="<IQN>/<LUN>">
I think IQN and LUN are separate things, and best kept separate. For
example, for each IQN you can only have (if you use -readconfig, which
this series doesn't do) a single username/password/initiator-name triple.
Note that the 'name' attribute is already used for the IQN.
Paolo