diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2011-03-16 09:43:36 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-03 19:16:31 -0400 |
commit | 047e95e259e81d7b97eca10cda0aa93082531ac1 (patch) | |
tree | bc069b550dee8bc44226182ce753491ba55b5ae6 /include/linux/drbd.h | |
parent | 40cbf085f584840847e3f945c10c75f7d36237fc (diff) |
drbd: Allow volumes to become primary only on one side
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index d28fdd8fcd49..9cdb888607ae 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -300,7 +300,8 @@ enum drbd_state_rv { | |||
300 | SS_NOT_SUPPORTED = -17, /* drbd-8.2 only */ | 300 | SS_NOT_SUPPORTED = -17, /* drbd-8.2 only */ |
301 | SS_IN_TRANSIENT_STATE = -18, /* Retry after the next state change */ | 301 | SS_IN_TRANSIENT_STATE = -18, /* Retry after the next state change */ |
302 | SS_CONCURRENT_ST_CHG = -19, /* Concurrent cluster side state change! */ | 302 | SS_CONCURRENT_ST_CHG = -19, /* Concurrent cluster side state change! */ |
303 | SS_AFTER_LAST_ERROR = -20, /* Keep this at bottom */ | 303 | SS_O_VOL_PEER_PRI = -20, |
304 | SS_AFTER_LAST_ERROR = -21, /* Keep this at bottom */ | ||
304 | }; | 305 | }; |
305 | 306 | ||
306 | /* from drbd_strings.c */ | 307 | /* from drbd_strings.c */ |