]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drbd: Allow new IOs while the local disk in in FAILED state
authorPhilipp Reisner <philipp.reisner@linbit.com>
Tue, 28 Jun 2011 15:01:19 +0000 (17:01 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Wed, 9 May 2012 13:10:34 +0000 (15:10 +0200)
The last bunch of commits prepared the 'detach from tar pit' feature.
With that we can be for long time in disk state FAILED. We need
to accept new IO requests during that time.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_int.h

index 10ea9e38824606e91aafd2bdbbcc8171d5e7c660..c7976a77dfba54051394ab2847a2e9adce5e0311 100644 (file)
@@ -2310,12 +2310,12 @@ static inline int drbd_state_is_stable(struct drbd_conf *mdev)
        case D_OUTDATED:
        case D_CONSISTENT:
        case D_UP_TO_DATE:
+       case D_FAILED:
                /* disk state is stable as well. */
                break;
 
        /* no new io accepted during tansitional states */
        case D_ATTACHING:
-       case D_FAILED:
        case D_NEGOTIATING:
        case D_UNKNOWN:
        case D_MASK: