diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2011-01-20 05:46:41 -0500 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2011-03-10 05:47:58 -0500 |
commit | cd88d030d41a9b0100fd5fee872024e6ebc8b276 (patch) | |
tree | c107e24c88fee112ebc85c966573ad51074aed7b /include/linux/drbd.h | |
parent | 79a30d2d71f7be862de93228fe9b919ef664af52 (diff) |
drbd: Provide hints with the error message when clearing the sync pause flag
When the user clears the sync-pause flag, and sync stays in pause
state, give hints to the user, why it still is in pause state.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index d10431fab004..ba5c785d3f7d 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -153,6 +153,8 @@ enum drbd_ret_code { | |||
153 | ERR_NEED_APV_93 = 153, | 153 | ERR_NEED_APV_93 = 153, |
154 | ERR_STONITH_AND_PROT_A = 154, | 154 | ERR_STONITH_AND_PROT_A = 154, |
155 | ERR_CONG_NOT_PROTO_A = 155, | 155 | ERR_CONG_NOT_PROTO_A = 155, |
156 | ERR_PIC_AFTER_DEP = 156, | ||
157 | ERR_PIC_PEER_DEP = 157, | ||
156 | 158 | ||
157 | /* insert new ones above this line */ | 159 | /* insert new ones above this line */ |
158 | AFTER_LAST_ERR_CODE | 160 | AFTER_LAST_ERR_CODE |