Hanna Czenczek <hre...@redhat.com> writes: > Make BlockExportType.iothread an alternate between a single-thread > variant 'str' and a multi-threading variant '[str]'. > > In contrast to the single-thread setting, the multi-threading setting > will not change the BDS's context (and so is incompatible with the > fixed-iothread setting), but instead just pass a list to the export > driver, with which it can do whatever it wants. > > Currently no export driver supports multi-threading, so they all return > an error when receiving such a list. > > Suggested-by: Kevin Wolf <kw...@redhat.com> > Signed-off-by: Hanna Czenczek <hre...@redhat.com>
Acked-by: Markus Armbruster <arm...@redhat.com>