]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/log
ceph-ci.git
2 years agocrimson/osd: move ClientRequest::reply_op_error() up
Radoslaw Zarzynski [Tue, 11 Oct 2022 14:32:02 +0000 (14:32 +0000)]
crimson/osd: move ClientRequest::reply_op_error() up

It's because it's return type is `auto`.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2 years agocrimson/osd: ClientRequest::reply_op_error() takes pgref by const
Radoslaw Zarzynski [Tue, 11 Oct 2022 13:37:26 +0000 (13:37 +0000)]
crimson/osd: ClientRequest::reply_op_error() takes pgref by const

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2 years agocrimson/osd: return enoent when PG::resolve_oid() fails
Radoslaw Zarzynski [Tue, 11 Oct 2022 13:36:07 +0000 (13:36 +0000)]
crimson/osd: return enoent when PG::resolve_oid() fails

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2 years agoMerge pull request #48196 from neesingh-rh/wip-human-readable-volume-info
Venky Shankar [Tue, 11 Oct 2022 11:18:19 +0000 (16:48 +0530)]
Merge pull request #48196 from neesingh-rh/wip-human-readable-volume-info

mgr/volumes: Add human-readable flag to volume info command

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Dhairya Parmar <dparmar@redhat.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Ramana Raja <rraja@redhat.com>