Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osd/osd_types: clean up OSDOp printers #12980

Merged
merged 1 commit into from Jan 22, 2017

Conversation

liewegas
Copy link
Member

Specify which ones get offset~length instead of blacklisting those that
don't.

Signed-off-by: Sage Weil sage@redhat.com

case CEPH_OSD_OP_SPARSE_READ:
case CEPH_OSD_OP_SYNC_READ:
case CEPH_OSD_OP_WRITE:
case CEPH_OSD_OP_WRITE_FULL:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's CEPH_OSD_OP_WRITEFULL...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might want to include CEPH_OSD_OP_MAPEXT here also.

case CEPH_OSD_OP_SPARSE_READ:
case CEPH_OSD_OP_SYNC_READ:
case CEPH_OSD_OP_WRITE:
case CEPH_OSD_OP_WRITE_FULL:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might want to include CEPH_OSD_OP_MAPEXT here also.

@liewegas
Copy link
Member Author

@xiexingguo @tchaikov fixed

Specify which ones get offset~length instead of blacklisting those that
don't.

Signed-off-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 65f5187 into ceph:master Jan 22, 2017
@liewegas liewegas deleted the wip-osdop-printer branch January 22, 2017 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants