Whamcloud - gitweb
LU-12477 kernel: remove dev_read_only handling 70/38070/3
authorJames Simmons <jsimmons@infradead.org>
Wed, 25 Mar 2020 15:13:18 +0000 (11:13 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 14 Apr 2020 08:10:58 +0000 (08:10 +0000)
commit20553c985a518ebc1d5da2a1ddf44c4eec3db044
tree193bb51f637762655a12c472200dc4deabbb7070
parentb7278ecc699b5bd7c431222c93f1f209f02d4670
LU-12477 kernel: remove dev_read_only handling

To test disk failures Lustre developed a method for ldiskfs to
make the backend block device appears to have failed. Modern
kernels offer the same thing with dm-flakey. Lustre has moved
to dm-flakey for some time so the old dev_read_only can now be
removed.

Change-Id: I3d5887ab8c0daf1c94c9069bcdd58786b2819ac0
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/38070
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
12 files changed:
lustre/kernel_patches/patches/dev_read_only-3.7.patch [deleted file]
lustre/kernel_patches/patches/dev_read_only-3.8.patch [deleted file]
lustre/kernel_patches/patches/dev_read_only-3.9.patch [deleted file]
lustre/kernel_patches/series/3.10-rhel7.5.series [deleted file]
lustre/kernel_patches/series/3.10-rhel7.6.series
lustre/kernel_patches/series/3.10-rhel7.7.series
lustre/kernel_patches/series/3.12-sles12.series
lustre/kernel_patches/series/3.x-fc18.series [deleted file]
lustre/kernel_patches/series/4.4-sles12.series
lustre/kernel_patches/series/4.4-sles12sp3.series
lustre/kernel_patches/series/4.4-ubuntu14+16.series [deleted file]
lustre/osd-ldiskfs/osd_handler.c