Re: [PATCH] fence: introduce a file-based self-fence mechanism

2020-02-05 Thread Felipe Franciosi
Hey, sorry for the delay on following up on this. I picked it up again. Hopefully we can finalise quickly. > On Dec 5, 2019, at 2:22 PM, Felipe Franciosi wrote: > > Heya, > >> On Nov 26, 2019, at 12:18 PM, Marc-André Lureau >> wrote: >> >> On Mon, Nov 25, 2019 at 8:14 PM Felipe Franciosi wr

Re: [PATCH] fence: introduce a file-based self-fence mechanism

2019-12-05 Thread Felipe Franciosi
Heya, > On Nov 26, 2019, at 12:18 PM, Marc-André Lureau > wrote: > > On Mon, Nov 25, 2019 at 8:14 PM Felipe Franciosi wrote: >> >> This introduces a self-fence mechanism to Qemu, causing it to die if a >> heartbeat condition is not met. Currently, a file-based heartbeat is >> available and ca

Re: [PATCH] fence: introduce a file-based self-fence mechanism

2019-11-26 Thread Marc-André Lureau
On Mon, Nov 25, 2019 at 8:14 PM Felipe Franciosi wrote: > > This introduces a self-fence mechanism to Qemu, causing it to die if a > heartbeat condition is not met. Currently, a file-based heartbeat is > available and can be configured as follows: > > -object file-fence,id=ff0,file=/foo,qtimeout=2

[PATCH] fence: introduce a file-based self-fence mechanism

2019-11-25 Thread Felipe Franciosi
This introduces a self-fence mechanism to Qemu, causing it to die if a heartbeat condition is not met. Currently, a file-based heartbeat is available and can be configured as follows: -object file-fence,id=ff0,file=/foo,qtimeout=20,ktimeout=25,signal=kill Qemu will watch 'file' for attribute chan