Skip to content

Commit

Permalink
Merge pull request #11516 from david-z/wip-add-force-ro-ceph-string
Browse files Browse the repository at this point in the history
common/ceph_string: add ceph string constants for CEPH_SESSION_FORCE_RO

Reviewed-by: John Spray <john.spray@redhat.com>
  • Loading branch information
John Spray committed Oct 19, 2016
2 parents 1945da3 + ceb3a78 commit 78ff1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/ceph_strings.cc
Expand Up @@ -126,6 +126,7 @@ const char *ceph_session_op_name(int op)
case CEPH_SESSION_RECALL_STATE: return "recall_state";
case CEPH_SESSION_FLUSHMSG: return "flushmsg";
case CEPH_SESSION_FLUSHMSG_ACK: return "flushmsg_ack";
case CEPH_SESSION_FORCE_RO: return "force_ro";
case CEPH_SESSION_REJECT: return "reject";
}
return "???";
Expand Down

0 comments on commit 78ff1d4

Please sign in to comment.