mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
drbd: respect no-md-barriers setting also when changed online via disk-options
We need to propagate the configuration into the flag bits, or it won't be effective. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
298307ed1d
commit
691631c065
@ -1230,6 +1230,11 @@ int drbd_adm_disk_opts(struct sk_buff *skb, struct genl_info *info)
|
|||||||
else
|
else
|
||||||
mdev->ldev->md.flags |= MDF_AL_DISABLED;
|
mdev->ldev->md.flags |= MDF_AL_DISABLED;
|
||||||
|
|
||||||
|
if (new_disk_conf->md_flushes)
|
||||||
|
clear_bit(MD_NO_FUA, &mdev->flags);
|
||||||
|
else
|
||||||
|
set_bit(MD_NO_FUA, &mdev->flags);
|
||||||
|
|
||||||
drbd_bump_write_ordering(mdev->tconn, WO_bdev_flush);
|
drbd_bump_write_ordering(mdev->tconn, WO_bdev_flush);
|
||||||
|
|
||||||
drbd_md_sync(mdev);
|
drbd_md_sync(mdev);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user