Lines Matching +full:can +full:- +full:primary
1 // SPDX-License-Identifier: GPL-2.0-only
7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH.
8 Copyright (C) 2003-2008, Philipp Reisner <[email protected]>.
9 Copyright (C) 2003-2008, Lars Ellenberg <[email protected]>.
45 [R_PRIMARY] = "Primary",
63 [-SS_TWO_PRIMARIES] = "Multiple primaries not allowed by config",
64 [-SS_NO_UP_TO_DATE_DISK] = "Need access to UpToDate data",
65 [-SS_NO_LOCAL_DISK] = "Can not resync without local disk",
66 [-SS_NO_REMOTE_DISK] = "Can not resync without remote disk",
67 [-SS_CONNECTED_OUTDATES] = "Refusing to be Outdated while Connected",
68 [-SS_PRIMARY_NOP] = "Refusing to be Primary while peer is not outdated",
69 [-SS_RESYNC_RUNNING] = "Can not start OV/resync since it is already active",
70 [-SS_ALREADY_STANDALONE] = "Can not disconnect a StandAlone device",
71 [-SS_CW_FAILED_BY_PEER] = "State change was refused by peer node",
72 [-SS_IS_DISKLESS] = "Device is diskless, the requested operation requires a disk",
73 [-SS_DEVICE_IN_USE] = "Device is held open by someone",
74 [-SS_NO_NET_CONFIG] = "Have no net/connection configuration",
75 [-SS_NO_VERIFY_ALG] = "Need a verify algorithm to start online verify",
76 [-SS_NEED_CONNECTION] = "Need a connection to start verify or resync",
77 [-SS_NOT_SUPPORTED] = "Peer does not support protocol",
78 [-SS_LOWER_THAN_OUTDATED] = "Disk state is lower than outdated",
79 [-SS_IN_TRANSIENT_STATE] = "In transient state, retry after next state change",
80 [-SS_CONCURRENT_ST_CHG] = "Concurrent state changes detected and aborted",
81 [-SS_OUTDATE_WO_CONN] = "Need a connection for a graceful disconnect/outdate peer",
82 [-SS_O_VOL_PEER_PRI] = "Other vol primary on peer not allowed by config",
105 : drbd_state_sw_errors[-err]; in drbd_set_st_err_str()