Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Kevin Wolf
Am 06.02.2020 um 18:06 hat Max Reitz geschrieben: > On 06.02.20 17:57, Kevin Wolf wrote: > > Am 06.02.2020 um 17:43 hat Max Reitz geschrieben: > >> On 06.02.20 16:51, Kevin Wolf wrote: > >>> Am 06.02.2020 um 16:21 hat Max Reitz geschrieben: > On 06.02.20 15:58, Kevin Wolf wrote: > > Am

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Max Reitz
On 06.02.20 17:57, Kevin Wolf wrote: > Am 06.02.2020 um 17:43 hat Max Reitz geschrieben: >> On 06.02.20 16:51, Kevin Wolf wrote: >>> Am 06.02.2020 um 16:21 hat Max Reitz geschrieben: On 06.02.20 15:58, Kevin Wolf wrote: > Am 06.02.2020 um 11:11 hat Max Reitz geschrieben: >> On

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Kevin Wolf
Am 06.02.2020 um 17:47 hat Max Reitz geschrieben: > On 06.02.20 17:43, Max Reitz wrote: > > On 06.02.20 16:51, Kevin Wolf wrote: > >> Am 06.02.2020 um 16:21 hat Max Reitz geschrieben: > >>> On 06.02.20 15:58, Kevin Wolf wrote: > Am 06.02.2020 um 11:11 hat Max Reitz geschrieben: > > On

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Kevin Wolf
Am 06.02.2020 um 17:43 hat Max Reitz geschrieben: > On 06.02.20 16:51, Kevin Wolf wrote: > > Am 06.02.2020 um 16:21 hat Max Reitz geschrieben: > >> On 06.02.20 15:58, Kevin Wolf wrote: > >>> Am 06.02.2020 um 11:11 hat Max Reitz geschrieben: > On 05.02.20 16:38, Kevin Wolf wrote: > > Am

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Max Reitz
On 06.02.20 17:43, Max Reitz wrote: > On 06.02.20 16:51, Kevin Wolf wrote: >> Am 06.02.2020 um 16:21 hat Max Reitz geschrieben: >>> On 06.02.20 15:58, Kevin Wolf wrote: Am 06.02.2020 um 11:11 hat Max Reitz geschrieben: > On 05.02.20 16:38, Kevin Wolf wrote: >> Am 30.01.2020 um 22:44

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Max Reitz
On 06.02.20 16:51, Kevin Wolf wrote: > Am 06.02.2020 um 16:21 hat Max Reitz geschrieben: >> On 06.02.20 15:58, Kevin Wolf wrote: >>> Am 06.02.2020 um 11:11 hat Max Reitz geschrieben: On 05.02.20 16:38, Kevin Wolf wrote: > Am 30.01.2020 um 22:44 hat Max Reitz geschrieben: >> We will

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Kevin Wolf
Am 06.02.2020 um 16:21 hat Max Reitz geschrieben: > On 06.02.20 15:58, Kevin Wolf wrote: > > Am 06.02.2020 um 11:11 hat Max Reitz geschrieben: > >> On 05.02.20 16:38, Kevin Wolf wrote: > >>> Am 30.01.2020 um 22:44 hat Max Reitz geschrieben: > We will need this to verify that Quorum can let

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Max Reitz
On 06.02.20 15:58, Kevin Wolf wrote: > Am 06.02.2020 um 11:11 hat Max Reitz geschrieben: >> On 05.02.20 16:38, Kevin Wolf wrote: >>> Am 30.01.2020 um 22:44 hat Max Reitz geschrieben: We will need this to verify that Quorum can let one of its children be replaced without breaking anything

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Kevin Wolf
Am 06.02.2020 um 11:11 hat Max Reitz geschrieben: > On 05.02.20 16:38, Kevin Wolf wrote: > > Am 30.01.2020 um 22:44 hat Max Reitz geschrieben: > >> We will need this to verify that Quorum can let one of its children be > >> replaced without breaking anything else. > >> > >> Signed-off-by: Max

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-06 Thread Max Reitz
On 05.02.20 16:38, Kevin Wolf wrote: > Am 30.01.2020 um 22:44 hat Max Reitz geschrieben: >> We will need this to verify that Quorum can let one of its children be >> replaced without breaking anything else. >> >> Signed-off-by: Max Reitz >> --- >> block/quorum.c | 25 + >>

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-05 Thread Kevin Wolf
Am 30.01.2020 um 22:44 hat Max Reitz geschrieben: > We will need this to verify that Quorum can let one of its children be > replaced without breaking anything else. > > Signed-off-by: Max Reitz > --- > block/quorum.c | 25 + > 1 file changed, 25 insertions(+) > > diff

Re: [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-02-04 Thread Vladimir Sementsov-Ogievskiy
31.01.2020 0:44, Max Reitz wrote: We will need this to verify that Quorum can let one of its children be replaced without breaking anything else. Signed-off-by: Max Reitz Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

[PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

2020-01-30 Thread Max Reitz
We will need this to verify that Quorum can let one of its children be replaced without breaking anything else. Signed-off-by: Max Reitz --- block/quorum.c | 25 + 1 file changed, 25 insertions(+) diff --git a/block/quorum.c b/block/quorum.c index 59cd524502..6a7224c9e4