qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [RFC PATCH COLO v2 02/13] quorum: allow ignoring child


From: Paolo Bonzini
Subject: Re: [Qemu-block] [RFC PATCH COLO v2 02/13] quorum: allow ignoring child errors
Date: Wed, 25 Mar 2015 13:45:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 25/03/2015 10:36, Wen Congyang wrote:
> +static QemuOptsList quorum_children_common_opts = {
> +    .name = "qcow2 children",

.name should be "quorum children".

Paolo

> +    .head = QTAILQ_HEAD_INITIALIZER(quorum_children_common_opts.head),
> +    .desc = {
> +        {
> +            .name = QUORUM_CHILDREN_OPT_IGNORE_ERRORS,
> +            .type = QEMU_OPT_BOOL,
> +            .help = "ignore child I/O error",
> +        },
> +        { /* end of list */ }
> +    },
> +};
> +



reply via email to

[Prev in Thread] Current Thread [Next in Thread]