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

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:35 +03:00
parent 4a907f09df
commit 197ef6c171
11 changed files with 122 additions and 23 deletions
+1 -1
View File
@@ -255,7 +255,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)