]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #54690 into main
authorVenky Shankar <vshankar@redhat.com>
Wed, 14 Feb 2024 05:10:49 +0000 (10:40 +0530)
committerVenky Shankar <vshankar@redhat.com>
Wed, 14 Feb 2024 05:10:49 +0000 (10:40 +0530)
commit6896b9dbc814c88ea0303bd867da4d7537fd6521
treeadb5e43f25e4e49653fec811313a4db7c6fef276
parentbab43e83ad74841f19b4294dbbe2edc306759a8d
parent9d4ae970bc3c95ad9a097f2b3c99dae58354800f
Merge PR #54690 into main

* refs/pull/54690/head:
client: handle callback completion if the async I/O failed
client: make sure the callback is finished when returning ENOTCONN
client: do not accept zero byte write request
client: check for negative value of iovcnt
src/test: test zero bytes async i/o
src/test: test async I/O with negative iov structures count
src/test: test async I/O if the client is not mounted
src/test: test async I/O with read only file
src/test: test async I/O with a file created with O_PATH

Reviewed-by: Frank S. Filz <ffilzlnx@mindspring.com>
Reviewed-by: Milind Changire <mchangir@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
src/client/Client.h