diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2010-06-18 07:56:57 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2010-10-14 08:53:42 -0400 |
commit | 47ff2d0a8e7ce87fed180729e8341f650bf585c8 (patch) | |
tree | a8b9fb2f76ebf70090328dba7c57144d8352d9e5 /include/linux/drbd.h | |
parent | 265be2d09853d425ad14a61cda0ca63345613d0c (diff) |
drbd: Do not allow a fencing-policy of resource-and-stonith with protocol A
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 7be069fcca57..0b2bfb58d9c5 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -145,6 +145,7 @@ enum drbd_ret_codes { | |||
145 | ERR_CONNECTED = 151, /* DRBD 8.3 only */ | 145 | ERR_CONNECTED = 151, /* DRBD 8.3 only */ |
146 | ERR_PERM = 152, | 146 | ERR_PERM = 152, |
147 | ERR_NEED_APV_93 = 153, | 147 | ERR_NEED_APV_93 = 153, |
148 | ERR_STONITH_AND_PROT_A = 154, | ||
148 | 149 | ||
149 | /* insert new ones above this line */ | 150 | /* insert new ones above this line */ |
150 | AFTER_LAST_ERR_CODE | 151 | AFTER_LAST_ERR_CODE |