summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_strings.c
diff options
context:
space:
mode:
authorPhilipp Reisner <philipp.reisner@linbit.com>2011-03-16 14:43:36 +0100
committerPhilipp Reisner <philipp.reisner@linbit.com>2012-11-04 00:16:31 +0100
commit047e95e259e81d7b97eca10cda0aa93082531ac1 (patch)
treebc069b550dee8bc44226182ce753491ba55b5ae6 /drivers/block/drbd/drbd_strings.c
parent40cbf085f584840847e3f945c10c75f7d36237fc (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 'drivers/block/drbd/drbd_strings.c')
-rw-r--r--drivers/block/drbd/drbd_strings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_strings.c b/drivers/block/drbd/drbd_strings.c
index c44a2a602772..9a664bd27404 100644
--- a/drivers/block/drbd/drbd_strings.c
+++ b/drivers/block/drbd/drbd_strings.c
@@ -89,6 +89,7 @@ static const char *drbd_state_sw_errors[] = {
[-SS_LOWER_THAN_OUTDATED] = "Disk state is lower than outdated",
[-SS_IN_TRANSIENT_STATE] = "In transient state, retry after next state change",
[-SS_CONCURRENT_ST_CHG] = "Concurrent state changes detected and aborted",
+ [-SS_O_VOL_PEER_PRI] = "Other vol primary on peer not allowed by config",
};
const char *drbd_conn_str(enum drbd_conns s)