On Mon, Jul 23, 2012 at 10:34 AM, ronnie sahlberg <ronniesahlb...@gmail.com> wrote: > in iscsi, i just specify those extra arguments that are required that > are not part of the url itself as just command line options : > > > qemu-system-i386 -iscsi initiator-name=iqn.qemu.test:my-initiator \ > -boot d -drive file=iscsi://127.0.0.1/iqn.qemu.test/1 \ > -cdrom iscsi://127.0.0.1/iqn.qemu.test/2 > > Here initiator-name is a custom option to the iscsi layer to tell it > which name to use when identifying/logging in to the target. > > Similar concept could be used by glusterfs ?
That works for global options only. If it's per-drive then this approach can't be used because different drives might need different option values. Stefan