>>>>> On Tue, 27 May 2014 21:23:35 +0200, Thomas Neumann
>>>>> <[email protected]> said:
> /usr/sbin/setup-storage -d -D sda sdb sdc sdd
> setup-storage is running in test-only mode
> disklist: sda
> suggested solution: parse given string as comma separated values
My suggested solution:
Use setup-storage -d -D 'sda sdb sdc sdd' or " instead of '. As with
other Unix commands, the option only takes one argument. If you neeed
to specify more than one argument, put them between quotes.
--
regards Thomas