Add image owner/owner_group/reader_group support (for antietcd VitastorAuthFilter)

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:58:09 +03:00
parent 0953f5ebdd
commit 1afda35bd3
15 changed files with 136 additions and 23 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ void osd_messenger_t::handle_send(int result, bool prev, bool more, osd_client_t
{
fprintf(stderr, "Client %ju socket write error: expected to send "
"%zu bytes with MSG_WAITALL but sent %u. Disconnecting client\n", cl->client_id, cl->send_list_size, result);
stop_client(cl->peer_fd);
stop_client(cl->client_id);
return;
}
for (auto op: cl->send_free_ops)