On 22 May 2013 12:20, Thomas Thrainer <[email protected]> wrote:
>
>
>
> On Mon, May 20, 2013 at 5:11 PM, Bernardo Dal Seno <[email protected]>
> wrote:
>>
>> Document all the arguments and return values of bdev.Create() and
>> bdev.BlockDev.Create().
>>
>> Signed-off-by: Bernardo Dal Seno <[email protected]>
>> ---
>>  lib/storage/base.py | 13 +++++++++++++
>>  lib/storage/bdev.py |  2 ++
>>  2 files changed, 15 insertions(+)
>>
>> diff --git a/lib/storage/base.py b/lib/storage/base.py
>> index d07705d..385a78a 100644
>> --- a/lib/storage/base.py
>> +++ b/lib/storage/base.py
>> @@ -119,6 +119,19 @@ class BlockDev(object):
>>      the children. The idea is that these two, taken together, are
>>      enough for both creation and assembly (later).
>>
>> +    @type unique_id: 2-element tuple or list
>> +    @param unique_id: unique identifier; the details depend on the actual
>> device type
>
>
> Sorry, missed that before: the line split of the next patch should go in
> this one.

That was a misplaced fix, sorry. Moved to this patch, thanks.

Bernardo

Reply via email to