]> sourceware.org Git - lvm2.git/commit
mirrors: fix read_only_volume_list
authorDavid Teigland <teigland@redhat.com>
Thu, 2 Aug 2018 16:26:59 +0000 (11:26 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 2 Aug 2018 16:42:33 +0000 (11:42 -0500)
commit9adae653e98256901897e65aa349bb83a9f9ad5c
tree41409cafe35ef5760bc01f257e99df2d4d388109
parent763219611c30d6870013b7cb84d66ec67a5dd7ec
mirrors: fix read_only_volume_list

If a mirror LV is listed in read_only_volume_list, it would
still be activated rw.  The activation would initially be
readonly, but the monitoring function would immediately
change it to rw.  This was a regression from commit

fade45b1d14c mirror: improve table update

The monitoring function needs to copy the read_only setting
into the new set of mirror activation options it uses.
lib/activate/activate.c
This page took 0.072223 seconds and 5 git commands to generate.