diff options
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/protocol/server/src/server.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index b714d54dc97..e59941e4ca1 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -1559,6 +1559,9 @@ notify (xlator_t *this, int32_t event, void *data, ...) break; } } + if (victim_found) + glusterfs_delete_volfile_checksum (ctx, + victim->volfile_id); UNLOCK (&ctx->volfile_lock); if (victim_found) (*trav_p) = (*trav_p)->next; |