]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MgrMonitor: drop nautilus modules from always_on_modules 42408/head
authorKefu Chai <kchai@redhat.com>
Tue, 20 Jul 2021 03:01:56 +0000 (11:01 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 20 Jul 2021 03:09:09 +0000 (11:09 +0800)
commit0054a73b85b63c44d99d88cb28cc2839da54c1f6
treefb6adc724f62968d2a181113fed0edf232a927d3
parent9e5986c441d741adaec757cfe601d6b315a5c62f
mon/MgrMonitor: drop nautilus modules from always_on_modules

the list of always_on_modules for the older versions is only for the
upgrade use case, where the monitor is still the old release, so
we have to keep an entry for the old release in the always_on_modules
map.

but since we don't upgrade from a release older than 2 releases, there
is no need to keep an entry for nautilus.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/MgrMonitor.cc