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

2020-02-05 Thread Felipe Franciosi
Heya, > On Feb 5, 2020, at 10:24 AM, Marc-André Lureau > wrote: > > Hi > > On Wed, Feb 5, 2020 at 10:57 AM 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

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

2020-02-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200205095737.20153-1-fel...@nutanix.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

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

2020-02-05 Thread Marc-André Lureau
Hi On Wed, Feb 5, 2020 at 10:57 AM 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,qtimeo

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

2020-02-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200205095737.20153-1-fel...@nutanix.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #

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

2020-02-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200205095737.20153-1-fel...@nutanix.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v2] fence: introduce a file-based self-fence mechanism Message-id: 20200205095737.20153-1-fel

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

2020-02-05 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