Revision 9572482e

b/src/Ganeti/Block/Drbd/Types.hs
144 144
  | Unconnected    -- ^ Prior to a connection attempt
145 145
  | Timeout        -- ^ Following a timeout in the communication
146 146
  | BrokenPipe     -- ^ After the connection to the peer was lost
147
  | NetworkFailure -- ^ After the connection to the parner was lost
148
  | ProtocolError  -- ^ After the connection to the parner was lost
147
  | NetworkFailure -- ^ After the connection to the partner was lost
148
  | ProtocolError  -- ^ After the connection to the partner was lost
149 149
  | TearDown       -- ^ The peer is closing the connection
150 150
  | WFConnection   -- ^ Waiting for the peer to become visible
151 151
  | WFReportParams -- ^ Waiting for first packet from peer
......
159 159
  | SyncTarget     -- ^ Target of a running synchronization
160 160
  | PausedSyncS    -- ^ Source of a paused synchronization
161 161
  | PausedSyncT    -- ^ Target of a paused synchronization
162
  | VerifyS        -- ^ Source of an running verification
163
  | VerifyT        -- ^ Target of an running verification
162
  | VerifyS        -- ^ Source of a running verification
163
  | VerifyT        -- ^ Target of a running verification
164 164
  | Unconfigured   -- ^ The device is not configured
165 165
    deriving (Show, Eq)
166 166

  

Also available in: Unified diff