diff options
author | Xavi Hernandez <xhernandez@redhat.com> | 2019-04-12 17:54:44 +0200 |
---|---|---|
committer | Pranith Kumar K <pkarampu@redhat.com> | 2020-02-20 13:56:40 +0530 |
commit | 19f7b2db26ae43ef42a265cbb7f0b712d05a262f (patch) | |
tree | fa3d9941bd4acf753ba649c57c190ff8c8764052 /tests/bugs/protocol/bug-1433815-auth-allow.t | |
parent | ded282f8bd6728bab76111f6775abc6e45affc18 (diff) |
cluster/ec: fix fd reopen
Currently EC tries to reopen fd's that have been opened while a brick
was down. This is done as part of regular write operations, just after
having acquired the locks, and it's sent as a sub-fop of the main write
fop.
There were two problems:
1. The reopen was attempted on all UP bricks, even if a previous lock
didn't succeed. This is incorrect because most probably the open will
fail.
2. If reopen is sent and fails, the error is propagated to the main
operation, causing it to fail when it shouldn't.
To fix this, we only attempt reopens on bricks where the current fop
owns a lock, and we prevent any error to be propagated to the main
fop.
To implement this behaviour an argument used to indicate the minimum
number of required answers has overloaded to also include some flags. To
make the change consistent, it has been necessary to rename the
argument, which means that a lot of files have been changed. However
there are no functional changes.
This change has also uncovered a problem in discard code, which didn't
correctely process requests of small sizes because no real discard fop
was being processed, only a write of 0's on some region. In this case
some fields of the fop remained uninitialized or with incorrect values.
To fix this, a new function has been created to simulate success on a
fop and it's used in the discard case.
Thanks to Pranith for providing a test script that has also detected an
issue in this patch. This patch includes a small modification of this
script to force data to be written into bricks before stopping them.
Change-Id: If272343873369186c2fb8f43c1d9c52c3ea304ec
Fixes: bz#1805047
Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
Diffstat (limited to 'tests/bugs/protocol/bug-1433815-auth-allow.t')
0 files changed, 0 insertions, 0 deletions